From 5c4a720acf7c0af8aa720352a6e935ab3be5d9a6 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 17 Aug 2016 11:31:08 +0200 Subject: [PATCH] Update to 0.10.4 --- .gitignore | 1 + libgexiv2.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 07867fb..0ad9b30 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ libgexiv2-0.1.90.tar.gz /gexiv2-0.10.1.tar.xz /gexiv2-0.10.2.tar.xz /gexiv2-0.10.3.tar.xz +/gexiv2-0.10.4.tar.xz diff --git a/libgexiv2.spec b/libgexiv2.spec index d77cbc6..cb1f7fe 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -1,6 +1,6 @@ Name: libgexiv2 -Version: 0.10.3 -Release: 7%{?dist} +Version: 0.10.4 +Release: 1%{?dist} Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library Group: System Environment/Libraries @@ -72,6 +72,11 @@ make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' +# move introspection typelib to correct location +mkdir -p $RPM_BUILD_ROOT%{_libdir}/girepository-1.0 +mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \ + $RPM_BUILD_ROOT%{_libdir}/girepository-1.0/GExiv2-0.10.typelib + # Can't get this to work at the moment # https://bugzilla.gnome.org/show_bug.cgi?id=723790 #%check @@ -108,6 +113,9 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' %endif %changelog +* Mon Aug 15 2016 Kalev Lember - 0.10.4-1 +- Update to 0.10.4 + * Tue Jul 19 2016 Fedora Release Engineering - 0.10.3-7 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 1ca97cb..1a66885 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f255100a009027d4eaa0f075bb79c655 gexiv2-0.10.3.tar.xz +7d6f7f76c0765a6911f9f9fa4b97cab8 gexiv2-0.10.4.tar.xz