Update to latest stable upstream release 0.10.0
- No soname bump
This commit is contained in:
parent
ba09e2fdf1
commit
f70dbfc9f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user