[exempi] Update to version 2.2.1

Deji Akingunola deji at fedoraproject.org
Mon Jul 22 16:28:46 UTC 2013


commit dd26535272eada7c37b3ac3791211164b757363a
Author: Deji Akingunola <dakingun at gmail.com>
Date:   Mon Jul 22 12:28:39 2013 -0400

    Update to version 2.2.1

 .gitignore  |    1 +
 exempi.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a189dba..243cdf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 exempi-2.1.1.tar.gz
 /exempi-2.2.0.tar.bz2
+/exempi-2.2.1.tar.bz2
diff --git a/exempi.spec b/exempi.spec
index 437168f..7c60dfd 100644
--- a/exempi.spec
+++ b/exempi.spec
@@ -1,12 +1,14 @@
 Summary:	Library for easy parsing of XMP metadata
 Name:		exempi
-Version:	2.2.0
-Release:	6%{?dist}
+Version:	2.2.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.bz2
 BuildRequires:	boost-devel expat-devel zlib-devel pkgconfig
+# Work around for aarch64 support (https://bugzilla.redhat.com/show_bug.cgi?id=925327)
+BuildRequires:	autoconf automake libtool
 Provides:	bundled(md5-polstra)
 
 %description
@@ -29,6 +31,7 @@ developing with exempi.
 
 %build
 
+./autogen.sh
 # BanEntityUsage needed for #888765
 %configure CPPFLAGS="-I%{_includedir} -fno-strict-aliasing -DBanAllEntityUsage=1"
 
@@ -55,6 +58,7 @@ rm -rf %{buildroot}%{_libdir}/*.a
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/exempi
 %{_libdir}/*.so.*
+%{_mandir}/man1/exempi.1.gz
 
 %files devel
 %{_includedir}/exempi-2.0/
@@ -62,6 +66,9 @@ rm -rf %{buildroot}%{_libdir}/*.a
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Jul 22 2013 Deji Akingunola <dakingun at gmail.com> - 2.2.1-1
+- Update to version 2.2.1
+
 * Wed Jan 30 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.2.0-6
 - Get rid of unnecessary LDFLAGS definition overwriting RPM flags
 
diff --git a/sources b/sources
index 1b63fd3..6fe3066 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f46d96975613593ee17aaf48cd350228  exempi-2.2.0.tar.bz2
+0f8e5832299224684a65847eedf8d1e4  exempi-2.2.1.tar.bz2


More information about the scm-commits mailing list