Ville Skyttä 17 years ago
parent 821524f8df
commit 3b0b43cdef

@ -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ä <ville.skytta at iki.fi> - 1.16-4
- Fix Patch:/%%patch0 mismatch.
* Sat Mar 22 2008 Chris Weyl <cweyl@alumni.drew.edu> 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

Loading…
Cancel
Save