commit e2e59ed967f1ce4254143d9f33965fb4b07899da
Author: Paul Howarth <[email protected]>
Date: Tue May 22 10:09:42 2012 +0100
Update to 0.11
- New upstream release 0.11
- defined(@array) is deprecated under Perl 5.15.7 (CPAN RT#74251)
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4
.gitignore | 2 +-
perl-Module-Find.spec | 12 ++++++++----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8ebb98..39f4781 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Module-Find-0.10.tar.gz
+/Module-Find-[0-9.]*.tar.gz
diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec
index 6eb8259..c09dfea 100644
--- a/perl-Module-Find.spec
+++ b/perl-Module-Find.spec
@@ -1,6 +1,6 @@
Name: perl-Module-Find
-Version: 0.10
-Release: 4%{?dist}
+Version: 0.11
+Release: 1%{?dist}
Summary: Find and use installed modules in a (sub)category
Group: Development/Libraries
License: GPL+ or Artistic
@@ -37,7 +37,6 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} %{buildroot}
%check
@@ -47,12 +46,17 @@ make test
rm -rf %{buildroot}
%files
-%defattr(-,root,root,-)
%doc Changes README examples/
%{perl_vendorlib}/Module/
%{_mandir}/man3/Module::Find.3pm*
%changelog
+* Tue May 22 2012 Paul Howarth <[email protected]> - 0.11-1
+- Update to 0.11:
+ - defined(@array) is deprecated under Perl 5.15.7 (CPAN RT#74251)
+- Don't need to remove empty directories from buildroot
+- Drop %%defattr, redundant since rpm 4.4
+
* Wed Jan 25 2012 Paul Howarth <[email protected]> - 0.10-4
- BR: perl(ExtUtils::MakeMaker), perl(File::Find), perl(File::Spec) and
perl(Pod::Perldoc)
diff --git a/sources b/sources
index 676eede..9cdd614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdc4687d0782157e9335f4dc31369d01 Module-Find-0.10.tar.gz
+420a0796a1fbdfd5704df754872db7e1 Module-Find-0.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel