guibuilder_pel7x64builder0
5 years ago
8 changed files with 539 additions and 8 deletions
@ -0,0 +1,29 @@
@@ -0,0 +1,29 @@
|
||||
From 20ab2f357fd44b089182b369d96b8db9d806637e Mon Sep 17 00:00:00 2001 |
||||
From: Vitaly Zaitsev <vitaly@easycoding.org> |
||||
Date: Wed, 12 Apr 2017 15:24:08 +0200 |
||||
Subject: [PATCH] Fix incorrect FSF address. |
||||
|
||||
--- |
||||
src/toobars.c | 6 +++--- |
||||
1 file changed, 3 insertions(+), 3 deletions(-) |
||||
|
||||
diff --git a/src/toobars.c b/src/toobars.c |
||||
index 04175ad..92df1e7 100644 |
||||
--- a/src/toobars.c |
||||
+++ b/src/toobars.c |
||||
@@ -13,9 +13,9 @@ |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
* |
||||
- * You should have received a copy of the GNU General Public License |
||||
- * along with this program; if not, write to the Free Software |
||||
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||||
+ * You should have received a copy of the GNU General Public License along |
||||
+ * with this program; if not, write to the Free Software Foundation, Inc., |
||||
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
||||
*/ |
||||
|
||||
/* При допиливании убедительная просьба сохранить форматирование исходного кода в текущем стиле */ |
||||
-- |
||||
2.9.3 |
||||
|
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- Copyright 2015 Jiri Eischmann <eischmann@redhat.com> |
||||
--> |
||||
<component type="addon"> |
||||
<id>purple-plugin-pack</id> |
||||
<extends>pidgin.desktop</extends> |
||||
<name>Purple Plugin Pack</name> |
||||
<summary>A collection of plugins for purple-based clients such as Pidgin</summary> |
||||
<url type="homepage">https://bitbucket.org/rekkanoryo/purple-plugin-pack/</url> |
||||
<url type="bugtracker">https://bitbucket.org/rekkanoryo/purple-plugin-pack/issues</url> |
||||
<metadata_license>CC0-1.0</metadata_license> |
||||
<project_license>GPL-2.0+</project_license> |
||||
<updatecontact>eischmann@redhat.com</updatecontact> |
||||
</component> |
@ -0,0 +1,87 @@
@@ -0,0 +1,87 @@
|
||||
# This is a plugin, so we don't need strict symbol linkage. |
||||
%undefine _strict_symbol_defs_build |
||||
|
||||
Name: pidgin-toobars |
||||
Version: 1.14 |
||||
Release: 13%{?dist} |
||||
Summary: Toolbar and status bar for Pidgin |
||||
|
||||
License: GPLv2+ |
||||
Source0: http://vayurik.ru/wordpress/wp-content/uploads/toobars/%{version}/%{name}-%{version}.tar.gz |
||||
Patch0: 0001-Fix-incorrect-FSF-address.patch |
||||
URL: http://vayurik.ru/en/toobars |
||||
|
||||
BuildRequires: pkgconfig(libpng) |
||||
BuildRequires: pkgconfig(purple) |
||||
BuildRequires: pkgconfig(pidgin) |
||||
BuildRequires: intltool |
||||
BuildRequires: gcc |
||||
Requires: pidgin%{?_isa} |
||||
|
||||
# RHEL8 has no Pidgin package on some architectures. |
||||
%if 0%{?rhel} && 0%{?rhel} == 8 |
||||
ExcludeArch: aarch64 s390x |
||||
%endif |
||||
|
||||
%description |
||||
This plugin adds toolbar and status bar to Pidgin buddy list. |
||||
|
||||
%prep |
||||
%autosetup -p1 |
||||
|
||||
%build |
||||
%configure |
||||
%make_build |
||||
|
||||
%install |
||||
%make_install |
||||
|
||||
%find_lang toobars |
||||
rm -f %{buildroot}%{_libdir}/pidgin/toobars.la |
||||
|
||||
%files -f toobars.lang |
||||
%doc AUTHORS ChangeLog README |
||||
%license COPYING |
||||
%{_libdir}/pidgin/toobars.so |
||||
%{_datadir}/pixmaps/pidgin/buttons/*.png |
||||
|
||||
%changelog |
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-13 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-12 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-11 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-10 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-9 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Tue Jan 23 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 1.14-8 |
||||
- Fixed build under Fedora Rawhide. |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Wed Apr 12 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 1.14-5 |
||||
- Some SPEC fixes. |
||||
|
||||
* Mon Mar 27 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 1.14-4 |
||||
- Added missing BR: gcc. |
||||
|
||||
* Thu Nov 24 2016 Vitaly Zaitsev <vitaly@easycoding.org> - 1.14-3 |
||||
- Build against new Pidgin releases. |
||||
|
||||
* Sat Jan 30 2016 Vitaly Zaitsev <vitaly@easycoding.org> - 1.14-2 |
||||
- Fixed SPEC. Added support of Fedora 22+. |
||||
|
||||
* Mon Jul 29 2013 Vitaly Zaitsev <vitaly@easycoding.org> - 1.14-1 |
||||
- Updated to v. 1.14. Fixed build under Fedora 19+. |
||||
|
@ -0,0 +1,95 @@
@@ -0,0 +1,95 @@
|
||||
Name: pidgin-window-merge |
||||
Version: 0.3 |
||||
Release: 14%{?dist} |
||||
Summary: Pidgin plugin for single window mode |
||||
|
||||
License: GPLv3+ |
||||
URL: https://github.com/dm0-/window_merge |
||||
Source0: https://github.com/downloads/dm0-/window_merge/window_merge-0.3.tar.gz |
||||
|
||||
BuildRequires: gcc |
||||
BuildRequires: pidgin-devel |
||||
BuildRequires: libappstream-glib |
||||
Requires: pidgin |
||||
|
||||
%global pname window_merge |
||||
%global plugindir %(pkg-config --variable=plugindir pidgin) |
||||
|
||||
%description |
||||
Enabling this plugin will allow conversations to be attached to the Buddy List |
||||
window. Preferences are available to customize the plugin's panel layout. |
||||
|
||||
%prep |
||||
%setup -qn %{pname}-%{version} |
||||
|
||||
%build |
||||
%configure |
||||
make %{?_smp_mflags} |
||||
|
||||
%install |
||||
make install DESTDIR=%{buildroot} plugindir=%{plugindir} |
||||
rm -f %{buildroot}%{plugindir}/%{pname}.la |
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/appdata |
||||
cat > %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml <<EOF |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!-- Copyright 2015 Jiri Eischmann <eischmann@redhat.com> |
||||
--> |
||||
<component type="addon"><id>pidgin-window-merge</id><extends>pidgin.desktop</extends><name>Window Merge</name><summary>A plugin that merges the contact list and chat windows into a single window</summary><url type="homepage">https://github.com/dm0-/window_merge</url><metadata_license>GFDL-1.3</metadata_license><project_license>GPL-3.0</project_license><updatecontact>eischmann_at_redhat.com</updatecontact></component> |
||||
EOF |
||||
|
||||
%check |
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/pidgin-window-merge.metainfo.xml |
||||
|
||||
%files |
||||
%{plugindir}/%{pname}.so |
||||
%doc AUTHORS BUGS ChangeLog NEWS README TODO |
||||
%license COPYING |
||||
|
||||
#AppData |
||||
%{_datadir}/appdata/pidgin-window-merge.metainfo.xml |
||||
|
||||
|
||||
%changelog |
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-14 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-13 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-12 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-11 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-10 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-9 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-8 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Fri Jan 15 2016 Jiri Eischmann <eischmann@redhat.com> - 0.3-5 |
||||
- Including the metadata file directly in the spec file and adding libappstream-glib as a dependency |
||||
|
||||
* Sun Dec 27 2015 Jiri Eischmann <eischmann@redhat.com> - 0.3-4 |
||||
- Fixing appdata file installation and adding validation check |
||||
|
||||
* Sun Dec 13 2015 Jiri Eischmann <eischmann@redhat.com> - 0.3-3 |
||||
- Changing name of the package |
||||
- Separating the appdata file to another source |
||||
|
||||
* Sun Apr 19 2015 Jiri Eischmann <eischmann@redhat.com> - 0.3-2 |
||||
- Adding AppData, adding Fedora 23 as build platform |
||||
|
||||
* Sun Apr 19 2015 Jiri Eischmann <eischmann@redhat.com> - 0.3-1 |
||||
- Initial package |
@ -0,0 +1,139 @@
@@ -0,0 +1,139 @@
|
||||
%global plugin_name discord |
||||
|
||||
%global commit0 db7dc79ee098a0dc4a00cefaf6d488ddddd1202b |
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) |
||||
%global date 20200405 |
||||
|
||||
Name: purple-%{plugin_name} |
||||
Version: 0 |
||||
Release: 27.%{date}git%{shortcommit0}%{?dist} |
||||
Summary: Discord plugin for libpurple |
||||
|
||||
License: GPLv3+ |
||||
URL: https://github.com/EionRobb/%{name} |
||||
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz |
||||
|
||||
BuildRequires: pkgconfig(json-glib-1.0) |
||||
BuildRequires: pkgconfig(glib-2.0) |
||||
BuildRequires: pkgconfig(purple) |
||||
BuildRequires: gettext-devel |
||||
BuildRequires: ImageMagick |
||||
BuildRequires: zlib-devel |
||||
BuildRequires: gcc |
||||
|
||||
%package -n pidgin-%{plugin_name} |
||||
Summary: Adds pixmaps, icons and smileys for Discord protocol |
||||
BuildArch: noarch |
||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} |
||||
Requires: pidgin |
||||
|
||||
%description |
||||
Adds support for Discord to Pidgin, Adium, Finch and other libpurple |
||||
based messengers. |
||||
|
||||
%description -n pidgin-%{plugin_name} |
||||
Adds pixmaps, icons and smileys for Discord protocol implemented by |
||||
purple-discord. |
||||
|
||||
%prep |
||||
%autosetup -n %{name}-%{commit0} |
||||
|
||||
# fix W: wrong-file-end-of-line-encoding |
||||
sed -i -e "s,\r,," README.md |
||||
|
||||
%build |
||||
#%set_build_flags |
||||
export CFLAGS="%{optflags}" |
||||
export CXXFLAGS="%{optflags}" |
||||
%make_build |
||||
|
||||
%install |
||||
%make_install |
||||
%find_lang %{name} |
||||
|
||||
%files -f %{name}.lang |
||||
%license LICENSE |
||||
%doc README.md |
||||
%{_libdir}/purple-2/lib%{plugin_name}.so |
||||
|
||||
%files -n pidgin-%{plugin_name} |
||||
%{_datadir}/pixmaps/pidgin/protocols/*/%{plugin_name}.png |
||||
|
||||
%changelog |
||||
* Tue Apr 07 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0-27.20200405gitdb7dc79 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-26.20190805git250a8a0 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
||||
|
||||
* Tue Aug 06 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 0-25.20190805git250a8a0 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-24.20190505git8623ec7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
||||
|
||||
* Wed May 22 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 0-23.20190505git8623ec7 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-22.20181108gita5dd44f |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Wed Nov 21 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 0-21.20181108gita5dd44f |
||||
- Updated to latest snapshot. |
||||
|
||||
* Fri Aug 03 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 0-20.20180628git84fe764 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-19.20180515gitb895521 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Fri May 25 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 0-18.20180515gitb895521 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Wed Apr 04 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 0-17.20180401git4bea5d7 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Wed Jan 24 2018 Vitaly Zaitsev <vitaly@easycoding.org> - 0-15.20171227git9b7c3ad |
||||
- Updated to latest snapshot. |
||||
|
||||
* Fri Dec 01 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-14.20171124gita5a41bb |
||||
- Updated to latest snapshot. |
||||
|
||||
* Wed Nov 08 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-13.20171010git2ca7b3c |
||||
- Updated to latest snapshot. |
||||
|
||||
* Sat Sep 09 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-12.20170904gitcb53020 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Tue Aug 29 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-11.20170829git9115bd2 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Mon Aug 28 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-10.20170823git4397461 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-9.20170608git5263aff |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-8.20170608git5263aff |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Thu Jun 15 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-7.20170608git5263aff |
||||
- Updated to latest snapshot. |
||||
|
||||
* Thu May 25 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-6.20170525gitec1292a |
||||
- Updated to latest snapshot. |
||||
|
||||
* Thu May 25 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-5.20170521gitfe92ea6 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Sat May 06 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-4.20170501git28b1aa4 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Thu Apr 27 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-3.20170427gitd879f18 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Wed Apr 26 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-2.20170426gitcca7860 |
||||
- Updated to latest snapshot. |
||||
|
||||
* Thu Apr 20 2017 Vitaly Zaitsev <vitaly@easycoding.org> - 0-1.20170420git5c2b3ee |
||||
- First SPEC release. |
@ -0,0 +1,156 @@
@@ -0,0 +1,156 @@
|
||||
Name: purple-plugin_pack |
||||
Version: 2.7.0 |
||||
Release: 12%{?dist} |
||||
Summary: A set of plugins for libpurple, pidgin, and finch |
||||
|
||||
License: GPLv2+ |
||||
URL: https://bitbucket.org/rekkanoryo/purple-plugin-pack |
||||
Source0: https://bitbucket.org/rekkanoryo/purple-plugin-pack/downloads/purple-plugin-pack-%{version}.tar.bz2 |
||||
Source1: purple-plugin-pack.metainfo.xml |
||||
|
||||
BuildRequires: gcc |
||||
BuildRequires: pidgin-devel perl(XML::Parser) gettext-devel |
||||
BuildRequires: enchant-devel gtkspell-devel |
||||
BuildRequires: diffutils intltool |
||||
BuildRequires: python2 |
||||
Provides: purple-plugin-pack |
||||
|
||||
%description |
||||
This package contains a number of plugins for use with the purple IM/IRC |
||||
library. |
||||
|
||||
%package pidgin |
||||
Summary: A set of plugins for pidgin |
||||
Requires: %{name} = %{version} |
||||
Provides: purple-plugin-pack-pidgin |
||||
|
||||
%description pidgin |
||||
This package contains a number of plugins for use with the pidgin client. |
||||
|
||||
%prep |
||||
%setup -q -n purple-plugin-pack-%{version} |
||||
|
||||
%build |
||||
%configure PYTHON=/usr/bin/python2 |
||||
make %{?_smp_mflags} |
||||
|
||||
%install |
||||
rm -rf $RPM_BUILD_ROOT |
||||
make install DESTDIR=$RPM_BUILD_ROOT |
||||
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; |
||||
install -Dm 644 %SOURCE1 $RPM_BUILD_ROOT%{_datadir}/appdata/purple-plugin-pack.metainfo.xml |
||||
%find_lang plugin_pack |
||||
|
||||
%files -f plugin_pack.lang |
||||
%doc AUTHORS ChangeLog COPYING NEWS |
||||
%{_datadir}/appdata/purple-plugin-pack.metainfo.xml |
||||
%{_libdir}/purple-2/*.so |
||||
|
||||
%files pidgin |
||||
%doc AUTHORS ChangeLog COPYING NEWS |
||||
#%dir %{_datadir}/pixmaps/pidgin/plugin_pack |
||||
%{_datadir}/pixmaps/pidgin/protocols |
||||
%{_libdir}/pidgin/[^x]*.so |
||||
%{_libdir}/pidgin/xchat-chats.so |
||||
|
||||
%changelog |
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-12 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
||||
|
||||
* Fri Aug 16 2019 Pavel Raiskup <praiskup@redhat.com> - 2.7.0-11 |
||||
- fix FTBFS (rhbz#1675694) |
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-10 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-9 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-8 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Thu Jan 28 2016 Jan Synáček <jsynacek@redhat.com> - 2.7.0-2 |
||||
- Ship AppStream metainfo file (#1300463) |
||||
|
||||
* Thu Jan 28 2016 Jan Synáček <jsynacek@redhat.com> - 2.7.0-1 |
||||
- Update to 2.7.0 (#890738) |
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-10 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-9 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-8 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-7 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
||||
|
||||
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.6.3-3 |
||||
- Rebuild for new libpng |
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
||||
|
||||
* Tue Jan 04 2011 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.6.3-1 |
||||
- Upstream update |
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
||||
|
||||
* Thu Nov 20 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.4.0-2 |
||||
- Update Source0 URL |
||||
|
||||
* Tue Oct 7 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.4.0-1 |
||||
- Upstream update |
||||
- Extract inner function in switchspell (#462822) |
||||
|
||||
* Sun Apr 6 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.3.0-1 |
||||
- Upstream update |
||||
|
||||
* Thu Feb 14 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.0-5 |
||||
- Rebuild for GCC 4.3 |
||||
|
||||
* Tue Jan 8 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.0-4 |
||||
- Switch from aspell to enchant (#427949) |
||||
|
||||
* Mon Jan 7 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.0-3 |
||||
- Switch from gtkspell to aspell |
||||
|
||||
* Thu Nov 15 2007 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.0-2 |
||||
- Added provides to other subpackages |
||||
|
||||
* Wed Nov 14 2007 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.0-1 |
||||
- Update to 2.2.0 |
||||
- Add provides of purple-plugin-pack |
||||
|
||||
* Thu Oct 4 2007 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.1.1-1 |
||||
- Initial RPM release |
Loading…
Reference in new issue