From 9750e05ee857e230ddb4d18691360afb7caaca1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Fri, 23 Dec 2016 14:29:08 +0100 Subject: 1.24 bump
--- .gitignore | 1 + perl-B-Debug.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50427f3..44f7a68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /B-Debug-1.21.tar.gz /B-Debug-1.22.tar.gz /B-Debug-1.23.tar.gz +/B-Debug-1.24.tar.gz diff --git a/perl-B-Debug.spec b/perl-B-Debug.spec index b581d94..3f288c3 100644 --- a/perl-B-Debug.spec +++ b/perl-B-Debug.spec @@ -1,12 +1,14 @@ Name: perl-B-Debug -Version: 1.23 -Release: 366%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Walk Perl syntax tree, print debug information about op-codes License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/B-Debug/ Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-%{version}.tar.gz BuildArch: noarch +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) @@ -40,7 +42,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 @@ -53,6 +55,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Dec 23 2016 Petr Pisar <ppi...@redhat.com> - 1.24-1 +- 1.24 bump + * Wed May 18 2016 Jitka Plesnikova <jples...@redhat.com> - 1.23-366 - Perl 5.24 re-rebuild of bootstrapped packages diff --git a/sources b/sources index 16ba28b..74059d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16f78c3bdb00d42376306ae11fc93af0 B-Debug-1.23.tar.gz +SHA512 (B-Debug-1.24.tar.gz) = ed41e8ed3dc7e5a2a95abfc9c2a4064cd1d956157be8e9d3018e197ceff2f6fe29319f29e663aa6ff728ecba2acb50d901babac658cb5d9b75583a717c41a78a -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-B-Debug.git/commit/?h=f25&id=9750e05ee857e230ddb4d18691360afb7caaca1b _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org