From 000e65b4bbc4790b7e41e88bcaa83ecc60f44bbd Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 9 Feb 2016 11:02:53 +0100 Subject: [PATCH] 1.20 bump --- .gitignore | 1 + perl-Net-OpenID-Common.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 19ad70a..0eb2fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Net-OpenID-Common-1.19.tar.gz +/Net-OpenID-Common-1.20.tar.gz diff --git a/perl-Net-OpenID-Common.spec b/perl-Net-OpenID-Common.spec index d2aa0c1..68689e3 100644 --- a/perl-Net-OpenID-Common.spec +++ b/perl-Net-OpenID-Common.spec @@ -1,14 +1,13 @@ Name: perl-Net-OpenID-Common -Version: 1.19 -Release: 4%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/Net-OpenID-Common/ Source0: http://www.cpan.org/authors/id/W/WR/WROG/Net-OpenID-Common-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time @@ -51,12 +50,11 @@ inherited from previous versions of Net::OpenID::Consumer. %setup -q -n Net-OpenID-Common-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -69,6 +67,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Feb 09 2016 Jitka Plesnikova - 1.20-1 +- 1.20 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 06fe331..2bc92d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c086f35b547174dc513e05d7126556c Net-OpenID-Common-1.19.tar.gz +1d51d22b5a68941f26aac4659df40a55 Net-OpenID-Common-1.20.tar.gz