Update to 0.16.0

This commit is contained in:
Kalev Lember 2013-04-16 22:57:01 +02:00
parent bbadbbab55
commit 901ee68a6a
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ json-glib-0.10.4.tar.bz2
/json-glib-0.14.0.tar.xz
/json-glib-0.14.2.tar.xz
/json-glib-0.15.2.tar.xz
/json-glib-0.16.0.tar.xz

View File

@ -1,15 +1,15 @@
%define glib_ver 2.16
Name: json-glib
Version: 0.15.2
Release: 2%{?dist}
Version: 0.16.0
Release: 1%{?dist}
Summary: Library for JavaScript Object Notation format
Group: System Environment/Libraries
License: LGPLv2+
URL: http://live.gnome.org/JsonGlib
#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: gobject-introspection-devel
@ -74,6 +74,9 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
494332526f87956d05f32a9b12f3f286 json-glib-0.15.2.tar.xz
bbca11f32509d6eb3f54d24156e7312d json-glib-0.16.0.tar.xz