[perl-Text-Quoted] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue May 21 15:53:30 UTC 2013


commit 9cf79422d3c89cf1ace40fb6ca239214793d07d7
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue May 21 17:53:25 2013 +0200

    Upstream update.
    
    - Reflect Source0-URL having changed.
    - Modernize spec.
    - Fix up bogus changelog entries.

 .gitignore            |    2 +-
 perl-Text-Quoted.spec |   23 ++++++++++++-----------
 sources               |    2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8163ba..7db9070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Text-Quoted-2.06.tar.gz
+/Text-Quoted-2.07.tar.gz
diff --git a/perl-Text-Quoted.spec b/perl-Text-Quoted.spec
index 70b0124..223531d 100644
--- a/perl-Text-Quoted.spec
+++ b/perl-Text-Quoted.spec
@@ -1,12 +1,11 @@
 Name: 		perl-Text-Quoted
-Version: 	2.06
-Release: 	8%{?dist}
+Version: 	2.07
+Release: 	1%{?dist}
 Summary: 	Extract the structure of a quoted mail message
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Text-Quoted/
-Source0:        http://www.cpan.org/authors/id/R/RU/RUZ/Text-Quoted-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.cpan.org/authors/id/T/TS/TSIBLEY/Text-Quoted-%{version}.tar.gz
 
 BuildArch: 	noarch
 
@@ -28,15 +27,11 @@ different levels of quoting, and turns the text into a nested data structure.
 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 ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
@@ -47,6 +42,12 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 21 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.07-1
+- Upstream update.
+- Reflect Source0-URL having changed.
+- Modernize spec.
+- Fix up bogus changelog entries.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.06-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -86,7 +87,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.05-2
-Rebuild for new perl
+- Rebuild for new perl
 
 * Fri Jan 25 2008 Ralf Corsépius <rc040203 at freenet.de> - 2.05-1
 - Upstream update.
@@ -113,10 +114,10 @@ Rebuild for new perl
 * Tue Feb 28 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.8-4
 - Rebuild for perl-5.8.8.
 
-* Thu Aug 19 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-3
+* Fri Aug 19 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-3
 - chmod -x Quote.pm.
 
-* Thu Aug 19 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-2
+* Fri Aug 19 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-2
 - Spec cleanup.
 
 * Thu Aug 11 2005 Ralf Corsepius <ralf at links2linux.de> - 1.8-1
diff --git a/sources b/sources
index 95376a2..a5f0acb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ae8d3aa3a54c5f05bcd0c2313ebfa4d  Text-Quoted-2.06.tar.gz
+f8f52c31687dd2639a82d62977e35430  Text-Quoted-2.07.tar.gz



More information about the perl-devel mailing list