This commit is contained in:
Tom Callaway 2015-03-20 09:45:06 -04:00
parent 58626d5f2a
commit b2dc8a89b9
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Clone-0.31.tar.gz
/Clone-0.34.tar.gz
/Clone-0.36.tar.gz
/Clone-0.38.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Clone
Version: 0.36
Release: 4%{?dist}
Version: 0.38
Release: 1%{?dist}
Summary: Recursively copy perl data types
Group: Development/Libraries
License: GPL+ or Artistic
@ -10,7 +10,6 @@ BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time:
BuildRequires: perl(AutoLoader)
BuildRequires: perl(Carp)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Exporter)
BuildRequires: perl(strict)
@ -61,6 +60,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Fri Mar 20 2015 Tom Callaway <spot@fedoraproject.org> - 0.38-1
- update to 0.38
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-4
- Perl 5.20 rebuild

View File

@ -1 +1 @@
bb7aeeb66b183f600e5a4ccb941cbc1b Clone-0.36.tar.gz
17d119f9579b4b3ec43c87a4138ed44a Clone-0.38.tar.gz