[perl-URI-Title] 1.88 bugfix bump

Petr Šabata psabata at fedoraproject.org
Thu Feb 6 16:55:04 UTC 2014


commit 085c344eafcb3d807e552f4ca07c26f96430d56e
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Feb 6 17:55:35 2014 +0100

    1.88 bugfix bump

 .gitignore                      |    1 +
 URI-Title-1.86-live-tests.patch |   28 ----------------------------
 perl-URI-Title.spec             |   11 ++++++-----
 sources                         |    2 +-
 4 files changed, 8 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b82a8e..1fc6ed6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /URI-Title-1.85.tar.gz
 /URI-Title-1.86.tar.gz
+/URI-Title-1.88.tar.gz
diff --git a/perl-URI-Title.spec b/perl-URI-Title.spec
index 76d73dd..a19040e 100644
--- a/perl-URI-Title.spec
+++ b/perl-URI-Title.spec
@@ -1,13 +1,12 @@
 Name:           perl-URI-Title
-Version:        1.86
-Release:        7%{?dist}
+Version:        1.88
+Release:        1%{?dist}
 Summary:        Get the titles of things on the web in a sensible way
 # Mentioned in URI::Title POD
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/URI-Title/
 Source0:        http://www.cpan.org/authors/id/T/TO/TOMI/URI-Title-%{version}.tar.gz
-Patch0:         URI-Title-1.86-live-tests.patch
 BuildArch:      noarch
 BuildRequires:  perl(base)
 BuildRequires:  perl(lib)
@@ -49,7 +48,6 @@ So, let's solve these issues once.
 
 %prep
 %setup -q -n URI-Title-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -64,11 +62,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes title.pl
+%doc Changes eg/title.pl
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 06 2014 Petr Šabata <contyk at redhat.com> - 1.88-1
+- 1.88 bugfix bump
+
 * Tue Jan 28 2014 Petr Šabata <contyk at redhat.com> - 1.86-7
 - Fix the live test failures (#1058734, rt#92091)
 - Minor spec cleanup
diff --git a/sources b/sources
index 3cccc74..0c2987a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3bf145bdc908c2b0ba8a596b82f2976  URI-Title-1.86.tar.gz
+ff54866adac948b0e5b0bb0736e70be0  URI-Title-1.88.tar.gz


More information about the scm-commits mailing list