ppisar pushed to perl-Data-Munge (master). "0.095 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 25 13:58:20 UTC 2015


From 7c7376b841b743c007a5b3c910888924cc96b702 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Thu, 25 Jun 2015 15:57:58 +0200
Subject: 0.095 bump


diff --git a/.gitignore b/.gitignore
index 116c38e..fc8297a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Data-Munge-0.08.tar.gz
 /Data-Munge-0.091.tar.gz
 /Data-Munge-0.093.tar.gz
+/Data-Munge-0.095.tar.gz
diff --git a/perl-Data-Munge.spec b/perl-Data-Munge.spec
index b2ca639..f2b9854 100644
--- a/perl-Data-Munge.spec
+++ b/perl-Data-Munge.spec
@@ -1,24 +1,27 @@
 Name:           perl-Data-Munge
-Version:        0.093
-Release:        3%{?dist}
+Version:        0.095
+Release:        1%{?dist}
 Summary:        Utility functions for working with perl data structures and code references
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Munge/
 Source0:        http://www.cpan.org/modules/by-module/Data/Data-Munge-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(base)
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Pod::Coverage) >= 0.18
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::Pod) >= 1.22
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+# Scalar::Util not used since perl 5.016
+# Tests:
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warnings)
-BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module defines a few generally useful utility functions that process
@@ -28,14 +31,12 @@ perl data structures and code references.
 %setup -q -n Data-Munge-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -47,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 25 2015 Petr Pisar <ppisar at redhat.com> - 0.095-1
+- 0.095 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.093-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 944ab7e..dd9f628 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6db3f30ac49039f6e152d8c099fd194b  Data-Munge-0.093.tar.gz
+a88cce67b966b359e2840cb0f4140088  Data-Munge-0.095.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Data-Munge.git/commit/?h=master&id=7c7376b841b743c007a5b3c910888924cc96b702


More information about the perl-devel mailing list