Update to 0.99.2
This commit is contained in:
parent
e1364ee0ec
commit
308ed9e902
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ json-glib-0.10.4.tar.bz2
|
||||
/json-glib-0.15.2.tar.xz
|
||||
/json-glib-0.16.0.tar.xz
|
||||
/json-glib-0.16.2.tar.xz
|
||||
/json-glib-0.99.2.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define glib_ver 2.16
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.16.2
|
||||
Version: 0.99.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
|
||||
@ -9,7 +9,7 @@ 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.16/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/0.99/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib_ver}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -73,6 +73,9 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.99.2-1
|
||||
- Update to 0.99.2
|
||||
|
||||
* Sat Sep 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-1
|
||||
- Update to 0.16.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user