From e1fdef70a830751766431150861eedb4ff03fa3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <con...@redhat.com>
Date: Wed, 2 Dec 2015 15:53:46 +0100
Subject: 6.52 bump

- Holidays reworked slightly
- Timezone data updated
---
 .gitignore           |  1 +
 perl-Date-Manip.spec | 17 +++++++++++------
 sources              |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index e0d3c82..f9768ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.49.tar.gz
 /Date-Manip-6.50.tar.gz
 /Date-Manip-6.51.tar.gz
+/Date-Manip-6.52.tar.gz
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index ce8c0c3..c3fab11 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,5 +1,5 @@
 Name:           perl-Date-Manip
-Version:        6.51
+Version:        6.52
 Release:        1%{?dist}
 Summary:        Date manipulation routines
 Group:          Development/Libraries
@@ -9,7 +9,7 @@ Source0:        
http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.
 BuildArch:      noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Runtime
@@ -50,15 +50,15 @@ to daylight saving time.
 %setup -q -n Date-Manip-%{version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSE
@@ -68,6 +68,11 @@ perl Build.PL installdirs=vendor
 %{_bindir}/dm_*
 
 %changelog
+* Wed Dec 02 2015 Petr Šabata <con...@redhat.com> - 6.52-1
+- 6.52 bump
+- Holidays reworked slightly
+- Timezone data updated
+
 * Wed Sep 02 2015 Petr Šabata <con...@redhat.com> - 6.51-1
 - 6.51 bump, bugfixes and tzdata updates
 - This release changes the behavior of Date::Manip::Delta::value which
diff --git a/sources b/sources
index 77f98b8..c257a11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da85d48de8de695d67d0107a477fd501  Date-Manip-6.51.tar.gz
+cd901896b1fae6e389dce7facfe715f6  Date-Manip-6.52.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Date-Manip.git/commit/?h=f23&id=e1fdef70a830751766431150861eedb4ff03fa3b
--
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

Reply via email to