Update to 3.01

This commit is contained in:
Emmanuel Seyman 2013-11-03 11:21:26 +01:00
parent b8dfd9ad92
commit 4d6177df53
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ JSON-XS-2.27.tar.gz
/JSON-XS-2.32.tar.gz
/JSON-XS-2.33.tar.gz
/JSON-XS-2.34.tar.gz
/JSON-XS-3.01.tar.gz

View File

@ -1,8 +1,8 @@
Name: perl-JSON-XS
Summary: JSON serialising/deserialising, done correctly and fast
Summary: JSON serializing/deserializing, done correctly and fast
Epoch: 1
Version: 2.34
Release: 3%{?dist}
Version: 3.01
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/JSON-XS/
@ -18,6 +18,7 @@ BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Storable)
BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(Types::Serialiser)
BuildRequires: perl(XSLoader)
%{?perl_default_filter}
@ -59,6 +60,9 @@ make test
%{_mandir}/man[13]/*
%changelog
* Sun Nov 03 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 1:3.01-1
- Update to 3.01
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.34-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
dda3c03335665cdeff91c37a269b833b JSON-XS-2.34.tar.gz
b7be65295baf6dd9233c6494782c1153 JSON-XS-3.01.tar.gz