rpms/perl-MooseX-ClassAttribute/devel .cvsignore, 1.2, 1.3 perl-MooseX-ClassAttribute.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Wed May 27 03:00:25 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-ClassAttribute/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31295

Modified Files:
	.cvsignore perl-MooseX-ClassAttribute.spec sources 
Log Message:
* Wed May 27 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- added a new br on perl(Scalar::Util) (version 0)
- altered br on perl(Moose) (0 => 0.74)
- altered br on perl(MooseX::AttributeHelpers) (0 => 0.13)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-ClassAttribute/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	28 Jan 2009 12:52:27 -0000	1.2
+++ .cvsignore	27 May 2009 02:59:54 -0000	1.3
@@ -1 +1 @@
-MooseX-ClassAttribute-0.07.tar.gz
+MooseX-ClassAttribute-0.08.tar.gz


Index: perl-MooseX-ClassAttribute.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-ClassAttribute/devel/perl-MooseX-ClassAttribute.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-MooseX-ClassAttribute.spec	26 Feb 2009 22:19:16 -0000	1.2
+++ perl-MooseX-ClassAttribute.spec	27 May 2009 02:59:54 -0000	1.3
@@ -1,7 +1,7 @@
 %define tarname MooseX-ClassAttribute
 Name:           perl-MooseX-ClassAttribute
-Version:        0.07
-Release:        2%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Declare class attributes Moose-style
 
 Group:          Development/Libraries
@@ -11,22 +11,25 @@ Source0:        http://search.cpan.org/C
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-# Correct for lots of packages, other common choices include eg. Module::Build
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Module::Build) perl(Test::More)
-BuildRequires:  perl(Moose) perl(MooseX::AttributeHelpers)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Moose) >= 0.74
+BuildRequires:  perl(MooseX::AttributeHelpers) >= 0.13
+BuildRequires:  perl(Scalar::Util)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This module allows you to declare class attributes in exactly the same way as 
+This module allows you to declare class attributes in exactly the same way as
 object attributes, using class_has() instead of has().
 
-You can use any feature of Moose's attribute declarations, including overriding 
-a parent's attributes, delegation (handles), and attribute metaclasses, and it 
-should just work. The one exception is the "required" flag, which is not 
+You can use any feature of Moose's attribute declarations, including overriding
+a parent's attributes, delegation (handles), and attribute metaclasses, and it
+should just work. The one exception is the "required" flag, which is not
 allowed for class attributes.
 
-The accessor methods for class attribute may be called on the class directly, 
-or on objects of that class. Passing a class attribute to the constructor will 
+The accessor methods for class attribute may be called on the class directly,
+or on objects of that class. Passing a class attribute to the constructor will
 not set it.
 
 %prep
@@ -59,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc
+%doc README Changes
 # For noarch packages: vendorlib
 %{perl_vendorlib}/*
 # For arch-specific packages: vendorarch
@@ -69,9 +72,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 27 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.08-1
+- auto-update to 0.08 (by cpan-spec-update 0.01)
+- added a new br on perl(Scalar::Util) (version 0)
+- altered br on perl(Moose) (0 => 0.74)
+- altered br on perl(MooseX::AttributeHelpers) (0 => 0.13)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-
 * Sun Jan 25 2009 Allisson Azevedo <allisson at gmail.com> 0.07-1
 - Initial RPM release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-ClassAttribute/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	28 Jan 2009 12:52:27 -0000	1.2
+++ sources	27 May 2009 02:59:54 -0000	1.3
@@ -1 +1 @@
-18608a4839d51c079d2465fb9eb6c964  MooseX-ClassAttribute-0.07.tar.gz
+e67a5a7982b7fb1cda8cfaa69e56c127  MooseX-ClassAttribute-0.08.tar.gz




More information about the scm-commits mailing list