[perl-MooseX-Singleton] update to 0.27

Iain Arnell iarnell at fedoraproject.org
Sat Oct 1 08:59:44 UTC 2011


commit 56dd2272c2f26dec04920246183dd3a765a6e531
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 1 10:59:26 2011 +0200

    update to 0.27

 .gitignore                 |    1 +
 perl-MooseX-Singleton.spec |   12 +++++++-----
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18c7a1a..bd2b844 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-Singleton-0.21.tar.gz
 /MooseX-Singleton-0.25.tar.gz
 /MooseX-Singleton-0.26.tar.gz
+/MooseX-Singleton-0.27.tar.gz
diff --git a/perl-MooseX-Singleton.spec b/perl-MooseX-Singleton.spec
index 8987867..191fd82 100644
--- a/perl-MooseX-Singleton.spec
+++ b/perl-MooseX-Singleton.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-Singleton
-Version:        0.26
-Release:        2%{?dist}
+Version:        0.27
+Release:        1%{?dist}
 Summary:        Turn your Moose class into a singleton
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,7 @@ Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Singl
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Moose) >= 1.10
-BuildRequires:  perl(MooseX::StrictConstructor)
+BuildRequires:  perl(MooseX::StrictConstructor) >= 0.16
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
@@ -42,12 +42,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 01 2011 Iain Arnell <iarnell at gmail.com> 0.27-1
+- update to latest upstream version
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.26-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 60041ee..773bf62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac183b1c35029fe0f84a2894e1081e70  MooseX-Singleton-0.26.tar.gz
+e86e126f706fb49c928ac453606c0883  MooseX-Singleton-0.27.tar.gz



More information about the perl-devel mailing list