From 8b50c8c4005c2eebcdd35542aee5490dcecb193a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Tue, 10 May 2016 08:47:58 +0200 Subject: 2.07 bump
--- .gitignore | 1 + perl-IPC-SysV.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 360a29a..e191c94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /IPC-SysV-2.05.tar.gz /IPC-SysV-2.06.tar.gz +/IPC-SysV-2.07.tar.gz diff --git a/perl-IPC-SysV.spec b/perl-IPC-SysV.spec index 95815e1..4e48004 100644 --- a/perl-IPC-SysV.spec +++ b/perl-IPC-SysV.spec @@ -1,17 +1,17 @@ Name: perl-IPC-SysV -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Object interface to System V IPC License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IPC-SysV/ Source0: http://www.cpan.org/authors/id/M/MH/MHX/IPC-SysV-%{version}.tar.gz -BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl BuildRequires: perl-devel +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) # Run-time: @@ -46,8 +46,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' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -60,6 +60,9 @@ make test %{_mandir}/man3/* %changelog +* Tue May 10 2016 Petr Pisar <ppi...@redhat.com> - 2.07-1 +- 2.07 bump + * Mon Feb 29 2016 Petr Pisar <ppi...@redhat.com> - 2.06-1 - 2.06 bump diff --git a/sources b/sources index af1a7d3..1b2543f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -38768363f83da467c456850fc6c3aa3d IPC-SysV-2.06.tar.gz +4faf5a19c529ff5dae6071d346a47468 IPC-SysV-2.07.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-IPC-SysV.git/commit/?h=master&id=8b50c8c4005c2eebcdd35542aee5490dcecb193a -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org