- exiv2-0.17.1
This commit is contained in:
parent
c4b34d3f6a
commit
9dd907ba80
@ -1,6 +1 @@
|
|||||||
clog
|
exiv2-0.17.1.tar.gz
|
||||||
exiv2-0.12.tar.gz
|
|
||||||
exiv2-0.14.tar.gz
|
|
||||||
exiv2-0.15.tar.gz
|
|
||||||
exiv2-0.16-pre1.tar.gz
|
|
||||||
exiv2-0.16.tar.gz
|
|
||||||
|
@ -16,7 +16,7 @@ diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Serialize.cpp.gcc43 exiv2-0.16/xmpsdk/src
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+#include <string.h>
|
+#include <cstring>
|
||||||
+
|
+
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ diff -up exiv2-0.16/xmpsdk/src/XMPMeta.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMPMeta.c
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+#include <string.h>
|
+#include <cstring>
|
||||||
+
|
+
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ diff -up exiv2-0.16/xmpsdk/src/XMPMeta-GetSet.cpp.gcc43 exiv2-0.16/xmpsdk/src/XM
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+#include <string.h>
|
+#include <cstring>
|
||||||
+
|
+
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ diff -up exiv2-0.16/xmpsdk/src/XMPMeta-Parse.cpp.gcc43 exiv2-0.16/xmpsdk/src/XMP
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
+#include <string.h>
|
+#include <cstring>
|
||||||
+
|
+
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: Exif and Iptc metadata manipulation library
|
Summary: Exif and Iptc metadata manipulation library
|
||||||
Name: exiv2
|
Name: exiv2
|
||||||
Version: 0.16
|
Version: 0.17.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -123,7 +123,7 @@ rm -rf %{buildroot}
|
|||||||
%files libs -f exiv2.lang
|
%files libs -f exiv2.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/libexiv2.so.*
|
%{_libdir}/libexiv2.so.4*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -134,6 +134,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 23 2008 Rex Dieter <rdieter@fedoraproject.org> 0.17.1-1
|
||||||
|
- exiv2-0.17.1
|
||||||
|
|
||||||
* Mon Feb 11 2008 Rex Dieter <rdieter@fedoraproject.org> 0.16-2
|
* Mon Feb 11 2008 Rex Dieter <rdieter@fedoraproject.org> 0.16-2
|
||||||
- respin (gcc43)
|
- respin (gcc43)
|
||||||
- gcc43 patch
|
- gcc43 patch
|
||||||
|
Loading…
Reference in New Issue
Block a user