Hello community,
here is the log from the commit of package perl-Date-Manip for openSUSE:Factory
checked in at 2018-12-12 17:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Date-Manip (Old)
and /work/SRC/openSUSE:Factory/.perl-Date-Manip.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Date-Manip"
Wed Dec 12 17:26:58 2018 rev:53 rq:655759 version:6.75
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes
2018-09-04 22:56:13.793013161 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Date-Manip.new.28833/perl-Date-Manip.changes
2018-12-12 17:26:59.506990533 +0100
@@ -1,0 +2,17 @@
+Thu Dec 6 15:35:13 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 6.75
+ see /usr/share/doc/packages/perl-Date-Manip/Changes
+
+ 6.74 2018-12-01
+ - Removed travis file from the tarball
+ The tarball had a .travis.yml file in it that wasn't in the MANIFEST
+ file. Since the MANIFEST file is automatically generated by the perl
+ mkmanifest tool, since it didn't see the .travis.yml file, I have
+ excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
+ (#23)
+
+ - Time zone fixes
+ Newest zoneinfo data (tzdata 2018e)
+
+-------------------------------------------------------------------
Old:
----
Date-Manip-6.73.tar.gz
New:
----
Date-Manip-6.75.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Date-Manip.spec ++++++
--- /var/tmp/diff_new_pack.atziHR/_old 2018-12-12 17:27:00.082989801 +0100
+++ /var/tmp/diff_new_pack.atziHR/_new 2018-12-12 17:27:00.082989801 +0100
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Date-Manip
-Version: 6.73
+Version: 6.75
Release: 0
%define cpan_name Date-Manip
Summary: Date manipulation routines
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Date-Manip/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -119,11 +119,11 @@
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ Date-Manip-6.73.tar.gz -> Date-Manip-6.75.tar.gz ++++++
++++ 38584 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.atziHR/_old 2018-12-12 17:27:00.502989267 +0100
+++ /var/tmp/diff_new_pack.atziHR/_new 2018-12-12 17:27:00.502989267 +0100
@@ -7,8 +7,8 @@
#patches:
# foo.patch: -p1
# bar.patch:
-preamble: |-
- ExcludeArch: %arm %ix86 ppc s390
+#preamble: |-
+# ExcludeArch: %arm %ix86 ppc s390
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL