rpms/libexif/F-8 libexif.spec,1.35,1.36 sources,1.6,1.7

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Feb 6 02:23:43 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/libexif/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29998

Modified Files:
	libexif.spec sources 
Log Message:
0.6.16
fix #379561



Index: libexif.spec
===================================================================
RCS file: /cvs/extras/rpms/libexif/F-8/libexif.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libexif.spec	16 Dec 2007 03:51:51 -0000	1.35
+++ libexif.spec	6 Feb 2008 02:23:00 -0000	1.36
@@ -1,15 +1,15 @@
 Summary: Library for extracting extra information from image files
 Name: libexif
-Version: 0.6.15
-Release: 5%{?dist}
+Version: 0.6.16
+Release: 1%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://libexif.sourceforge.net/
 Source0: libexif-%{version}.tar.bz2 
 Source1: libexif-docs.tar.gz
-Patch0: libexif-cve-2007-4168.patch
 Patch1: cve-2007-6351.patch
 Patch2: cve-2007-6352.patch
+Patch3: olympus-byte-order.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: doxygen
 
@@ -30,9 +30,9 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .cve-2007-4168
 %patch1 -p1 -b .cve-2007-6351
 %patch2 -p1 -b .cve-2007-6352
+%patch3 -p1 -b .olympus-byte-order
 
 # to avoid multilib conflicts, we toss in pre-generated docs
 # and neuter make all in the docs dir
@@ -50,6 +50,10 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libexif
 cp -R doc/doxygen-output/libexif-api.html .
 
+iconv -f latin1 -t utf-8 < COPYING > COPYING.utf8; cp COPYING.utf8 COPYING
+iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
+
+
 %find_lang libexif-12
 
 %clean
@@ -61,7 +65,7 @@
 
 %files -f libexif-12.lang
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING README NEWS
+%doc COPYING README NEWS
 %{_libdir}/libexif.so.*
 
 %files devel
@@ -72,9 +76,16 @@
 %{_libdir}/pkgconfig/libexif.pc
 
 %changelog
+* Tue Feb  5 2008 Matthias Clasen <mclasen at redhat.com> - 0.6.16-1
+- Update to 0.6.16
+- Drop obsolete patch
+
+* Tue Feb  5 2008 Matthias Clasen <mclasen at redhat.com> - 0.6.15-6
+- Convert doc files to utf-8 (#240838)
+
 * Sat Dec 15 2007 Matthias Clasen <mclasen at redhat.com> - 0.6.15-5
-- Add patch for CVE-2007-6351. Fixes bug #425621
-- Add patch for CVE-2007-6352. Fixes bug #425621
+- Add patch for CVE-2007-6351. Fixes bug #425641
+- Add patch for CVE-2007-6352. Fixes bug #425641
 
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.6.15-4
 - Rebuild for selinux ppc32 issue.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libexif/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	31 May 2007 01:40:37 -0000	1.6
+++ sources	6 Feb 2008 02:23:00 -0000	1.7
@@ -1,2 +1,2 @@
-58871e364c454d107eee001456cc8f24  libexif-0.6.15.tar.bz2
 916f61beb4afa88f05130b10e7640333  libexif-docs.tar.gz
+deee153b1ded5a944ea05d041d959eca  libexif-0.6.16.tar.bz2




More information about the fedora-extras-commits mailing list