exempi-2.1.1 - bugfix release

removed gcc-4.4 patch (included in upstream now)
This commit is contained in:
Stanislav Ochotnicky 2010-05-03 08:31:09 +00:00
parent 7fd77f18e0
commit 8365c6f798
4 changed files with 13 additions and 43 deletions

View File

@ -1 +1 @@
exempi-2.1.0.tar.gz
exempi-2.1.1.tar.gz

View File

@ -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.

View File

@ -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

View File

@ -1 +1 @@
30dfa5c394b4a3901c66f6e60e8b22e4 exempi-2.1.0.tar.gz
62ecb5a01387b9f940a5429b3df67e65 exempi-2.1.1.tar.gz