rpms/gnome-password-generator/F-10 gnome-password-generator.spec, 1.14, 1.15

Debarshi Ray rishi at fedoraproject.org
Fri Nov 7 18:16:51 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/gnome-password-generator/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7214

Modified Files:
	gnome-password-generator.spec 
Log Message:
* Fri Nov 07 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.6-2
- Replaced 'Requires: gnome-python2' with 'Requires: gnome-python2-gnome' on
  all distributions starting from Fedora 10. Closes Red Hat Bugzilla bug
  #460023.
- Trimmed the 'Requires' list.



Index: gnome-password-generator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-password-generator/F-10/gnome-password-generator.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnome-password-generator.spec	22 May 2008 17:01:34 -0000	1.14
+++ gnome-password-generator.spec	7 Nov 2008 18:16:20 -0000	1.15
@@ -1,7 +1,7 @@
 Summary:	Graphical secure password generator
 Name:		gnome-password-generator
 Version:	1.6
-Release:	1%{dist}
+Release:	2%{dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://gnome-password.sourceforge.net/
@@ -9,9 +9,13 @@
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+%if 0%{?fc8}%{?fc9}
 Requires:	gnome-python2
+%else
+Requires:	gnome-python2-gnome
+%endif
+
 Requires:	hicolor-icon-theme
-Requires:	pygtk2
 
 BuildRequires:	desktop-file-utils
 
@@ -49,7 +53,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-touch  --no-create %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
@@ -74,6 +78,12 @@
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Fri Nov 07 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.6-2
+- Replaced 'Requires: gnome-python2' with 'Requires: gnome-python2-gnome' on
+  all distributions starting from Fedora 10. Closes Red Hat Bugzilla bug
+  #460023.
+- Trimmed the 'Requires' list.
+
 * Sat May 17 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.6-1
 - Version bump to 1.6. Closes Red Hat Bugzilla bug #438016.
 




More information about the scm-commits mailing list