rpms/renrot/devel renrot.spec,1.18,1.19

Adam Tkac atkac at fedoraproject.org
Thu Jul 1 16:11:32 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/renrot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10175

Modified Files:
	renrot.spec 
Log Message:
- Require /usr/bin/jpegtran instead of libjpeg; compatible with both
  libjpeg and libjpeg-turbo



Index: renrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/renrot/devel/renrot.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- renrot.spec	2 Jun 2010 07:14:31 -0000	1.18
+++ renrot.spec	1 Jul 2010 16:11:31 -0000	1.19
@@ -3,7 +3,7 @@
 
 Name:		renrot
 Version:	1.1
-Release:	1%{?dotrc}%{?dist}.4
+Release:	2%{?dotrc}%{?dist}
 License:	Artistic 2.0
 Group:		Applications/Multimedia
 Summary:	A program to rename and rotate files according to EXIF tags
@@ -15,7 +15,7 @@ BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Image::ExifTool) >= 5.72
 BuildRequires:	perl(Getopt::Long) >= 2.34
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:	libjpeg >= 6b
+Requires:	/usr/bin/jpegtran
 Requires(hint):	perl(Image::Magick)
 
 %description
@@ -77,6 +77,10 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}/tags.conf
 
 %changelog
+* Thu Jul 01 2010 Adam Tkac <atkac redhat com> - 1.1-2
+- Require /usr/bin/jpegtran instead of libjpeg; compatible with both
+  libjpeg and libjpeg-turbo
+
 * Wed Jun 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.1-1.4
 - Mass rebuild with perl-5.12.0
 



More information about the scm-commits mailing list