Update to 3.01
This commit is contained in:
parent
b8dfd9ad92
commit
4d6177df53
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user