Update to 3.20.0

This commit is contained in:
Kalev Lember 2016-03-22 07:43:54 +01:00
parent 66482ecfc5
commit e02d733d89
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/geocode-glib-3.17.92.tar.xz /geocode-glib-3.17.92.tar.xz
/geocode-glib-3.18.0.tar.xz /geocode-glib-3.18.0.tar.xz
/geocode-glib-3.19.90.tar.xz /geocode-glib-3.19.90.tar.xz
/geocode-glib-3.20.0.tar.xz

View File

@ -1,13 +1,13 @@
%global json_glib_version 0.99.2 %global json_glib_version 0.99.2
Name: geocode-glib Name: geocode-glib
Version: 3.19.90 Version: 3.20.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Geocoding helper library Summary: Geocoding helper library
License: LGPLv2+ License: LGPLv2+
URL: http://www.gnome.org/ 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(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%changelog %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 * Mon Feb 15 2016 David King <amigadave@amigadave.com> - 3.19.90-1
- Update to 3.19.90 - Update to 3.19.90
- Use pkgconfig for BuildRequires - Use pkgconfig for BuildRequires

View File

@ -1 +1 @@
6a021e2c5debce006b01c5807979f524 geocode-glib-3.19.90.tar.xz 0c6f87c5086004585f433478d9caf155 geocode-glib-3.20.0.tar.xz