[perl-URI-Find] Update to 20111103 and remove the defattr macro

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 12 15:12:48 UTC 2012


commit c6ce175b3be4874a3b473f49c7a761777155cf93
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Jan 12 16:12:42 2012 +0100

    Update to 20111103 and remove the defattr macro

 .gitignore         |    1 +
 perl-URI-Find.spec |   11 ++++++++---
 sources            |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c694e9a..066f1b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 URI-Find-20100211.tar.gz
 /URI-Find-20100505.tar.gz
+/URI-Find-20111103.tar.gz
diff --git a/perl-URI-Find.spec b/perl-URI-Find.spec
index 8495bc3..551b3b6 100644
--- a/perl-URI-Find.spec
+++ b/perl-URI-Find.spec
@@ -1,7 +1,7 @@
 Name:           perl-URI-Find
 Summary:        Find URIs in plain text
-Version:        20100505
-Release:        2%{?dist}
+Version:        20111103
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/URI-Find-%{version}.tar.gz 
@@ -11,6 +11,8 @@ BuildArch:      noarch
 
 BuildRequires:  perl(Module::Build) >= 0.30
 BuildRequires:  perl(Test::More) >= 0.82
+# needed for tests
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(URI) >= 1.00
 BuildRequires:  perl(URI::URL) >= 5.00
 
@@ -49,7 +51,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/*
 %{_bindir}/urifind
@@ -57,6 +58,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 20111103-1
+- Update to 20111103
+- Remove the defattr macro (no longer used)
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 20100505-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index a6743bf..9f76125 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d470e33f31986839cd49a77a08133520  URI-Find-20100505.tar.gz
+7129448917d708aeaab2153a5adfbf0d  URI-Find-20111103.tar.gz


More information about the scm-commits mailing list