[perl-Shipwright] - Update to 2.4.28 (#712671) - Use rpm 4.9 style f

cheeselee cheeselee at fedoraproject.org
Wed Jul 27 05:38:18 UTC 2011


commit a7fbdf6520e52728b6d5f6a27dc9cb1c0390b15f
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Wed Jul 27 13:36:50 2011 +0800

    - Update to 2.4.28 (#712671)                                                   - Use rpm 4.9 style filter

 .gitignore           |    1 +
 perl-Shipwright.spec |   11 +++++++----
 sources              |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a4a6b8..9b02abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Shipwright-2.4.24.tar.gz
+/Shipwright-2.4.28.tar.gz
diff --git a/perl-Shipwright.spec b/perl-Shipwright.spec
index 6ac4509..57a7ee2 100644
--- a/perl-Shipwright.spec
+++ b/perl-Shipwright.spec
@@ -1,6 +1,6 @@
 Name:           perl-Shipwright
-Version:        2.4.24
-Release:        2%{?dist}
+Version:        2.4.28
+Release:        1%{?dist}
 Summary:        Build and Manage Self-contained Software Bundle
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -43,8 +43,7 @@ Requires:       perl(LWP::UserAgent)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # a wrong Requires
-%filter_from_requires /perl(that)/d
-%{?perl_default_filter}
+%global __requires_exclude perl\\(that\\)\\s*$
 
 %description
 Shipwright is a tool to help you bundle your software with all its dependencies,
@@ -77,6 +76,10 @@ make test %{?_smp_mflags}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 27 2011 Robin Lee <cheeselee at fedoraproject.org> - 2.4.28-1
+- Update to 2.4.28 (#712671)
+- Use rpm 4.9 style filter
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 2.4.24-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d17641f..3d5f697 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8de809cc237df96ba22b4cae35b84ce8  Shipwright-2.4.24.tar.gz
+cb7eabeb556c15522f312a1e55ea59ac  Shipwright-2.4.28.tar.gz


More information about the scm-commits mailing list