Update to 1.2.2
This commit is contained in:
parent
f78a5a360d
commit
b82935dab3
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ json-glib-0.10.4.tar.bz2
|
|||||||
/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
|
/json-glib-1.2.0.tar.xz
|
||||||
|
/json-glib-1.2.2.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.2.0
|
Version: 1.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Group: System Environment/Libraries
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/JsonGlib
|
URL: https://wiki.gnome.org/Projects/JsonGlib
|
||||||
#VCS: git:git://git.gnome.org/json-glib
|
#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: docbook-style-xsl
|
||||||
BuildRequires: glib2-devel >= %{glib_ver}
|
BuildRequires: glib2-devel >= %{glib_ver}
|
||||||
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.2.0-1
|
||||||
- Update to 1.2.0
|
- Update to 1.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user