From be8ffb5a1ebc3fd98d1db83bd51d025542f62c32 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mar 10 2008 03:08:03 +0000 Subject: - update to 2.x series before F9 --- diff --git a/.cvsignore b/.cvsignore index e1d57cc..3b83201 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -JSON-XS-1.52.tar.gz +JSON-XS-2.01.tar.gz diff --git a/perl-JSON-XS.spec b/perl-JSON-XS.spec index 15ce9b1..1ae6890 100644 --- a/perl-JSON-XS.spec +++ b/perl-JSON-XS.spec @@ -1,6 +1,6 @@ Name: perl-JSON-XS -Version: 1.52 -Release: 3%{?dist} +Version: 2.01 +Release: 1%{?dist} Summary: JSON serialising/deserialising, done correctly and fast License: GPL+ or Artistic Group: Development/Libraries @@ -36,8 +36,8 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -56,6 +56,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Mar 09 2008 Chris Weyl 2.01-1 +- update to 2.x series before F9 + * Thu Mar 06 2008 Tom "spot" Callaway - 1.52-3 Rebuild for new perl diff --git a/sources b/sources index 0b76e17..661ba38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf8a8846be96ea36bd832de39fbef879 JSON-XS-1.52.tar.gz +9e802215f9c915f2b3edfaeaba8cf2fb JSON-XS-2.01.tar.gz