Update to 2.0.1 release

This commit is contained in:
Daniel P. Berrange 2011-11-10 16:23:26 +00:00
parent 7a1a7478f2
commit 57ca47a9f9
2 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
70d2291638233d0ab3f5fd3239d5ed12 lloyd-yajl-1.0.12-0-g17b1790.tar.gz
df6a751e7797b9c2182efd91b5d64017 lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz

View File

@ -1,5 +1,5 @@
Name: yajl
Version: 1.0.12
Version: 2.0.1
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 17b1790
%global githash f4b2b1a
Source0: lloyd-%{name}-%{version}-0-g%{githash}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -88,8 +88,8 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING ChangeLog README TODO
%{_bindir}/json_reformat
%{_bindir}/json_verify
%{_libdir}/libyajl.so.1
%{_libdir}/libyajl.so.1.*
%{_libdir}/libyajl.so.2
%{_libdir}/libyajl.so.2.*
%files devel
%defattr(-,root,root,-)
@ -98,11 +98,15 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/yajl/yajl_common.h
%{_includedir}/yajl/yajl_gen.h
%{_includedir}/yajl/yajl_parse.h
%{_includedir}/yajl/yajl_tree.h
%{_includedir}/yajl/yajl_version.h
%{_libdir}/libyajl.so
%changelog
* Thu Nov 10 2011 Daniel P. Berrange <berrange@redhat.com> - 2.0.1-1
- Update to 2.0.1 release
* Tue May 3 2011 Daniel P. Berrange <berrange@redhat.com> - 1.0.12-1
- Update to 1.0.12 release