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.49.tar.gz
|
||||||
/Date-Manip-6.50.tar.gz
|
/Date-Manip-6.50.tar.gz
|
||||||
/Date-Manip-6.51.tar.gz
|
/Date-Manip-6.51.tar.gz
|
||||||
|
/Date-Manip-6.52.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Date-Manip
|
Name: perl-Date-Manip
|
||||||
Version: 6.51
|
Version: 6.52
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Date manipulation routines
|
Summary: Date manipulation routines
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Runtime
|
# Runtime
|
||||||
@ -50,15 +50,15 @@ to daylight saving time.
|
|||||||
%setup -q -n Date-Manip-%{version}
|
%setup -q -n Date-Manip-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
./Build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
make pure_install DESTDIR=%{buildroot}
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -68,6 +68,11 @@ perl Build.PL installdirs=vendor
|
|||||||
%{_bindir}/dm_*
|
%{_bindir}/dm_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 02 2015 Petr Šabata <contyk@redhat.com> - 6.51-1
|
||||||
- 6.51 bump, bugfixes and tzdata updates
|
- 6.51 bump, bugfixes and tzdata updates
|
||||||
- This release changes the behavior of Date::Manip::Delta::value which
|
- This release changes the behavior of Date::Manip::Delta::value which
|
||||||
|
Loading…
Reference in New Issue
Block a user