exempi-2.1.1 - bugfix release
removed gcc-4.4 patch (included in upstream now)
This commit is contained in:
parent
7fd77f18e0
commit
8365c6f798
@ -1 +1 @@
|
||||
exempi-2.1.0.tar.gz
|
||||
exempi-2.1.1.tar.gz
|
||||
|
||||
@ -1,36 +0,0 @@
|
||||
diff --git a/exempi/tests/utils.cpp b/exempi/tests/utils.cpp
|
||||
index 64be1ee..ee1c3a9 100644
|
||||
--- a/exempi/tests/utils.cpp
|
||||
+++ b/exempi/tests/utils.cpp
|
||||
@@ -34,6 +34,7 @@
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
+#include <cstdio>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
diff --git a/samples/source/XMPFilesCoverage.cpp b/samples/source/XMPFilesCoverage.cpp
|
||||
index dc9ce41..007c12b 100644
|
||||
--- a/samples/source/XMPFilesCoverage.cpp
|
||||
+++ b/samples/source/XMPFilesCoverage.cpp
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <cstring>
|
||||
+#include <cstdio>
|
||||
|
||||
#define TXMP_STRING_TYPE std::string
|
||||
#define XMP_INCLUDE_XMPFILES 1
|
||||
diff --git a/source/common/XML_Node.cpp b/source/common/XML_Node.cpp
|
||||
index de3866f..75298a8 100644
|
||||
--- a/source/common/XML_Node.cpp
|
||||
+++ b/source/common/XML_Node.cpp
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
+#include <cstdio>
|
||||
#include <map>
|
||||
|
||||
// ! Can't include XMP..._Impl.hpp - used by both Core and Files.
|
||||
16
exempi.spec
16
exempi.spec
@ -1,12 +1,11 @@
|
||||
Summary: Library for easy parsing of XMP metadata
|
||||
Name: exempi
|
||||
Version: 2.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libopenraw.freedesktop.org/wiki/Exempi
|
||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
|
||||
Patch0: exempi-upstream_gcc44_fix.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: boost-devel expat-devel zlib-devel pkgconfig
|
||||
|
||||
@ -27,7 +26,6 @@ developing with exempi
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gcc44
|
||||
|
||||
%build
|
||||
%configure LDFLAGS="-L%{_libdir}" CPPFLAGS="-I%{_includedir}"
|
||||
@ -36,7 +34,10 @@ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
@ -63,6 +64,11 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon May 3 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.1.1-1
|
||||
- Update to 2.1.1
|
||||
- Add testsuite execution
|
||||
- Removed build patch for gcc-4.4 (fixed in upstream)
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user