Update to 1.2.0

This commit is contained in:
Kalev Lember 2016-03-22 20:25:10 +01:00
parent a3dc9232b3
commit f78a5a360d
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -1,7 +1,7 @@
%define glib_ver 2.37.6 %define glib_ver 2.37.6
Name: json-glib Name: json-glib
Version: 1.1.2 Version: 1.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for JavaScript Object Notation format Summary: Library for JavaScript Object Notation format
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_datadir}/installed-tests %{_datadir}/installed-tests
%changelog %changelog
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.2.0-1
- Update to 1.2.0
* Tue Mar 01 2016 Richard Hughes <richard@hughsie.com> - 1.1.2-1 * Tue Mar 01 2016 Richard Hughes <richard@hughsie.com> - 1.1.2-1
- Update to 1.1.2 - Update to 1.1.2

View File

@ -1 +1 @@
2927f1da89a5114d4291b45be7a9c482 json-glib-1.1.2.tar.xz efe14b6b8e7aa95ee3240cc60627dc9f json-glib-1.2.0.tar.xz