rpms/exiv2/EL-4 exiv2-0.16-gcc43.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 exiv2.spec, 1.13, 1.14 sources, 1.6, 1.7 exiv2-0.11-no_rpath.patch, 1.1, NONE exiv2-0.13-CVE-2007-6353.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jul 17 17:23:49 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/exiv2/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23076

Modified Files:
	.cvsignore exiv2.spec sources 
Added Files:
	exiv2-0.16-gcc43.patch 
Removed Files:
	exiv2-0.11-no_rpath.patch exiv2-0.13-CVE-2007-6353.patch 
Log Message:
* Mon Jun 23 2008 Rex Dieter <rdieter at fedoraproject.org> 0.17.1-1
- exiv2-0.17.1


exiv2-0.16-gcc43.patch:

--- NEW FILE exiv2-0.16-gcc43.patch ---
diff -up exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp.gcc43 exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp
--- exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp.gcc43	2007-12-08 10:52:25.000000000 -0600
+++ exiv2-0.16/xmpsdk/src/XMPCore_Impl.hpp	2008-02-11 08:12:25.000000000 -0600
@@ -20,6 +20,7 @@
 #include "client-glue/WXMPMeta.hpp"
 
 #include <vector>
+#include <cstring>
 #include <string>
 #include <map>
 
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43	2007-10-05 23:46:22.000000000 -0500
+++ exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp	2008-02-11 07:45:25.000000000 -0600
@@ -22,8 +22,11 @@
 	#include <iostream>
 #endif
 
+#include <cstring>
+
 using namespace std;
 
+
 #if XMP_WinBuild
 	#pragma warning ( disable : 4533 )	// initialization of '...' is skipped by 'goto ...'
 	#pragma warning ( disable : 4702 )	// unreachable code
diff -up exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43	2007-10-06 03:11:52.000000000 -0500
+++ exiv2-0.16/xmpsdk/src/XMPMeta.cpp	2008-02-11 07:43:12.000000000 -0600
@@ -24,6 +24,8 @@
 	#include <iostream>
 #endif
 
+#include <cstring>
+
 using namespace std;
 
 #if XMP_WinBuild
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43	2007-10-01 12:59:06.000000000 -0500
+++ exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp	2008-02-11 07:48:01.000000000 -0600
@@ -25,6 +25,8 @@
 	#include <iostream>
 #endif
 
+#include <cstring>
+
 using namespace std;
 
 #if XMP_WinBuild
diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp
--- exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43	2008-02-11 07:46:47.000000000 -0600
+++ exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp	2008-02-11 07:47:00.000000000 -0600
@@ -23,6 +23,8 @@
 	#include <iostream>
 #endif
 
+#include <cstring>
+
 using namespace std;
 
 #if XMP_WinBuild


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/EL-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	26 Nov 2007 18:29:26 -0000	1.6
+++ .cvsignore	17 Jul 2008 17:22:57 -0000	1.7
@@ -1,4 +1 @@
-clog
-exiv2-0.12.tar.gz
-exiv2-0.14.tar.gz
-exiv2-0.15.tar.gz
+exiv2-0.17.1.tar.gz


Index: exiv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/EL-4/exiv2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- exiv2.spec	17 Dec 2007 17:10:02 -0000	1.13
+++ exiv2.spec	17 Jul 2008 17:22:57 -0000	1.14
@@ -6,23 +6,24 @@
 
 Summary: Exif and Iptc metadata manipulation library
 Name:	 exiv2
-Version: 0.15
-Release: 5%{?dist}
+Version: 0.17.1
+Release: 1%{?dist}
 
 License: GPLv2+
 Group:	 Applications/Multimedia
 URL: 	 http://www.exiv2.org/
-Source0: http://www.exiv2.org/exiv2-%{version}.tar.gz
+Source0: http://www.exiv2.org/exiv2-%{version}%{?pre:-%{pre}}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: zlib-devel
+BuildRequires: chrpath
+BuildRequires: expat-devel
 BuildRequires: gettext
+BuildRequires: zlib-devel
 # docs
-BuildRequires: doxygen graphviz libxslt
+#BuildRequires: doxygen graphviz libxslt
 
-Patch1: exiv2-0.11-no_rpath.patch
-Patch2: exiv2-0.9.1-deps.patch
-Patch3: exiv2-0.13-CVE-2007-6353.patch 
+Patch1: exiv2-0.9.1-deps.patch
+Patch2: exiv2-0.16-gcc43.patch
 
 %if 0%{?libs}
 Requires: %{name}-libs = %{version}-%{release}
@@ -31,6 +32,7 @@
 Provides:  %{name}-libs = %{version}-%{release}
 %endif
 
+
 %description
 A command line utility to access image metadata, allowing one to:
 * print the Exif metadata of Jpeg images as summary info, interpreted values,
@@ -68,37 +70,42 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{?pre:-%{pre}}
 
-%patch1 -p1 -b .no_rpath
-%patch2 -p1 -b .deps
-%patch3 -p1 -b .CVE-2007-6353
+%patch1 -p1 -b .deps
+%patch2 -p1 -b .gcc43
 
 mkdir doc/html
 
 
 %build
-%configure --disable-static 
+%configure \
+  --disable-rpath \
+  --disable-static
 
 make %{?_smp_mflags} 
 
 
 %install
-rm -rf $RPM_BUILD_ROOT 
+rm -rf %{buildroot} 
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
 %find_lang exiv2
 
 # Unpackaged files
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
+rm -f %{buildroot}%{_libdir}/lib*.la
 
 # fix perms on installed lib
-chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
+chmod 755 %{buildroot}%{_libdir}/lib*.so*
+
+# nuke rpaths
+chrpath --list   %{buildroot}%{_bindir}/exiv2
+chrpath --delete %{buildroot}%{_bindir}/exiv2
 
 
 %clean
-rm -rf $FPM_BUILD_ROOT
+rm -rf %{buildroot} 
 
 
 %post %{?libs:libs} -p /sbin/ldconfig
@@ -116,7 +123,7 @@
 %files libs -f exiv2.lang
 %defattr(-,root,root,-)
 %endif
-%{_libdir}/libexiv2.so.*
+%{_libdir}/libexiv2.so.4*
 
 %files devel
 %defattr(-,root,root,-)
@@ -127,8 +134,24 @@
 
 
 %changelog
-* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-5
-- CVE-2007-6353 (#425922)
+* Mon Jun 23 2008 Rex Dieter <rdieter at fedoraproject.org> 0.17.1-1
+- exiv2-0.17.1
+
+* Mon Feb 11 2008 Rex Dieter <rdieter at fedoraproject.org> 0.16-2
+- respin (gcc43)
+- gcc43 patch
+
+* Sun Jan 13 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-1
+- eviv2-0.16
+
+* Mon Dec 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-0.3.pre1
+- CVE-2007-6353 (#425924)
+
+* Mon Nov 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-0.2.pre1
+- -libs subpkg toggle (f8+)
+
+* Tue Nov 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.16-0.1.pre1
+- exiv2-0.16-pre1
 
 * Tue Sep 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.15-4
 - -libs: -Requires: %%name


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exiv2/EL-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	26 Nov 2007 18:29:26 -0000	1.6
+++ sources	17 Jul 2008 17:22:57 -0000	1.7
@@ -1 +1 @@
-bb18d19e1d6fb255dadda456cadec00e  exiv2-0.15.tar.gz
+52a602f4f0d9e89b7084ac795b7547ac  exiv2-0.17.1.tar.gz


--- exiv2-0.11-no_rpath.patch DELETED ---


--- exiv2-0.13-CVE-2007-6353.patch DELETED ---




More information about the fedora-extras-commits mailing list