From 61c0f2c889aefbaeeb61f24fd7d71f2e2b91d2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 14 Nov 2016 09:37:10 +0100 Subject: [PATCH] 2.25 bump --- .gitignore | 1 + perl-Compress-Bzip2.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b7264d7..b709e5a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Compress-Bzip2-2.09.tar.gz /Compress-Bzip2-2.20.tar.gz /Compress-Bzip2-2.22.tar.gz /Compress-Bzip2-2.24.tar.gz +/Compress-Bzip2-2.25.tar.gz diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index 4dae43e..06522c9 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -1,6 +1,6 @@ Name: perl-Compress-Bzip2 -Version: 2.24 -Release: 4%{?dist} +Version: 2.25 +Release: 1%{?dist} Summary: Interface to Bzip2 compression library Group: Development/Libraries # bzlib-src/win-tst-dlltest.c (unbundled): Public Domain @@ -70,8 +70,8 @@ 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 '*.bs' -empty -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name .packlist -delete +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -delete chmod -R u+w $RPM_BUILD_ROOT/* %check @@ -85,6 +85,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Mon Nov 14 2016 Petr Pisar - 2.25-1 +- 2.25 bump + * Wed May 18 2016 Jitka Plesnikova - 2.24-4 - Perl 5.24 re-rebuild of bootstrapped packages diff --git a/sources b/sources index e7472b6..3d034ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5ef04d1e51fe45743b3044abad967d2 Compress-Bzip2-2.24.tar.gz +2c4336e3cd345acce4fae07e9f8b71fb Compress-Bzip2-2.25.tar.gz