[perl-libwww-perl/f14/master] - Add missing ':' to filter_from_requires perl(HTTP::GHTTP). - filter_from_provides /perl(HTTP::Head

corsepiu corsepiu at fedoraproject.org
Tue Sep 28 05:50:50 UTC 2010


commit 23203f00def96828af80d23b7f740320974c0bd6
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Sep 28 07:50:33 2010 +0200

    - Add missing ':' to filter_from_requires perl(HTTP::GHTTP).
    - filter_from_provides /perl(HTTP::Headers)$/d instead of /perl(HTTP::Headers)/d.

 perl-libwww-perl.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index 5f1b82c..8733a45 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -1,6 +1,6 @@
 Name:           perl-libwww-perl
 Version:        5.837
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Perl interface to the World-Wide Web
 
 Group:          Development/Libraries
@@ -29,8 +29,8 @@ use and even classes that help you implement simple HTTP servers.
 %prep
 %setup -q -n libwww-perl-%{version} 
 %{?filter_setup:
-%filter_from_provides /perl(HTTP::Headers)/d
-%filter_from_requires /perl(HTTP:GHTTP)/d
+%filter_from_provides /perl(HTTP::Headers)$/d
+%filter_from_requires /perl(HTTP::GHTTP)/d
 %filter_from_requires /perl(Win32)/d
 %filter_from_requires /perl(Authen::NTLM)/d
 %?perl_default_filter
@@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 28 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 5.837-2
+- Add missing ':' to filter_from_requires perl(HTTP::GHTTP).
+- filter_from_provides /perl(HTTP::Headers)$/d instead of /perl(HTTP::Headers)/d.
+
 * Mon Sep 27 2010 Marcela Mašláňová <mmaslano at redhat.com> 5.837-1
 - update
 


More information about the scm-commits mailing list