Update to 1.2.2

This commit is contained in:
Kalev Lember 2016-08-01 11:01:46 +02:00
parent f78a5a360d
commit b82935dab3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ json-glib-0.10.4.tar.bz2
/json-glib-1.0.4.tar.xz
/json-glib-1.1.2.tar.xz
/json-glib-1.2.0.tar.xz
/json-glib-1.2.2.tar.xz

View File

@ -1,7 +1,7 @@
%define glib_ver 2.37.6
Name: json-glib
Version: 1.2.0
Version: 1.2.2
Release: 1%{?dist}
Summary: Library for JavaScript Object Notation format
@ -9,7 +9,7 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/JsonGlib
#VCS: git:git://git.gnome.org/json-glib
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
BuildRequires: docbook-style-xsl
BuildRequires: glib2-devel >= %{glib_ver}
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_datadir}/installed-tests
%changelog
* Mon Aug 01 2016 Kalev Lember <klember@redhat.com> - 1.2.2-1
- Update to 1.2.2
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.2.0-1
- Update to 1.2.0

View File

@ -1 +1 @@
efe14b6b8e7aa95ee3240cc60627dc9f json-glib-1.2.0.tar.xz
c1daefb8d0fb59612af0c072c8aabb58 json-glib-1.2.2.tar.xz