diff --git a/.cvsignore b/.cvsignore index bc6c899..4002f4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -exempi-2.1.0.tar.gz +exempi-2.1.1.tar.gz diff --git a/exempi-upstream_gcc44_fix.patch b/exempi-upstream_gcc44_fix.patch deleted file mode 100644 index 9188bdb..0000000 --- a/exempi-upstream_gcc44_fix.patch +++ /dev/null @@ -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 - - #include - -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 - #include - #include -+#include - - #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 - #include -+#include - #include - - // ! Can't include XMP..._Impl.hpp - used by both Core and Files. diff --git a/exempi.spec b/exempi.spec index 3535efe..c59f98f 100644 --- a/exempi.spec +++ b/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 - 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 - 2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 3375fe6..0a737e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30dfa5c394b4a3901c66f6e60e8b22e4 exempi-2.1.0.tar.gz +62ecb5a01387b9f940a5429b3df67e65 exempi-2.1.1.tar.gz