diff --git a/.gitignore b/.gitignore index aadf3b6..2c6726a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ *.rpm i386 x86_64 -lloyd-yajl-45a1bdb.tar.gz -/lloyd-yajl-1.0.11-0-gf4baae0.tar.gz +*.tar.gz diff --git a/sources b/sources index bc3bec8..13a41ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b60f4d59b3b1fb42d7808d08460fb12 lloyd-yajl-1.0.11-0-gf4baae0.tar.gz +70d2291638233d0ab3f5fd3239d5ed12 lloyd-yajl-1.0.12-0-g17b1790.tar.gz diff --git a/yajl.spec b/yajl.spec index e4e92a3..4b24c10 100644 --- a/yajl.spec +++ b/yajl.spec @@ -1,5 +1,5 @@ Name: yajl -Version: 1.0.11 +Version: 1.0.12 Release: 1%{?dist} Summary: Yet Another JSON Library (YAJL) @@ -26,7 +26,7 @@ URL: http://lloyd.github.com/yajl/ # # So for new versions, update 'githash' to match the hash of the # GIT tag associated with updated 'Version:' field just above -%global githash f4baae0 +%global githash 17b1790 Source0: lloyd-%{name}-%{version}-0-g%{githash}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -66,8 +66,6 @@ make VERBOSE=1 %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT cd build make install DESTDIR=$RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT%{_includedir}/yajl/yajl_version.h.cmake \ - $RPM_BUILD_ROOT%{_includedir}/yajl/yajl_version.h # No static libraries @@ -105,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 3 2011 Daniel P. Berrange - 1.0.12-1 +- Update to 1.0.12 release + * Fri Dec 17 2010 Daniel P. Berrange - 1.0.11-1 - Update to 1.0.11 release