[perl-Readonly] Update to 2.00

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 3 10:25:30 UTC 2014


commit 5bec78c464c76ee3f4b73f57cf2fd64745380f7f
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 3 11:22:23 2014 +0100

    Update to 2.00
    
    - New upstream release 2.00
      - Deprecation of Readonly::XS as a requirement for fast, readonly scalars is
        complete
    - Upstream dropped TODO file

 perl-Readonly.spec |   17 ++++++++++-------
 sources            |    2 +-
 2 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/perl-Readonly.spec b/perl-Readonly.spec
index 2031867..c543278 100644
--- a/perl-Readonly.spec
+++ b/perl-Readonly.spec
@@ -1,14 +1,11 @@
-%global cpanversion 1.61
-%global extraversion 0
-
 Name:		perl-Readonly
-Version:	%{cpanversion}%{?extraversion}
+Version:	2.00
 Release:	1%{?dist}
 Summary:	Facility for creating read-only scalars, arrays, hashes
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Readonly/
-Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-%{cpanversion}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-%{version}.tar.gz
 Patch0:		Readonly-1.61-interpreter.patch
 BuildArch:	noarch
 # Module Build
@@ -45,7 +42,7 @@ Readonly:
 * Prevents reassignment of Readonly variables
 
 %prep
-%setup -q -n Readonly-%{cpanversion}
+%setup -q -n Readonly-%{version}
 
 # Fix script interpreter for test suite since we're packaging it
 %patch0
@@ -61,11 +58,17 @@ perl Build.PL installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE README.md TODO eg/benchmark.pl t/
+%doc Changes LICENSE README.md eg/benchmark.pl t/
 %{perl_vendorlib}/Readonly.pm
 %{_mandir}/man3/Readonly.3pm*
 
 %changelog
+* Thu Jul  3 2014 Paul Howarth <paul at city-fan.org> - 2.00-1
+- Update to 2.00
+  - Deprecation of Readonly::XS as a requirement for fast, readonly scalars is
+    complete
+- Upstream dropped TODO file
+
 * Mon Jun 30 2014 Paul Howarth <paul at city-fan.org> - 1.610-1
 - Update to 1.61
   - Fix array and hash tie() while in XS mode (exposed by Params::Validate
diff --git a/sources b/sources
index 13a2653..03b00f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13d1817bc7f973a240088eeda7a9efd7  Readonly-1.61.tar.gz
+05866426331fd2b8d4feebbba245298d  Readonly-2.00.tar.gz


More information about the scm-commits mailing list