[perl-URI-Title] 1.89 bump

Petr Šabata psabata at fedoraproject.org
Thu Sep 18 12:31:20 UTC 2014


commit 79646070bb9383921ac16280585c8eb1318947f1
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Sep 18 14:31:18 2014 +0200

    1.89 bump

 .gitignore          |    1 +
 perl-URI-Title.spec |   19 +++++++++++++------
 sources             |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fc6ed6..2b1d38b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /URI-Title-1.85.tar.gz
 /URI-Title-1.86.tar.gz
 /URI-Title-1.88.tar.gz
+/URI-Title-1.89.tar.gz
diff --git a/perl-URI-Title.spec b/perl-URI-Title.spec
index f9c0277..01a7b4e 100644
--- a/perl-URI-Title.spec
+++ b/perl-URI-Title.spec
@@ -1,6 +1,6 @@
 Name:           perl-URI-Title
-Version:        1.88
-Release:        3%{?dist}
+Version:        1.89
+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
@@ -9,22 +9,27 @@ URL:            http://search.cpan.org/dist/URI-Title/
 Source0:        http://www.cpan.org/authors/id/T/TO/TOMI/URI-Title-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(base)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(Carp)
+# Encode is optional
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(File::Type) >= 0.22
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(Image::Size)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(lib)
 # Needed for Twitter in live tests
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Module::Pluggable) >= 1.2
 BuildRequires:  perl(MP3::Info)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 Requires:       perl(File::Type) >= 0.22
 Requires:       perl(Module::Pluggable) >= 1.2
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
@@ -50,12 +55,11 @@ So, let's solve these issues once.
 %setup -q -n URI-Title-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -67,6 +71,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 18 2014 Petr Šabata <contyk at redhat.com> - 1.89-1
+- 1.89 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.88-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 0c2987a..deaf098 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff54866adac948b0e5b0bb0736e70be0  URI-Title-1.88.tar.gz
+43b0d6c981af9221f2fec2515417a051  URI-Title-1.89.tar.gz



More information about the perl-devel mailing list