6.52 bump
- Holidays reworked slightly - Timezone data updated
This commit is contained in:
parent
4a67febb46
commit
e1fdef70a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user