From f70dbfc9f37ccffc32674e4b2bd2d2a75b4c102c Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 18 Mar 2014 12:31:59 +1100 Subject: [PATCH] Update to latest stable upstream release 0.10.0 - No soname bump --- .gitignore | 1 + libgexiv2.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 97367f7..de0b2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ libgexiv2-0.1.90.tar.gz /libgexiv2_0.6.1.tar.xz /libgexiv2-0.7.0.tar.xz /gexiv2-0.9.1.tar.xz +/gexiv2-0.10.0.tar.xz diff --git a/libgexiv2.spec b/libgexiv2.spec index 290ceea..958d493 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -1,12 +1,12 @@ Name: libgexiv2 -Version: 0.9.1 +Version: 0.10.0 Release: 1%{?dist} Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library Group: System Environment/Libraries License: GPLv2+ URL: http://trac.yorba.org/wiki/gexiv2 -Source0: https://download.gnome.org/sources/gexiv2/0.9/gexiv2-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz Patch0: %{name}-pkgconf.patch #Patch1: %{name}-%{version}-Makefile.patch @@ -74,6 +74,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' # Can't get this to work at the moment +# https://bugzilla.gnome.org/show_bug.cgi?id=723790 #%check #make tests @@ -106,6 +107,9 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' %endif %changelog +* Tue Mar 18 2014 Ankur Sinha 0.10.0-1 +- Update to latest release + * Thu Feb 06 2014 Ankur Sinha 0.9.1-1 - Update to new release with fixes - Do not use tests yet, cant get them to run properly diff --git a/sources b/sources index da5ec87..e4b0b8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1854d78ff9d324391e8536ab0312867 gexiv2-0.9.1.tar.xz +d5e33e2e6d034df900879a167513325f gexiv2-0.10.0.tar.xz