From 14e75815c99d52ec2a4afb60005da912a1aff618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 2 Dec 2016 15:01:24 +0100 Subject: [PATCH] 3.35 bump --- .gitignore | 1 + perl-Pod-Simple.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 42c9a45..e395cb7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Pod-Simple-3.05.tar.gz /Pod-Simple-3.30.tar.gz /Pod-Simple-3.31.tar.gz /Pod-Simple-3.32.tar.gz +/Pod-Simple-3.35.tar.gz diff --git a/perl-Pod-Simple.spec b/perl-Pod-Simple.spec index 37d6775..03aa191 100644 --- a/perl-Pod-Simple.spec +++ b/perl-Pod-Simple.spec @@ -1,13 +1,13 @@ Name: perl-Pod-Simple # Epoch to compete with perl.spec Epoch: 1 -Version: 3.32 -Release: 365%{?dist} +Version: 3.35 +Release: 1%{?dist} Summary: Framework for parsing POD documentation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-Simple/ -Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/Pod-Simple-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/K/KH/KHW/Pod-Simple-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -58,7 +58,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -70,6 +70,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Dec 02 2016 Petr Pisar - 1:3.35-1 +- 3.35 bump + * Sat May 14 2016 Jitka Plesnikova - 1:3.32-365 - Increase release to favour standalone package diff --git a/sources b/sources index 3147817..c21b559 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f05e92d19c8a7301910f133424e74ece Pod-Simple-3.32.tar.gz +ba3ca9abc2e3c7442e93ac50d1f3cbe8 Pod-Simple-3.35.tar.gz