Update to 1.0.12 release

This commit is contained in:
Daniel P. Berrange 2011-05-03 17:21:41 +01:00
parent 4662875741
commit 7a1a7478f2
3 changed files with 7 additions and 7 deletions

3
.gitignore vendored
View File

@ -2,5 +2,4 @@
*.rpm
i386
x86_64
lloyd-yajl-45a1bdb.tar.gz
/lloyd-yajl-1.0.11-0-gf4baae0.tar.gz
*.tar.gz

View File

@ -1 +1 @@
5b60f4d59b3b1fb42d7808d08460fb12 lloyd-yajl-1.0.11-0-gf4baae0.tar.gz
70d2291638233d0ab3f5fd3239d5ed12 lloyd-yajl-1.0.12-0-g17b1790.tar.gz

View File

@ -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 <berrange@redhat.com> - 1.0.12-1
- Update to 1.0.12 release
* Fri Dec 17 2010 Daniel P. Berrange <berrange@redhat.com> - 1.0.11-1
- Update to 1.0.11 release