Update to 1.0.0

This commit is contained in:
Kalev Lember 2014-03-25 12:51:18 +01:00
parent 5906fc0033
commit 408e2f82e8
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ json-glib-0.10.4.tar.bz2
/json-glib-0.16.0.tar.xz
/json-glib-0.16.2.tar.xz
/json-glib-0.99.2.tar.xz
/json-glib-1.0.0.tar.xz

View File

@ -1,7 +1,7 @@
%define glib_ver 2.16
%define glib_ver 2.37.6
Name: json-glib
Version: 0.99.2
Version: 1.0.0
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.99/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel >= %{glib_ver}
BuildRequires: gobject-introspection-devel
@ -75,6 +75,9 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
%changelog
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
- Update to 1.0.0
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.99.2-1
- Update to 0.99.2

View File

@ -1 +1 @@
cdc9f65a5eb860fe7879b5fa8401e9f5 json-glib-0.99.2.tar.xz
d13485f5aa3b93227bbeb689ccfb596c json-glib-1.0.0.tar.xz