rpms/photoml/F-8 photoml.spec,1.1,1.2

Brendt Wohlberg (brendt) fedora-extras-commits at redhat.com
Sun Dec 23 19:41:21 UTC 2007


Author: brendt

Update of /cvs/pkgs/rpms/photoml/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23001/F-8

Modified Files:
	photoml.spec 
Log Message:
Fixed missing dependency on xhtml1-dtds.



Index: photoml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/photoml/F-8/photoml.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- photoml.spec	23 Dec 2007 19:15:28 -0000	1.1
+++ photoml.spec	23 Dec 2007 19:40:46 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		photoml
 Version:	0.24
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	An XML DTD and tools for describing photographic metadata
 
 Group:		Applications/Multimedia
@@ -10,7 +10,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	perl, perl-Image-ExifTool >= 6.77, perl-DateManip
-BuildRequires:	libxml2, libxslt, dcraw, imageinfo, xgrep
+BuildRequires:	libxml2, xhtml1-dtds, libxslt, dcraw, imageinfo, xgrep
 BuildArchitectures:	noarch
 
 %description
@@ -60,6 +60,9 @@
 
 
 %changelog
+* Sun Dec 23 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.24-3
+- Added missing dependency on xhtml1-dtds
+
 * Fri Dec 21 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.24-2
 - Fixed license and docs directory problems.
 




More information about the fedora-extras-commits mailing list