Hello community, here is the log from the commit of package perl-Time-modules for openSUSE:Factory checked in at 2018-09-18 11:43:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Time-modules (Old) and /work/SRC/openSUSE:Factory/.perl-Time-modules.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Time-modules" Tue Sep 18 11:43:19 2018 rev:23 rq:635694 version:2013.0912 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Time-modules/perl-Time-modules.changes 2012-11-05 15:01:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Time-modules.new/perl-Time-modules.changes 2018-09-18 11:43:19.899917109 +0200 @@ -1,0 +2,12 @@ +Wed Sep 12 13:34:03 UTC 2018 - [email protected] + +- update to 2013.0912: + Pulled fix from Adam Schobelock that removes timezone offset + caching because it was creating incorrect behavior for Moscow. + +- Upstream changed the location of the project to: + https://metacpan.org/release/MUIR/Time-modules-2013.0912 + +- Cleaned with spec-cleaner + +------------------------------------------------------------------- Old: ---- Time-modules-2011.0517.tar.bz2 New: ---- Time-modules-2013.0912.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Time-modules.spec ++++++ --- /var/tmp/diff_new_pack.QwqF4k/_old 2018-09-18 11:43:20.311916679 +0200 +++ /var/tmp/diff_new_pack.QwqF4k/_new 2018-09-18 11:43:20.319916671 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Time-modules # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,16 @@ Name: perl-Time-modules -Version: 2011.0517 +Version: 2013.0912 Release: 0 -Url: http://www.cpan.org/modules/by-module/Time/ Summary: Various Perl time modules License: SUSE-Permissive Group: Development/Libraries/Perl -Source: Time-modules-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} +Url: https://metacpan.org/release/MUIR/Time-modules-2013.0912 +Source: https://www.cpan.org/modules/by-module/Time/Time-modules-%{version}.tar.gz BuildRequires: perl BuildRequires: perl-macros +%{perl_requires} # MANUAL BuildRequires: timezone @@ -35,27 +34,22 @@ Perl modules providing various time functions. %prep -%setup -n Time-modules-%{version} +%setup -q -n Time-modules-%{version} %build perl Makefile.PL make %{?_smp_mflags} %check -make test +make %{?_smp_mflags} test %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install_vendor +make DESTDIR=%{buildroot} install_vendor %perl_process_packlist -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-, root, root) %doc CHANGELOG README -%doc %{_mandir}/man?/* +%{_mandir}/man?/* %{perl_vendorlib}/Time/ %{perl_vendorarch}/auto/Time-modules/
