From 6426effc12e217dda9c07663f1a6a4f6e8ec63f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Fri, 23 Oct 2015 14:41:26 +0200 Subject: 1.43 bump
--- .gitignore | 1 + perl-Cache-FastMmap.spec | 28 +++++++++++++++++++++------- sources | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a7c6274..6e71ab9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Cache-FastMmap-1.35.tar.gz /Cache-FastMmap-1.36.tar.gz /Cache-FastMmap-1.39.tar.gz /Cache-FastMmap-1.40.tar.gz +/Cache-FastMmap-1.43.tar.gz diff --git a/perl-Cache-FastMmap.spec b/perl-Cache-FastMmap.spec index a030b1a..9d4ff24 100644 --- a/perl-Cache-FastMmap.spec +++ b/perl-Cache-FastMmap.spec @@ -1,23 +1,36 @@ Name: perl-Cache-FastMmap -Version: 1.40 -Release: 11%{?dist} +Version: 1.43 +Release: 1%{?dist} Summary: Uses an mmap'ed file to act as a shared memory interprocess cache License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Cache-FastMmap/ Source0: http://www.cpan.org/authors/id/R/RO/ROBM/Cache-FastMmap-%{version}.tar.gz +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: gcc +BuildRequires: make +BuildRequires: perl +BuildRequires: perl-devel BuildRequires: perl(ExtUtils::MakeMaker) # Run-time +BuildRequires: perl(bytes) BuildRequires: perl(constant) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) +# Optional run-time +BuildRequires: perl(Compress::Zlib) # Tests BuildRequires: perl(Data::Dumper) +# ExtUtils::testlib not used +# lib not used +# POSIX not used BuildRequires: perl(Storable) BuildRequires: perl(Test::More) # Optional tests -BuildRequires: perl(Compress::Zlib) BuildRequires: perl(GTop) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -31,7 +44,7 @@ situation better. %setup -q -n Cache-FastMmap-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install @@ -39,8 +52,6 @@ make pure_install PERL_INSTALL_ROOT=$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 -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -53,6 +64,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Oct 23 2015 Petr Pisar <ppi...@redhat.com> - 1.43-1 +- 1.43 bump + * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.40-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index bbdc1d5..1ded850 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0929ba556c629a43f5d65a2b6cb9a2f Cache-FastMmap-1.40.tar.gz +b297b6009688aa56acb0f72d122b90d0 Cache-FastMmap-1.43.tar.gz -- cgit v0.11.2 http://pkgs.fedoraproject.org/cgit/perl-Cache-FastMmap.git/commit/?h=master&id=6426effc12e217dda9c07663f1a6a4f6e8ec63f1 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel