[perl-URI] 1.59

Tom Callaway spot at fedoraproject.org
Sun Oct 2 09:46:47 UTC 2011


commit a2da93799199b0df1d4a97ebbb0e0c01a81e808b
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sun Oct 2 11:46:27 2011 +0200

    1.59

 .gitignore    |    1 +
 perl-URI.spec |   14 +++++---------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4f4fa1..4d3f096 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ URI-1.54.tar.gz
 /URI-1.55.tar.gz
 /URI-1.56.tar.gz
 /URI-1.58.tar.gz
+/URI-1.59.tar.gz
diff --git a/perl-URI.spec b/perl-URI.spec
index 617cbc7..8df2e32 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -1,13 +1,12 @@
 Name:           perl-URI
-Version:        1.58
-Release:        2%{?dist}
+Version:        1.59
+Release:        1%{?dist}
 Summary:        A Perl module implementing URI parsing and manipulation
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/URI/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/URI-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(MIME::Base64)
@@ -33,7 +32,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -44,18 +42,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README uri-test
 %{perl_privlib}/URI*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Oct  2 2011 Tom Callaway <spot at fedoraproject.org> - 1.59-1
+- update to 1.59
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.58-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 23bb147..c200c70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-540575aee18616ad9a21e0af7a1e7b18  URI-1.58.tar.gz
+fecebf8fa20e2d26ea4a1649c095e96e  URI-1.59.tar.gz


More information about the scm-commits mailing list