6.52 bump

- Holidays reworked slightly
- Timezone data updated
This commit is contained in:
Petr Šabata 2015-12-02 15:53:46 +01:00
parent 4a67febb46
commit e1fdef70a8
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <contyk@redhat.com> - 6.52-1
- 6.52 bump
- Holidays reworked slightly
- Timezone data updated
* Wed Sep 02 2015 Petr Šabata <contyk@redhat.com> - 6.51-1
- 6.51 bump, bugfixes and tzdata updates
- This release changes the behavior of Date::Manip::Delta::value which

View File

@ -1 +1 @@
da85d48de8de695d67d0107a477fd501 Date-Manip-6.51.tar.gz
cd901896b1fae6e389dce7facfe715f6 Date-Manip-6.52.tar.gz