Update to 3.20.0
This commit is contained in:
parent
66482ecfc5
commit
e02d733d89
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/geocode-glib-3.17.92.tar.xz
|
||||
/geocode-glib-3.18.0.tar.xz
|
||||
/geocode-glib-3.19.90.tar.xz
|
||||
/geocode-glib-3.20.0.tar.xz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global json_glib_version 0.99.2
|
||||
|
||||
Name: geocode-glib
|
||||
Version: 3.19.90
|
||||
Version: 3.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Geocoding helper library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org/
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
||||
* Mon Feb 15 2016 David King <amigadave@amigadave.com> - 3.19.90-1
|
||||
- Update to 3.19.90
|
||||
- Use pkgconfig for BuildRequires
|
||||
|
Loading…
Reference in New Issue
Block a user