Update to 1.0.2

This commit is contained in:
Kalev Lember 2014-05-30 17:50:36 +02:00
parent 50f09801ef
commit b05b1943c1
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -1,7 +1,7 @@
%define glib_ver 2.37.6 %define glib_ver 2.37.6
Name: json-glib Name: json-glib
Version: 1.0.0 Version: 1.0.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for JavaScript Object Notation format Summary: Library for JavaScript Object Notation format
@ -79,6 +79,9 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
%changelog %changelog
* Fri May 30 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-1
- Update to 1.0.2
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1 * Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
- Update to 1.0.0 - Update to 1.0.0
- Build the man pages - Build the man pages

View File

@ -1 +1 @@
d13485f5aa3b93227bbeb689ccfb596c json-glib-1.0.0.tar.xz e43efaf6852958207982e79141bf371e json-glib-1.0.2.tar.xz