diff --git a/perl-JSON-Any.spec b/perl-JSON-Any.spec index fa8a2d2..f65afed 100644 --- a/perl-JSON-Any.spec +++ b/perl-JSON-Any.spec @@ -1,6 +1,6 @@ Name: perl-JSON-Any Version: 1.16 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A meta-module to make working with JSON easier License: GPL+ or Artistic Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Patch: with_older_json.patch +Patch0: with_older_json.patch # JSON::XS is fastest, so we require it Requires: perl(JSON::XS) @@ -72,6 +72,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Sep 21 2008 Ville Skyttä - 1.16-4 +- Fix Patch:/%%patch0 mismatch. + * Sat Mar 22 2008 Chris Weyl 1.16-3 - patch to allow utf8 to work properly with JSON::XS earlier than version 2 - patch to skip JSON when JSON is earlier than version 2