f61a3fe
Name:           deluge
c5ba87c
Version:        1.3.15
7dbda5e
Release:        6%{?dist}
f61a3fe
Summary:        A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
f61a3fe
Group:          Applications/Internet
f61a3fe
License:        GPLv3 with exceptions
e4c49f0
URL:            http://deluge-torrent.org/
c5ba87c
Source0:        http://download.deluge-torrent.org/source/%{name}-%{version}.tar.xz
58a9ec5
Source1:        deluge-daemon.service
58a9ec5
Source2:        deluge-web.service
3f15e6b
# Prevent crashes in Create Torrent dialog for non-English languages
ea23952
Patch1:         deluge-createtorrentdialog.patch
4051cca
# Upstream: http://dev.deluge-torrent.org/ticket/3039
4051cca
Patch2:         deluge-1.3.15-preferences.patch
3b11751
3d9e9f4
BuildArch:     noarch
3d9e9f4
BuildRequires: desktop-file-utils
57c6c7e
BuildRequires: python2-devel
57c6c7e
BuildRequires: python2-setuptools
fe206f4
BuildRequires: intltool
374a677
BuildRequires: rb_libtorrent-python2
55410b8
f61a3fe
## add Requires to make into Meta package
3d9e9f4
Requires: %{name}-common = %{version}-%{release}
3d9e9f4
Requires: %{name}-gtk = %{version}-%{release}
3d9e9f4
Requires: %{name}-images = %{version}-%{release}
3d9e9f4
Requires: %{name}-console = %{version}-%{release}
3d9e9f4
Requires: %{name}-web = %{version}-%{release}
3d9e9f4
Requires: %{name}-daemon = %{version}-%{release}
55410b8
334a799
55410b8
%description
55410b8
Deluge is a new BitTorrent client, created using Python and GTK+. It is
55410b8
intended to bring a native, full-featured client to Linux GTK+ desktop
55410b8
environments such as GNOME and XFCE. It supports features such as DHT
e275763
(Distributed Hash Tables), PEX (ĀµTorrent-compatible Peer Exchange), and UPnP
e275763
(Universal Plug-n-Play) that allow one to more easily share BitTorrent data
e275763
even from behind a router with virtually zero configuration of port-forwarding.
55410b8
f61a3fe
%package common
f61a3fe
Summary:    Files common to Deluge sub packages
f61a3fe
Group:      Applications/Internet
f61a3fe
License:    GPLv3 with exceptions
374a677
Requires:   python2-setuptools
374a677
Requires:   python2-pyOpenSSL
374a677
Requires:   python2-chardet
374a677
Requires:   python2-pyxdg
374a677
Requires:   rb_libtorrent-python2
374a677
Requires:   python2-twisted
374a677
Requires:   python2-pygame
374a677
Requires:   python2-GeoIP
374a677
Requires:   python2-setproctitle
374a677
Requires:   python2-rencode
eb387e1
f61a3fe
%description common
3d9e9f4
Common files needed by the Deluge bittorrent client sub packages
f61a3fe
f61a3fe
%package gtk
f61a3fe
Summary:    The gtk UI to Deluge
f61a3fe
Group:      Applications/Internet
f61a3fe
License:    GPLv3 with exceptions
f61a3fe
Requires:   %{name}-common = %{version}-%{release}
f61a3fe
Requires:   %{name}-images = %{version}-%{release}
f61a3fe
Requires:   %{name}-daemon = %{version}-%{release}
f61a3fe
## Required for the proper ownership of icon dirs.
f61a3fe
Requires:   hicolor-icon-theme
374a677
Requires:   python2-notify
f61a3fe
Requires:   pygtk2-libglade
e4c49f0
f61a3fe
%description gtk
3d9e9f4
Deluge bittorent client GTK graphical user interface
f61a3fe
f61a3fe
%package images
f61a3fe
Summary:    Image files for deluge
f61a3fe
Group:      Applications/Internet
f61a3fe
License:    GPLv3 with exceptions
f61a3fe
%description images
3d9e9f4
Data files used by the GTK and web user interface for Deluge bittorent client
f61a3fe
f61a3fe
%package console
f61a3fe
Summary:    CLI to Deluge
f61a3fe
Group:      Applications/Internet
f61a3fe
License:    GPLv3 with exceptions
f61a3fe
Requires:   %{name}-common = %{version}-%{release}
f61a3fe
Requires:   %{name}-daemon = %{version}-%{release}
f61a3fe
%description console
3d9e9f4
Deluge bittorent client command line interface
f61a3fe
f61a3fe
%package web
f61a3fe
Summary:    Web interface to Deluge
f61a3fe
Group:      Applications/Internet
f61a3fe
License:    GPLv3 with exceptions
374a677
Requires:   python2-mako
f61a3fe
Requires:   %{name}-common = %{version}-%{release}
f61a3fe
Requires:   %{name}-images = %{version}-%{release}
f61a3fe
Requires:   %{name}-daemon = %{version}-%{release}
e4c49f0
f61a3fe
%description web
3d9e9f4
Deluge bittorent client web interface
f61a3fe
f61a3fe
%package daemon
f61a3fe
Summary:    The Deluge daemon
f61a3fe
Group:      Applications/Internet
f61a3fe
License:    GPLv3 with exceptions
f61a3fe
Requires:   %{name}-common = %{version}-%{release}
3d9e9f4
Requires(pre): shadow-utils
ce6a099
Requires(post): systemd
ce6a099
Requires(preun): systemd
ce6a099
Requires(postun): systemd
ce6a099
BuildRequires: systemd
3d9e9f4
f61a3fe
%description daemon
f61a3fe
Files for the Deluge daemon
9e95612
55410b8
%prep
334a799
%setup -q
ea23952
%patch1 -p1 -b .createtorrentdialog
4051cca
%patch2 -p1 -b .preferences
334a799
a4263ce
# remove bundled copy of python-rencode
a4263ce
# http://dev.deluge-torrent.org/ticket/2326
4ae729d
rm -f deluge/rencode.py
a4263ce
55410b8
%build
57c6c7e
CFLAGS="%{optflags}" %{__python2} setup.py build
55410b8
55410b8
%install
a4263ce
# http://dev.deluge-torrent.org/ticket/2034
58a9ec5
mkdir -p %{buildroot}%{_unitdir}
58a9ec5
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}-daemon.service
58a9ec5
install -m644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}-web.service
3d9e9f4
mkdir -p %{buildroot}/var/lib/%{name}
3d9e9f4
57c6c7e
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
f61a3fe
2a4a02c
desktop-file-install  \
f61a3fe
    --dir %{buildroot}%{_datadir}/applications    \
f61a3fe
    --copy-name-to-generic-name            \
f61a3fe
    --add-mime-type=application/x-bittorrent    \
f61a3fe
    --delete-original                \
f61a3fe
    --remove-category=Application            \
f61a3fe
    %{buildroot}%{_datadir}/applications/%{name}.desktop
4d1929a
4d1929a
## NOTE: The lang files should REEEAALLLY be in a standard place such as
6ffe6d1
##       /usr/share/locale or similar. It'd make things so much nicer for
6ffe6d1
##       the packaging. :O
6ffe6d1
## A bit of sed magic to mark the translation files with %%lang, taken from
6ffe6d1
## find-lang.sh (part of the rpm-build package) and tweaked somewhat. We
6ffe6d1
## cannot (unfortunately) call find-lang directly since it's not on a
6ffe6d1
## "$PREFIX/share/locale/"-ish directory tree.
f61a3fe
6ffe6d1
pushd %{buildroot}
f61a3fe
    find -type f -o -type l \
f61a3fe
        | sed '
57c6c7e
            s:%{buildroot}%{python2_sitelib}::
f61a3fe
            s:^\.::
f61a3fe
            s:\(.*/deluge/i18n/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
f61a3fe
            s:^\([^%].*\)::
f61a3fe
            s:%lang(C) ::
f61a3fe
            /^$/d' \
f61a3fe
    > %{name}.lang
9e95612
6ffe6d1
## Now we move that list back to our sources, so that '%%files -f' can find it
6ffe6d1
## properly.
f61a3fe
popd && mv %{buildroot}/%{name}.lang .
55410b8
f61a3fe
f61a3fe
#fix non exec script errors in two files
f61a3fe
for lib in "%{buildroot}%{python_sitelib}/%{name}/ui/web/gen_gettext.py" "%{buildroot}%{python_sitelib}/%{name}/ui/Win32IconImagePlugin.py" ; do
f61a3fe
 sed '/\/usr\/bin/d' $lib > $lib.new &&
f61a3fe
 touch -r $lib $lib.new &&
f61a3fe
 mv $lib.new $lib
f61a3fe
done
f61a3fe
Justin Noah 059d2ff
#Removing unneeded .order files.
57c6c7e
rm -f %{buildroot}%{python2_sitelib}/%{name}/ui/web/js/deluge-all/.order
57c6c7e
rm -f %{buildroot}%{python2_sitelib}/%{name}/ui/web/js/deluge-all/add/.order
57c6c7e
rm -f %{buildroot}%{python2_sitelib}/%{name}/ui/web/js/deluge-all/data/.order
57c6c7e
rm -f %{buildroot}%{python2_sitelib}/%{name}/ui/web/js/deluge-all/.build
57c6c7e
rm -f %{buildroot}%{python2_sitelib}/%{name}/ui/web/js/deluge-all/.build_data
ce6a099
ce6a099
#Removing empty file
57c6c7e
rm -rf %{buildroot}%{python2_sitelib}/%{name}/ui/web/gen_gettext.py.new
ce6a099
Justin Noah 059d2ff
f61a3fe
%files
f61a3fe
f61a3fe
%files common -f %{name}.lang
9e95612
%doc ChangeLog LICENSE README
f61a3fe
57c6c7e
%{python2_sitelib}/%{name}-%{version}-py?.?.egg-info/
57c6c7e
%dir %{python2_sitelib}/%{name}
57c6c7e
%{python2_sitelib}/%{name}/*.py*
57c6c7e
%{python2_sitelib}/%{name}/plugins
57c6c7e
%{python2_sitelib}/%{name}/core
57c6c7e
%dir %{python2_sitelib}/%{name}/ui
57c6c7e
%{python2_sitelib}/%{name}/ui/*.py*
f61a3fe
# includes %%name.pot too
57c6c7e
%dir %{python2_sitelib}/%{name}/i18n
57c6c7e
%dir %{python2_sitelib}/%{name}/i18n/*
57c6c7e
%dir %{python2_sitelib}/%{name}/i18n/*/LC_MESSAGES
f61a3fe
f61a3fe
%files images
f61a3fe
# only pixmaps dir is in data so I own it all
57c6c7e
%{python2_sitelib}/%{name}/data
f61a3fe
# if someone decides to only install images
57c6c7e
%dir %{python2_sitelib}/%{name}
f61a3fe
%{_datadir}/icons/hicolor/*/apps/%{name}.*
f61a3fe
%{_datadir}/pixmaps/%{name}.*
f61a3fe
f61a3fe
%files gtk
0cfc93b
%{_bindir}/%{name}
70f1983
%{_bindir}/%{name}-gtk
2a4a02c
%{_datadir}/applications/%{name}.desktop
57c6c7e
%{python2_sitelib}/%{name}/ui/gtkui
f61a3fe
%{_mandir}/man?/%{name}-gtk*
f61a3fe
%{_mandir}/man?/%{name}.1*
6ffe6d1
f61a3fe
%files console
f61a3fe
%{_bindir}/%{name}-console
57c6c7e
%{python2_sitelib}/%{name}/ui/console
f61a3fe
%{_mandir}/man?/%{name}-console*
9e95612
f61a3fe
%files web
f61a3fe
%{_bindir}/%{name}-web
57c6c7e
%{python2_sitelib}/%{name}/ui/web
f61a3fe
%{_mandir}/man?/%{name}-web*
58a9ec5
%{_unitdir}/%{name}-web.service
55410b8
f61a3fe
%files daemon
f61a3fe
%{_bindir}/%{name}d
58a9ec5
%{_unitdir}/%{name}-daemon.service
3d9e9f4
%attr(-,%{name}, %{name})/var/lib/%{name}/
f61a3fe
%{_mandir}/man?/%{name}d*
f61a3fe
3d9e9f4
%pre daemon
3d9e9f4
getent group %{name} >/dev/null || groupadd -r %{name}
3d9e9f4
getent passwd %{name} >/dev/null || \
3d9e9f4
useradd -r -g %{name} -d /var/lib/%{name} -s /sbin/nologin \
3d9e9f4
        -c "deluge daemon account" %{name}
3d9e9f4
exit 0
3d9e9f4
3d9e9f4
3d9e9f4
%post daemon
16b4402
%systemd_post deluge-daemon.service
58a9ec5
58a9ec5
%post web
16b4402
%systemd_post deluge-web.service
3d9e9f4
3d9e9f4
%preun daemon
16b4402
%systemd_preun deluge-daemon.service
58a9ec5
58a9ec5
%preun web
16b4402
%systemd_preun deluge-web.service
58a9ec5
3d9e9f4
%postun daemon
e4c49f0
%systemd_postun_with_restart deluge-daemon.service
58a9ec5
58a9ec5
%postun web
16b4402
%systemd_postun_with_restart deluge-web.service
3d9e9f4
55410b8
%changelog
7dbda5e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.15-6
7dbda5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7dbda5e
59e2354
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.15-5
59e2354
- Remove obsolete scriptlets
59e2354
3f2cc6a
* Thu Jan 04 2018 Michael Cronenworth <mike@cchtml.com> - 1.3.15-4
374a677
- Update Python dependency names for new packaging standards
374a677
64464ee
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.15-3
64464ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
64464ee
4051cca
* Tue Jun 06 2017 Michael Cronenworth <mike@cchtml.com> - 1.3.15-2
4051cca
- Fix preferences dialog
4051cca
c5ba87c
* Fri May 12 2017 Michael Cronenworth <mike@cchtml.com> - 1.3.15-1
c5ba87c
- Update to 1.3.15
c5ba87c
dbb4cc0
* Mon Mar 06 2017 Michael Cronenworth <mike@cchtml.com> - 1.3.14-1
dbb4cc0
- Update to 1.3.14
dbb4cc0
57c6c7e
* Wed Feb 15 2017 Jon Ciesla <limburgher@gmail.com> - 1.3.13-4
57c6c7e
- Fix python macros.
57c6c7e
da6bba2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.13-3
da6bba2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
da6bba2
e4c49f0
* Mon Dec 19 2016 Michael Cronenworth <mike@cchtml.com> - 1.3.13-2
e4c49f0
- Remove dependency on gtk for web subpackage (rhbz#1365920)
e4c49f0
c3612ea
* Wed Jul 20 2016 Michael Cronenworth <mike@cchtml.com> - 1.3.13-1
c3612ea
- update to 1.3.13
c3612ea
9229418
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.12-4
9229418
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
9229418
5b5c113
* Mon Apr 11 2016 Michael Cronenworth <mike@cchtml.com> - 1.3.12-3
5b5c113
- Fix GTK UI bugs (rhbz#1219582 and rhbz#1223058)
5b5c113
bec31d5
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.12-2
bec31d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bec31d5
ea23952
* Mon Sep 14 2015 Michael Cronenworth <mike@cchtml.com> - 1.3.12-1
ea23952
- update to 1.3.12
ea23952
3f15e6b
* Fri Aug 21 2015 Michael Cronenworth <mike@cchtml.com> - 1.3.11-5
3f15e6b
- Fix crash for non-C locales on creating torrents (rhbz#1224261)
3f15e6b
a3cf88e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.11-4
a3cf88e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a3cf88e
4ae729d
* Sun Jun 14 2015 Michael Cronenworth <mike@cchtml.com> - 1.3.11-3
4ae729d
- Fix unbundling attempt of rencode (rhbz#953700)
4ae729d
75cdd9d
* Tue May 19 2015 Michael Cronenworth <mike@cchtml.com> - 1.3.11-2
75cdd9d
- fix compatibility with Twisted 15 (rhbz#1221985)
75cdd9d
7474711
* Thu Dec 18 2014 Tom Callaway <spot@fedoraproject.org> - 1.3.11-1
7474711
- update to 1.3.11
7474711
2a3d5bd
* Thu Oct 16 2014 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.10-1
2a3d5bd
- update to 1.3.10
2a3d5bd
ce6a099
* Mon Oct 06 2014 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.9-1
ce6a099
- upstream release 1.3.9
ce6a099
- http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.9
ce6a099
- switch to bz2
ce6a099
- remove empty file
ce6a099
- drop old obsoletes and provides
ce6a099
- drop old sysv transitional changes
ce6a099
- switch from using systemd-units to systemd
ce6a099
8313b9d
* Sun Jul 13 2014 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.7-1
8313b9d
- update to 1.3.7
8313b9d
- drop upstream patch to fix icon location
8313b9d
12b0a2a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-5
12b0a2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
12b0a2a
6494c60
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-4
6494c60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6494c60
8313b9d
* Tue May 14 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.6-3
a4263ce
- add dependency on newly introduced python-rencode
a4263ce
- remove bundled copy.  resolves rhbz#953700
a4263ce
- add references to upstream tickets on systemd, rencode and svg icon location
a4263ce
eb387e1
* Thu May 09 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.6-2
eb387e1
- drop dependency on gnome-python2-gnome. resolves rhbz#961541
eb387e1
- drop dependency on python-simplejson
eb387e1
- add dependency on pygame, python-GeoIP and python-setproctitle
eb387e1
- fix old bogus date in changelog
eb387e1
16b4402
* Mon Feb 25 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.6-1
16b4402
- upstream release 1.3.6
16b4402
- http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.6
16b4402
2a4a02c
* Mon Feb 18 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.5-4
2a4a02c
- Remove --vendor from desktop-file-install https://fedorahosted.org/fesco/ticket/1077
2a4a02c
c0ce9be
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-3
c0ce9be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c0ce9be
833a2d8
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-2
833a2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
833a2d8
58a9ec5
* Tue Jul 03 2012 Jon Ciesla <limburgher@gmail.com> - 1.3.5-1
58a9ec5
- Latest upstream.
58a9ec5
- Added rb_libtorrent-python BuildRequires to ensure use of system libtorrent.
58a9ec5
- Migrate to systemd, BZ 790182.
58a9ec5
9946401
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-2
9946401
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9946401
fe206f4
* Mon Aug 15 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.3-1
fe206f4
- New upstream release
fe206f4
- http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.3
fe206f4
- Drop defattr
fe206f4
- Add build requires on intltool
fe206f4
Justin Noah 059d2ff
* Mon May 30 2011 Justin Noah <justinnoah@gmail.com> - 1.3.2-1
Justin Noah 059d2ff
- Update to latest upstream release
Justin Noah 059d2ff
- http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.3.2
fe206f4
- Dropped unnecessary patch concerning deluge.desktop categories
fe206f4
- Remove hidden files created by webui build and compression
Justin Noah 059d2ff
3d9e9f4
* Mon Mar 28 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.1-5
3d9e9f4
- Add init script for the deluge daemon. Resolves rhbz#537387
3d9e9f4
- Rewrite package descriptions to be better
3d9e9f4
f61a3fe
* Fri Feb 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.3.1-4
f61a3fe
- Build split up packages
f61a3fe
f61a3fe
* Mon Jan 17 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.1-3
f61a3fe
- correct posttrans snippet
f61a3fe
f61a3fe
* Mon Jan 10 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.1-3
f61a3fe
- Updated as per https://bugzilla.redhat.com/show_bug.cgi?id=603906#c24
f61a3fe
f61a3fe
* Tue Dec 28 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.1-2
f61a3fe
- Correct scripts
f61a3fe
- Correct directory ownership
f61a3fe
- add desktop file patch
f61a3fe
f61a3fe
* Mon Dec 27 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.1-1
f61a3fe
- update to latest upstream release
f61a3fe
- Moved icon update scriptlets to -images
f61a3fe
- Moved python-mako requires to -web
f61a3fe
f61a3fe
* Fri Oct 29 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.0-3
f61a3fe
- correct License and check file ownerships
f61a3fe
- updated icon cache scriplet
d2d7eb8
f61a3fe
* Thu Oct 28 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.3.0-2
f61a3fe
- Split into sub packages #603906
334a799
15930da
* Wed Oct 13 2010 Peter Gordon <peter@thecodergeek.com> - 1.3.0-1
15930da
- Update to new upstream release (1.3.0).
15930da
- Add P2P to the .desktop file Categories list.
15930da
- Resolves: #615984 (.desktop menu entry has wrong/missing categories)
15930da
37f943f
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 1.3.0-0.3.rc1
37f943f
- Rebuilt for boost-1.44
37f943f
47348f8
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.0-0.2.rc1
47348f8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
47348f8
62fccfb
* Tue Jul 20 2010 Peter Gordon <peter@thecodergeek.com> - 1.3.0-0.1.rc1
62fccfb
- Update to new upstream release candidate (1.3.0 RC1)
62fccfb
7f7adf2
* Sun Mar 28 2010 Peter Gordon <peter@thecodergeek.com> - 1.2.3-1
7f7adf2
- Update to new upstream bug-fix release (1.2.3).
7f7adf2
18479be
* Sat Feb 27 2010 Peter Gordon <peter@thecodergeek.com> - 1.2.1-1
18479be
- Update to new upstream bug-fix release (1.2.1)
e4c49f0
- Add python-mako dependency to fix WebUI startup crash.
18479be
- Resolves: #568845 (missing dependency to python-mako)
18479be
1460ae7
* Sat Jan 16 2010 Peter Gordon <peter@thecodergeek.com> - 1.2.0-1
1460ae7
- Update to new upstream final release (1.2.0)
1460ae7
c9a1ba3
* Fri Jan 08 2010 Peter Gordon <peter@thecodergeek.com> - 1.2.0-0.4.rc5
c9a1ba3
- Update to new upstream release candidate (1.2.0 RC5)
c9a1ba3
a27c8c0
* Wed Nov 25 2009 Peter Gordon <peter@thecodergeek.com> - 1.2.0-0.3.rc4
a27c8c0
- Update to new upstream release candidate (1.2.0 RC4)
a27c8c0
684256a
* Wed Nov 04 2009 Peter Gordon <peter@thecodergeek.com> - 1.2.0-0.2.rc3
684256a
- Update to new upstream release candidate (1.2.0 RC3)
684256a
70f1983
* Sun Oct 11 2009 Peter Gordon <peter@thecodergeek.com> - 1.2.0-0.1.rc1
70f1983
- Update to new upstream release candidate (1.2.0 RC1)
70f1983
- Adds Twisted dependencies, and drops the D-Bus dependency.
70f1983
688a50d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
688a50d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
688a50d
6a2e37d
* Wed Jul 08 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.9-2
6a2e37d
- Fixed rb_libtorrent-python dependency, so as not to use the
6a2e37d
  %%min_rblibtorrent_ver macro any more (#510264).
6a2e37d
2d4f179
* Wed Jun 17 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.9-1
2d4f179
- Update to new upstream bug-fix release (1.1.9).
2d4f179
- Do not hard-code minimum rb_libtorrent version. (We're only building against
2d4f179
  the system rb_libtorrent for Fedora 11+, which already has the necessary
2d4f179
  version.)
2d4f179
9e95612
* Wed May 27 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.8-1
9e95612
- Update to new upstream release (1.1.8) for bug-fixes and some translation
9e95612
  updates. Adds dependency on chardet for fixing lots of bugs with torrents
9e95612
  which are not encoded as UTF-8.
9e95612
- Add back the flags, in an optional -flags subpackage as per the new Flags
9e95612
  policy (Package_Maintainers_Flags_Policy on the wiki).
9e95612
- Add LICENSE and README to installed documentation.
9e95612
4f0d27f
* Fri May 08 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.7-2
4f0d27f
- Rebuild for the Boost 1.39.0 update.
4f0d27f
29076fc
* Sat May 02 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.7-1
29076fc
- Update to new upstream bug-fix release (1.1.7).
29076fc
694102b
* Mon Apr 06 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.6-1
694102b
- Update to new upstream bug-fix release (1.1.6)
694102b
- Fix GPL version, add OpenSSL exception to License.
694102b
- Remove libtool, openssl-devel, and boost-devel BuildRequires (were only
694102b
  necessary when building the in-tarball libtorrent copy).
694102b
66cb0fa
* Mon Mar 16 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.5-1
66cb0fa
- Update to new upstream bug-fix release (1.1.5)
66cb0fa
- Remove FIXME comment about parallel-compilation. We're not building the
66cb0fa
  in-tarball libtorrent copy anymore, so no compilation (other than the python
66cb0fa
  bytecode) happens and we no longer need to worry about this.
66cb0fa
3b11751
* Tue Mar 10 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.4-2
3b11751
- Fix the installed location of the scalable (SVG) icon (#483443).
3b11751
  + scalable-icon-dir.diff
3b11751
53fe737
* Mon Mar 09 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.4-1
53fe737
- Update to new upstream bug-fix release (1.1.4)
53fe737
1d971a1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
1d971a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1d971a1
bbf4cf7
* Sun Feb 15 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.3-1
bbf4cf7
- Update to new upstream bug-fix release (1.1.3)
bbf4cf7
dd8bcfd
* Sun Feb 01 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.2-2
dd8bcfd
- Fix scalable icon directory ownership (#483443).
dd8bcfd
4b2dcf8
* Sat Jan 31 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.2-1
4b2dcf8
- Update to new upstream bug-fix release (1.1.2)
4b2dcf8
fd4ff97
* Sun Jan 25 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.1-1
fd4ff97
- Update to new upstream bug-fix release (1.1.1)
fd4ff97
c55e8de
* Sun Jan 11 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-1
c55e8de
- Update to new upstream release (1.1.0 Final - yay!)
c55e8de
- Drop the get_tracker_host patch (fixed upstream):
c55e8de
  - fix-get_tracker-host-if-no-tracker.patch
e4c49f0
4d1929a
* Fri Jan 09 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.4.rc3
4d1929a
- Do not package the country flags data.
4d1929a
- Resolves: #479265 (country flags should not be used in Deluge)
4d1929a
67c03c9
* Wed Jan 07 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.3.rc3
67c03c9
- Add patch from upstream SVN to fix an error where torrents are not shown (or
67c03c9
  possibly shown in "Error" states) due to a bad inet_aton call:
67c03c9
  + fix-get_tracker-host-if-no-tracker.patch
67c03c9
- Resolves: #479097 (No torrent shown in menu); thanks to Mamoru Tasaka for
67c03c9
  the bug report.
67c03c9
- Fix day of previous %%changelog entry.
67c03c9
67c03c9
* Tue Jan 06 2009 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.2.rc3
cb00800
- Update to new upstream release candidate (1.1.0 RC3)
cb00800
- Build against the system rb_libtorrent instead of using the in-tarball copy
cb00800
  (requires rb_libtorrent 0.14+), and adjust dependencies accordingly. Drop
cb00800
  the hacked setup.py script formerly used to enable this (fixed upstream):
cb00800
  - fixed-setup.py
cb00800
- Make it a noarch package now that it's just python scripts and related
cb00800
  data files (translations, images, etc.)
cb00800
7ab86ae
* Mon Dec 29 2008 Peter Gordon <peter@thecodergeek.com> - 1.1.0-0.1.rc2
7ab86ae
- Update to new upstream release candidate (1.1.0 RC2)
7ab86ae
d3bc12d
* Thu Dec 18 2008 Petr Machata <pmachata@redhat.com> - 1.0.7-2
d3bc12d
- Rebuild for new boost.
d3bc12d
ac1727b
* Tue Dec 16 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.7-1
ac1727b
- Update to new upstream bug-fix release (1.0.7)
ac1727b
- Remove CC-BY-SA license (the Tango WebUI images have been replaced by upstream).
ac1727b
6ffe6d1
* Mon Dec 01 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.6-1
6ffe6d1
- Update to new upstream release (1.0.6)
6ffe6d1
- Adds Tango images to the WebUI data (CC-BY-SA) and some man pages.
6ffe6d1
- Properly mark translation files with %%lang.
6ffe6d1
f04742c
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.5-3
f04742c
- Fix locations for Python 2.6
f04742c
42c4c93
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.5-2
42c4c93
- Rebuild for Python 2.6
42c4c93
63a86de
* Thu Nov 13 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.5-1
63a86de
- Update to new upstream release (1.0.5)
63a86de
77cda0d
* Fri Oct 31 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.4-1
e4c49f0
- Update to new upstream release (1.0.4).
77cda0d
f9ad6d9
* Fri Oct 24 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.3-1
f9ad6d9
- Update to new upstream release (1.0.3)
f9ad6d9
61bd3ec
* Sun Oct 12 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.2-1
61bd3ec
- Update to new upstream release (1.0.2)
61bd3ec
- Drop multithreaded boost compilation patch (fixed upstream, again).
61bd3ec
  - mt-boost-fix.patch
e4c49f0
36f98f2
* Sat Sep 27 2008 Peter Gordon <peter@thecodergeek.com> - 1.0.0-1
9ec753a
- Update to new upstream release (1.0.0 Final)
36f98f2
- Apply patch from Mamoru Tasaka to build against the multi-threaded Boost
36f98f2
  libraries once more:
36f98f2
  + mt-boost-fix.patch
36f98f2
- Resolves: #464151 (About 1.0.0 build failure)
9ec753a
1088fc8
* Tue Sep 16 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.09-1
1088fc8
- Update to new upstream release candidate (1.0.0 RC9)
1088fc8
- Drop mt-boost patch (fixed upstream):
1088fc8
  - use-mt-boost.patch
1088fc8
ca7ad0c
* Sun Sep 07 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.08-1
ca7ad0c
- Update to new upstream release candidate (1.0.0 RC8)
ca7ad0c
- Drop state_upgrade script from the documentation. (This is now handled
ca7ad0c
  automatically.)
ca7ad0c
- Fix version in previous %%changelog entry.
ca7ad0c
ca7ad0c
* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.07-1
dc6a3de
- Update to new upstream release candidate (1.0.0 RC7)
dc6a3de
- Drop desktop file icon name hack (fixed upstream).
dc6a3de
dc6a3de
* Wed Aug 13 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.06-1
dc6a3de
- Update to new upstream release candidate (1.0.0 RC6)
dc6a3de
- Drop desktop file icon name hack (fixed upstream).
dc6a3de
196cf2a
* Fri Aug 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.04-1
196cf2a
- Update to new upstream release candidate (1.0.0 RC4)
196cf2a
b5bdc90
* Wed Jul 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.03-2
b5bdc90
- Add setuptools runtime dependency, to fix "No module named pkg_resources"
b5bdc90
  error messages.
b5bdc90
789ad87
* Mon Jul 21 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.03-1
789ad87
- Update to new upstream release candidate (1.0.0 RC3)
789ad87
- Re-add the blocklist plugin, at upstream's suggestion. (The rewrite is
789ad87
  complete.)
789ad87
7abc2fb
* Tue Jul 15 2008 Peter Gordon <peter@thecodergeek.com> - 0.9.02-1
7abc2fb
- Update to new upstream release candidate (1.0.0 RC2)
7abc2fb
- Force building against the multithreaded Boost libs.
7abc2fb
  + use-mt-boost.patch
7abc2fb
- Remove python-libtorrent Obsoletes. (It's been dead for 3 releases now; and
7abc2fb
  is just clutter.)
7abc2fb
- Remove the blocklist plugin, at upstream's recommendation.
7abc2fb
7ab4b97
* Tue Jun 24 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.3-1
7ab4b97
- Update to new upstream release (0.5.9.3)
91f5f29
386b807
* Fri May 23 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.1-1
386b807
- Update to new upstream release (0.5.9.1)
386b807
64f9085
* Fri May 02 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.9.0-1
64f9085
- Update to new upstream release (0.5.9.0)
64f9085
- Drop upstreamed default-preferences patch for disabling new version
64f9085
  notifications:
64f9085
  - default-prefs-no-release-notifications.patch
64f9085
4f3f53a
* Tue Apr 15 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.9-1
4f3f53a
- Update to new upstream release (0.5.8.9)
4f3f53a
b7d571a
* Wed Mar 26 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.7-1
b7d571a
- Update to new upstream release (0.5.8.7)
b7d571a
87b3450
* Mon Mar 17 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.6-1
87b3450
- Update to new upstream release (0.5.8.6)
87b3450
b24b338
* Fri Feb 29 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.5-1
b24b338
- Update to new upstream release (0.5.8.5)
b24b338
ec4f48f
* Sat Feb 16 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.4-1
9c31d05
- Update to new upstream release (0.5.8.4)
9c31d05
- Rebuild for GCC 4.3
9c31d05
dabce6c
* Mon Jan 28 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.3-1
dabce6c
- Update to new upstream security fix release (0.5.8.3), which includes a fix
dabce6c
  for a potential remotely-exploitable stack overflow with a malformed
dabce6c
  bencoded message.
dabce6c
9d25fdd
* Sat Jan 19 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8.1-1
9d25fdd
- Update to new upstream bugfix release (0.5.8.1)
9d25fdd
afd4fc2
* Wed Jan 09 2008 Peter Gordon <peter@thecodergeek.com> - 0.5.8-3
afd4fc2
- Add runtime dependency on dbus-x11 for the dbus-launch utility. Fixes bug
afd4fc2
  428106 (Missing BR dbus-x11).
afd4fc2
- Bump release to 3 to maintain a proper F8->F9+ upgrade path.
afd4fc2
b914a06
* Mon Dec 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.8-1
b914a06
- Update to new upstream release (0.5.8)
b914a06
- Merge Mamoru Tasaka's no-release-notification patch into the default-prefs
b914a06
  patch.
e4c49f0
f7fb791
* Sat Dec 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7.98-1
f7fb791
- Update to new upstream release candidate (0.5.8 RC2)
f7fb791
549e11a
* Mon Dec 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.5.7.95-1
549e11a
- Update to new upstream release candidate (0.5.8 RC1)
549e11a
- Completely suppress updates notification (bug 299601, 426642)
549e11a
96ba887
* Sun Dec 09 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7.1-2
96ba887
- Add missing icon cache %%post and %%postun scriptlets.
1e12e15
- Add missing egg-info to the %%files list.
96ba887
0cfc93b
* Fri Dec 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7.1-1
0cfc93b
- Update to new upstream bug-fix release (0.5.7.1).
0cfc93b
- Sort %%files list (aesthetic-only change).
0cfc93b
c1c8884
* Wed Dec 05 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7-3
c1c8884
- Fix previous %%changelog Version.
c1c8884
- Cleanup the installed .desktop file. Fixes bug 413101 (deluge fails to build
c1c8884
  in rawhide  bad .desktop file.)
c1c8884
f9eea39
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.5.7-2
c1c8884
- Rebuild for deps
f9eea39
eb387e1
* Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.7-1
53e30f9
- Update to new upstream release (0.5.7)
53e30f9
1aed9eb
* Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.96-1
1aed9eb
- Update to new upstream release candidate (0.5.7 RC2)
1aed9eb
- Drop plugin error patch (fixed upstream):
1aed9eb
  - plugin-not-found-OK.patch
1aed9eb
09df20e
* Sat Nov 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.95-1
09df20e
- Update to new upstream release candidate (0.5.7 RC)
09df20e
- Update Source0 url
09df20e
- Add upstream patch to prevent dying if plugin in prefs.state is not found on
09df20e
  the filesystem:
09df20e
  + plugin-not-found-OK.patch
09df20e
3161b31
* Wed Oct 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.2-1
3161b31
- Update to new upstream bug-fix release (0.5.6.2)
3161b31
5a6d8a8
* Tue Oct 30 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6.1-1
5a6d8a8
- Update to new upstream bug-fix release (0.5.6.1)
5a6d8a8
- Drop use-mt-boost build script patch (fixed upstream):
5a6d8a8
  - use-mt-boost.patch
5a6d8a8
1b034c2
* Sat Oct 27 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.6-1
1b034c2
- Update to new upstream release (0.5.6)
1b034c2
acf39b8
* Wed Oct 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5.95-1
acf39b8
- Update to new upstream release candidate (0.5.6 RC1)
acf39b8
29760ef
* Thu Sep 20 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5-2
29760ef
- Fix release on previous %%changelog entry.
29760ef
- Disable the version update notifications by default:
29760ef
  + default-prefs-no-release-notifications.patch
29760ef
  (Resolves bug 299601: Deluge alerts of new versions)
29760ef
29760ef
* Wed Sep 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.5-1
9d4f0c7
- Update to new upstream release (0.5.5)
9d4f0c7
22746d2
* Mon Sep 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4.1.95-1
22746d2
- Update to new upstream release candidate (0.5.5 RC1)
22746d2
dd00e6b
* Mon Aug 13 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4.1-1
dd00e6b
- Update to new upstream release (0.5.4.1)
dd00e6b
- Build with new binutils to gain BuildID debugging goodness.
dd00e6b
dd00e6b
* Mon Aug 06 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.4-1
dd00e6b
- Update to new upstream release (0.5.4)
dd00e6b
73dedb1
* Fri Aug 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-2
73dedb1
- Update License tag (GPLv2+).
2eb8b9f
- Rebuild against new Boost libraries, adding a patch to build against the
2eb8b9f
  multi-threaded ("*-mt") libraries:
2eb8b9f
  + use-mt-boost.patch
73dedb1
ffc00e2
* Wed Jul 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-1
9c4740e
- Update to new upstream release candidate (0.5.3)
9c4740e
- Drop %%ifarch invocations for 64-bit builds. The internal setup script now
9c4740e
  properly determines this and adds the AMD64 compiler definition if necessary.
9c4740e
1cd4efb
* Fri Jul 20 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2.90-1
1cd4efb
- Update to new upstream release candidate (0.5.3 RC1)
1cd4efb
- Drop stale persistence fix patch (applied upstream):
1cd4efb
  - fix-persistence-upgrade-rhbz_247927.patch
1cd4efb
426cbbf
* Wed Jul 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-2
426cbbf
- Add patch to fix the existence of stale persistence files by automatically
426cbbf
  updating the deluge.deluge module name to deluge.core, or removing them if
426cbbf
  empty (bug 247927):
1cd4efb
  + fix-persistence-upgrade-rhbz_247927.patch
426cbbf
eff208d
* Sun Jul 08 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-1
eff208d
- Update to new upstream release (0.5.2)
e275763
- Update Summary and %%description to reflect new ĀµTorrent-compatible Peer
e275763
  Exchange ("PEX") functionality.
eff208d
eff208d
* Thu Jun 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0.90.2-2
eff208d
- Update to new upstream release (0.5.1 Beta 2)
eff208d
5f84903
* Sun Apr 08 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0-2
5f84903
- Make Deluge the upgrade path of the now-orphaned python-libtorrent package.
e4c49f0
e4c475f
* Mon Mar 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.0-1
e4c475f
- Update to new upstream release (0.5.0).
e4c475f
26b838a
* Mon Mar 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.2-1
26b838a
- Update to new upstream release (0.5 RC2).
26b838a
- Drop IndexError exception-handling fix (applied upstream):
26b838a
  - delugegtk.py-fix-IndexError-exception-handling.patch
26b838a
- Use the system libtool instead of the one from the sources to ensure
e4c49f0
  that no unnecessary RPATH hacks are added to the final build.
26b838a
df3bbb2
* Wed Mar 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-3
df3bbb2
- Add a patch (submitted upstream) to properly catch a thrown IndexError in
df3bbb2
  state message updates. This should resolve the bug wherein the UI stops
df3bbb2
  updating its details and torrent listing.
df3bbb2
  + delugegtk.py-fix-IndexError-exception-handling.patch
e4c49f0
c1cc803
* Wed Mar 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-2
c1cc803
- Drop unneeded 64bit-python_long patch; as it seems to cause more trouble than
c1cc803
  it's worth. Instead, pass -DAMD64 as a compiler flag on 64-bit arches.
c1cc803
  - 64bit-python_long patch
c1cc803
  (This should fix the bug where, even though torrents are active, they are not
c1cc803
  shown in the GtkTreeView listing.)
c1cc803
899f010
* Tue Mar 06 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.99.1-1
899f010
- Update to new upstream release (0.5 RC1).
899f010
- Use rewritten setup.py instead of patching it so much, since it's easier to
899f010
  maintain across version upgrades and whatnot:
899f010
  + fixed-setup.py
899f010
- Remove the setup.py patches (no longer needed, since I'm packaging my own):
899f010
  - setup.py-dont-store-the-install-dir.patch
899f010
  - setup.py-build-against-system-libtorrent.patch
899f010
4581bff
* Fri Mar 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.3-1
4581bff
- Update to new upstream release (0.5 Beta 3).
4581bff
- Add patch to fix storing of installation directory:
4581bff
  + setup.py-dont-store-the-install-dir.patch
4581bff
    (to be applied after setup.py-build-against-system-libtorrent.patch)
4581bff
78928e8
* Sun Feb 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.2-2
78928e8
- Add patch to fix 64-bit python_long type.
78928e8
  +  64bit-python_long.patch
78928e8
55eb20b
* Sat Feb 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.90.2-1
55eb20b
- Update to new upstream release (0.5 Beta 2)
55eb20b
- Add patch to force building against system copy of rb_libtorrent:
55eb20b
  + setup.py-build-against-system-libtorrent.patch
55eb20b
- Remove python-libtorrent and a few other dependencies that are no longer
78928e8
  used.
55eb20b
55410b8
* Fri Feb 23 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-6
55410b8
- Fix Source0 URL.
55410b8
e4c49f0
* Wed Feb 21 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-5
55410b8
- Make notify-python dependency conditional (FC6+ only)
55410b8
- Strip the unneeded shebang lines from the plugin scripts, since they are not
55410b8
  meant to be directly executed.
55410b8
55410b8
* Wed Feb 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-4
55410b8
- Update .desktop file: Icon should not have the "-256" size suffix.
55410b8
- Add Requires: notify-python
55410b8
- Remove strict dependency on python 2.3+, since we're targetting FC5+
55410b8
  only, which has 2.4+.
55410b8
55410b8
* Wed Jan 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-3
55410b8
- Use install instead of the cp/find/chmod fiasco of earlier releases for
55410b8
  clarity and proper permissions setting.
55410b8
- Be more consistent about use of %%{name} and other macros in file naming as
55410b8
  well as whitespace between sections.
55410b8
55410b8
* Sun Jan 07 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-2
55410b8
- Bump python-libtorrent dependency to 0.3.0-4, which contains a fix for
55410b8
  64-bit systems.
55410b8
55410b8
* Wed Jan 03 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.1-1
e4c49f0
- Initial packaging for Fedora Extras.