rpms/gdeskcal/FC-5 gdeskcal.spec,1.12,1.13

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Thu Nov 2 21:37:38 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/gdeskcal/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1095

Modified Files:
	gdeskcal.spec 
Log Message:

ARGH! perl(xml::parser) vanished somewhere! 
 	gdeskcal.spec 



Index: gdeskcal.spec
===================================================================
RCS file: /cvs/extras/rpms/gdeskcal/FC-5/gdeskcal.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gdeskcal.spec	2 Nov 2006 21:24:37 -0000	1.12
+++ gdeskcal.spec	2 Nov 2006 21:37:08 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           gdeskcal
 Version:        1.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Eye-candy calendar for your desktop
 Group:          User Interface/Desktops
 License:        GPL
@@ -10,7 +10,7 @@
 Source2:        gdeskcal.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  desktop-file-utils, pygtk2-devel
+BuildRequires:  desktop-file-utils, pygtk2-devel, perl(XML::Parser)
 Requires:       pygtk2 >= 1.99.14
 Requires:       python >= 2.0.0
 
@@ -62,6 +62,9 @@
 %{_libdir}/%{name}/
 
 %changelog
+* Thu Nov 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0.7
+- added BR perl(xml::parser) - it was there in -5 but vanished!
+
 * Thu Nov 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-6
 - a couple of small fixes
 




More information about the scm-commits mailing list