diff --git a/sources b/sources index 13a41ec..97c5628 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70d2291638233d0ab3f5fd3239d5ed12 lloyd-yajl-1.0.12-0-g17b1790.tar.gz +df6a751e7797b9c2182efd91b5d64017 lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz diff --git a/yajl.spec b/yajl.spec index 4b24c10..78fecb8 100644 --- a/yajl.spec +++ b/yajl.spec @@ -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 - 2.0.1-1 +- Update to 2.0.1 release + * Tue May 3 2011 Daniel P. Berrange - 1.0.12-1 - Update to 1.0.12 release