rpms/gnome-password-generator/F-7 gnome-password-generator-1.5-redhat-artwork.patch, NONE, 1.1 gnome-password-generator.spec, 1.11, 1.12

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sat Oct 6 13:06:06 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/gnome-password-generator/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11372

Modified Files:
	gnome-password-generator.spec 
Added Files:
	gnome-password-generator-1.5-redhat-artwork.patch 
Log Message:
Updated to 1.5-2 in F-7.
 
 Modified Files:
 	gnome-password-generator.spec 
 Added Files:
 	gnome-password-generator-1.5-redhat-artwork.patch 


gnome-password-generator-1.5-redhat-artwork.patch:

--- NEW FILE gnome-password-generator-1.5-redhat-artwork.patch ---
diff -urNp gnome-password-generator-1.5.orig/gnome-password-generator gnome-password-generator-1.5/gnome-password-generator
--- gnome-password-generator-1.5.orig/gnome-password-generator	2007-08-13 09:01:49.000000000 +0530
+++ gnome-password-generator-1.5/gnome-password-generator	2007-10-06 17:37:53.000000000 +0530
@@ -122,7 +122,7 @@ class Application(gnome.ui.App) :
             ("/_File", None, None, 0, "<Branch>"),
             ("/File/_Quit", "<control>Q", self.DestroyCallback, 0, "<StockItem>", gtk.STOCK_QUIT),
             ("/_Help", None, None, 0, "<Branch>"),
-            ("/_Help/_About", None, self.AboutCallback, 0, "<StockItem>", "gnome-stock-about")
+            ("/_Help/_About", None, self.AboutCallback, 0, "<StockItem>", gtk.STOCK_QUIT)
         )
     
         accel_group = gtk.AccelGroup()


Index: gnome-password-generator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-password-generator/F-7/gnome-password-generator.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-password-generator.spec	25 Aug 2007 21:07:53 -0000	1.11
+++ gnome-password-generator.spec	6 Oct 2007 13:05:33 -0000	1.12
@@ -1,22 +1,23 @@
-Summary: Graphical secure password generator
-Name: gnome-password-generator
-Version: 1.5
-Release: 1%{dist}
-License: GPLv2+
-Group: Applications/System
-URL: http://gnome-password.sourceforge.net/
-Source0: http://downloads.sourceforge.net/gnome-password/%{name}-%{version}.tar.gz
-
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-Requires: gnome-python2
-Requires: hicolor-icon-theme
-Requires: pygtk2
-Requires: redhat-artwork
+Summary:	Graphical secure password generator
+Name:		gnome-password-generator
+Version:	1.5
+Release:	2%{dist}
+License:	GPLv2+
+Group:		Applications/System
+URL:		http://gnome-password.sourceforge.net/
+Source0:	http://dl.sf.net/gnome-password/%{name}-%{version}.tar.gz
+
+Patch0:		%{name}-%{version}-redhat-artwork.patch
+
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+Requires:	gnome-python2
+Requires:	hicolor-icon-theme
+Requires:	pygtk2
 
-BuildRequires: desktop-file-utils
+BuildRequires:	desktop-file-utils
 
-BuildArch: noarch
+BuildArch:	noarch
 
 %description
 Gnome Password Generator is a GUI based secure password generator. It allows
@@ -25,6 +26,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make %{?_smp_mflags}
@@ -71,6 +73,10 @@
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sat Oct 06 2007 Debarshi Ray <rishi at fedoraproject.org> - 1.5-2
+- Removed 'Requires: redhat-artwork' and fixed the sources. Closes Red Hat
+  Bugzilla bug #313981.
+
 * Wed Aug 22 2007 Debarshi Ray <rishi at fedoraproject.org> - 1.5-1
 - Version bump to 1.5.
 - Changed value of License according to Fedora licensing guidelines.




More information about the fedora-extras-commits mailing list