Update to 0.16.0
This commit is contained in:
parent
bbadbbab55
commit
901ee68a6a
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ json-glib-0.10.4.tar.bz2
|
|||||||
/json-glib-0.14.0.tar.xz
|
/json-glib-0.14.0.tar.xz
|
||||||
/json-glib-0.14.2.tar.xz
|
/json-glib-0.14.2.tar.xz
|
||||||
/json-glib-0.15.2.tar.xz
|
/json-glib-0.15.2.tar.xz
|
||||||
|
/json-glib-0.16.0.tar.xz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define glib_ver 2.16
|
%define glib_ver 2.16
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.15.2
|
Version: 0.16.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/JsonGlib
|
URL: http://live.gnome.org/JsonGlib
|
||||||
#VCS: git:git://git.gnome.org/json-glib
|
#VCS: git:git://git.gnome.org/json-glib
|
||||||
Source0: http://download.gnome.org/sources/%{name}/0.14/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/0.16/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib_ver}
|
BuildRequires: glib2-devel >= %{glib_ver}
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -74,6 +74,9 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 16 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.0-1
|
||||||
|
- Update to 0.16.0
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-2
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user