Update to 1.2.0
This commit is contained in:
parent
a3dc9232b3
commit
f78a5a360d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user