Author: baggins Date: Wed May 12 13:27:47 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - fixed desktop categories
---- Files affected: packages/deluge: deluge.spec (1.57 -> 1.58) , deluge-desktop.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/deluge/deluge.spec diff -u packages/deluge/deluge.spec:1.57 packages/deluge/deluge.spec:1.58 --- packages/deluge/deluge.spec:1.57 Sun Apr 11 13:36:43 2010 +++ packages/deluge/deluge.spec Wed May 12 15:27:42 2010 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Klient BitTorrenta napisany w Pythonie ze wspraciem dla UPnP i DHT Name: deluge Version: 1.2.3 -Release: 2 +Release: 3 License: GPL v3 Group: X11/Applications/Networking Source0: http://download.deluge-torrent.org/source/%{name}-%{version}.tar.bz2 # Source0-md5: f1dbc8734c1881b115b98f572e523a4d +Patch0: %{name}-desktop.patch URL: http://deluge-torrent.org/ BuildRequires: python-devel >= 1:2.5 BuildRequires: python-libtorrent-rasterbar @@ -56,6 +57,7 @@ %prep %setup -q +%patch0 -p1 %build %ifarch %{x8664} ppc64 sparc64 @@ -169,6 +171,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2010/05/12 13:27:42 baggins +- rel 3 +- fixed desktop categories + Revision 1.57 2010/04/11 11:36:43 jasw - add missing req: python-TwistedCore-ssl - rel. 2 ================================================================ Index: packages/deluge/deluge-desktop.patch diff -u /dev/null packages/deluge/deluge-desktop.patch:1.1 --- /dev/null Wed May 12 15:27:47 2010 +++ packages/deluge/deluge-desktop.patch Wed May 12 15:27:42 2010 @@ -0,0 +1,10 @@ +--- /home/users/baggins/devel/PLD/rpm/BUILD/deluge-1.2.3/deluge/data/share/applications/deluge.desktop~ 2010-03-27 20:37:04.000000000 +0100 ++++ /home/users/baggins/devel/PLD/rpm/BUILD/deluge-1.2.3/deluge/data/share/applications/deluge.desktop 2010-05-12 15:26:49.494598808 +0200 +@@ -7,6 +7,6 @@ + Icon=deluge + Terminal=false + Type=Application +-Categories=Network; ++Categories=Network;P2P; + StartupNotify=true + MimeType=application/x-bittorrent; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/deluge/deluge.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
