rpms/gtorrentviewer/devel gtorrentviewer-0.2b-desktop.patch, 1.1, 1.2 gtorrentviewer.spec, 1.10, 1.11

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Sun Aug 12 11:24:06 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/gtorrentviewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24938

Modified Files:
	gtorrentviewer-0.2b-desktop.patch gtorrentviewer.spec 
Log Message:
Clarify license as GPL (unspecified/any version)
Update %%post & %%postun to redirect stderr to the bitbucket
Update desktop file to spec version 1.0


gtorrentviewer-0.2b-desktop.patch:

Index: gtorrentviewer-0.2b-desktop.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gtorrentviewer/devel/gtorrentviewer-0.2b-desktop.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtorrentviewer-0.2b-desktop.patch	26 Sep 2006 14:27:38 -0000	1.1
+++ gtorrentviewer-0.2b-desktop.patch	12 Aug 2007 11:23:32 -0000	1.2
@@ -1,5 +1,5 @@
---- GTorrentViewer-0.2b/data/gtorrentviewer.desktop.in.orig	2006-09-26 09:51:30.000000000 +0200
-+++ GTorrentViewer-0.2b/data/gtorrentviewer.desktop.in	2006-09-26 09:51:40.000000000 +0200
+--- GTorrentViewer-0.2b/data/gtorrentviewer.desktop.in.orig	2004-10-21 05:40:16.000000000 +0100
++++ GTorrentViewer-0.2b/data/gtorrentviewer.desktop.in	2007-08-12 12:14:52.000000000 +0100
 @@ -2,7 +2,7 @@
  _Name=Torrent Metainfo Viewer
  _GenericName=Torrent Viewer
@@ -9,3 +9,9 @@
  Icon=gtorrentviewer.png
  StartupNotify=false
  Terminal=false
+@@ -10,4 +10,4 @@
+ Encoding=UTF-8
+ Categories=Application;Network;
+ MimeType=application/x-bittorrent;
+-Version=0.2
++Version=1.0


Index: gtorrentviewer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtorrentviewer/devel/gtorrentviewer.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gtorrentviewer.spec	31 Oct 2006 12:47:18 -0000	1.10
+++ gtorrentviewer.spec	12 Aug 2007 11:23:32 -0000	1.11
@@ -1,9 +1,9 @@
 Name:		gtorrentviewer
 Version:	0.2b
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	A GTK2-based viewer and editor for BitTorrent meta files
 Group:		Applications/Internet
-License:	GPL
+License:	GPL+
 URL:		http://gtorrentviewer.sourceforge.net/
 Source0:	http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz
 Patch0:		gtorrentviewer-0.2b-desktop.patch
@@ -43,10 +43,10 @@
 %{__rm} -rf %{buildroot}
 
 %post
-/usr/bin/update-desktop-database > /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %postun
-/usr/bin/update-desktop-database > /dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %files
 %defattr(-,root,root,-)
@@ -59,6 +59,11 @@
 %{_mandir}/man1/gtorrentviewer.1*
 
 %changelog
+* Sun Aug 12 2007 Paul Howarth <paul at city-fan.org> 0.2b-14
+- Clarify license as GPL (unspecified/any version)
+- Update %%post & %%postun to redirect stderr to the bitbucket
+- Update desktop file to spec version 1.0
+
 * Tue Oct 30 2006 Paul Howarth <paul at city-fan.org> 0.2b-13
 - rebuild for libcurl.so.4
 




More information about the fedora-extras-commits mailing list