diff --git a/.cvsignore b/.cvsignore index 500cae7..31b9037 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -json-glib-0.6.0.tar.gz +json-glib-0.6.2.tar.gz diff --git a/json-glib.spec b/json-glib.spec index 1323f3e..c6268cf 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,5 +1,7 @@ +%define glib_ver 2.15 + Name: json-glib -Version: 0.6.0 +Version: 0.6.2 Release: 1%{?dist} Summary: Library for JavaScript Object Notation format @@ -9,7 +11,7 @@ URL: http://live.gnome.org/JsonGlib Source0: http://folks.o-hand.com/~ebassi/sources/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel >= 2.15 +BuildRequires: glib2-devel >= %{glib_ver} %description @@ -21,7 +23,7 @@ for the JavaScript Object Notation (JSON) format. Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: glib2-devel >= 2.15 +Requires: glib2-devel >= %{glib_ver} Requires: gtk-doc Requires: pkgconfig @@ -52,7 +54,7 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/ %check -#make check +make check %clean @@ -80,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 31 2008 Brian Pepple - 0.6.2-1 +- Update to 0.6.2. +- Enable tests. + * Mon May 19 2008 Brian Pepple - 0.6.0-1 - Update 0.6.0. - Disable tests for now. diff --git a/sources b/sources index e3dee0a..6daea6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4fd6b7975aad7ea6795e045aeff40fb json-glib-0.6.0.tar.gz +d98f5580035ad0b37fa11896053a57af json-glib-0.6.2.tar.gz