[perl-Module-Metadata] Update to 1.000005

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 3 14:39:10 UTC 2011


commit 7c19f4e7483fbd14eb2a58b7032e8ca943db49c2
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Aug 3 15:37:51 2011 +0100

    Update to 1.000005
    
    - New upstream release 1.000005
      - Localize $package::VERSION during version discovery
      - Fix references to Module::Build::ModuleInfo (CPAN RT#66133)
      - Added 'new_from_handle()' method (CPAN RT#68875)
      - Improved documentation (SYNOPSIS, broke out class/object method, and
        other minor edits)
    - Install to vendor directories rather than perl directories

 .gitignore                |    2 +-
 perl-Module-Metadata.spec |   17 +++++++++++++----
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7dbe22..2379c32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Module-Metadata-1.000004.tar.gz
+/Module-Metadata-[0-9.]*\.tar\.gz
diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec
index b678704..6b65ddc 100644
--- a/perl-Module-Metadata.spec
+++ b/perl-Module-Metadata.spec
@@ -1,6 +1,6 @@
 Name:		perl-Module-Metadata
-Version:	1.000004
-Release:	5%{?dist}
+Version:	1.000005
+Release:	1%{?dist}
 Summary:	Gather package and POD information from perl module files
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -32,7 +32,7 @@ Requires:	perl(version) >= 0.87
 %setup -q -n Module-Metadata-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -47,10 +47,19 @@ make test TEST_FILES="t/*.t xt/*.t"
 %files
 %defattr(-,root,root,-)
 %doc Changes
-%{perl_privlib}/Module/
+%{perl_vendorlib}/Module/
 %{_mandir}/man3/Module::Metadata.3pm*
 
 %changelog
+* Wed Aug  3 2011 Paul Howarth <paul at city-fan.org> - 1.000005-1
+- Update to 1.000005
+  - Localize $package::VERSION during version discovery
+  - Fix references to Module::Build::ModuleInfo (CPAN RT#66133)
+  - Added 'new_from_handle()' method (CPAN RT#68875)
+  - Improved documentation (SYNOPSIS, broke out class/object method, and
+    other minor edits)
+- Install to vendor directories rather than perl directories
+
 * Mon Jun 20 2011 Paul Howarth <paul at city-fan.org> - 1.000004-5
 - Bump and rebuild
 
diff --git a/sources b/sources
index 929b443..97e0974 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3011f1b7f2f7b5462760df89aefc7035  Module-Metadata-1.000004.tar.gz
+3944bd9e514d802e6d43560e6225220b  Module-Metadata-1.000005.tar.gz


More information about the scm-commits mailing list