Update to latest stable upstream release 0.10.0

- No soname bump
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2014-03-18 12:31:59 +11:00
parent ba09e2fdf1
commit f70dbfc9f3
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ libgexiv2-0.1.90.tar.gz
/libgexiv2_0.6.1.tar.xz /libgexiv2_0.6.1.tar.xz
/libgexiv2-0.7.0.tar.xz /libgexiv2-0.7.0.tar.xz
/gexiv2-0.9.1.tar.xz /gexiv2-0.9.1.tar.xz
/gexiv2-0.10.0.tar.xz

View File

@ -1,12 +1,12 @@
Name: libgexiv2 Name: libgexiv2
Version: 0.9.1 Version: 0.10.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
Group: System Environment/Libraries Group: System Environment/Libraries
License: GPLv2+ License: GPLv2+
URL: http://trac.yorba.org/wiki/gexiv2 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 Patch0: %{name}-pkgconf.patch
#Patch1: %{name}-%{version}-Makefile.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 {} ';' find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
# Can't get this to work at the moment # Can't get this to work at the moment
# https://bugzilla.gnome.org/show_bug.cgi?id=723790
#%check #%check
#make tests #make tests
@ -106,6 +107,9 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
%endif %endif
%changelog %changelog
* Tue Mar 18 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.10.0-1
- Update to latest release
* Thu Feb 06 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.9.1-1 * Thu Feb 06 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.9.1-1
- Update to new release with fixes - Update to new release with fixes
- Do not use tests yet, cant get them to run properly - Do not use tests yet, cant get them to run properly

View File

@ -1 +1 @@
c1854d78ff9d324391e8536ab0312867 gexiv2-0.9.1.tar.xz d5e33e2e6d034df900879a167513325f gexiv2-0.10.0.tar.xz