Hello community,
here is the log from the commit of package perl-BerkeleyDB for openSUSE:Factory
checked in at 2019-04-01 12:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-BerkeleyDB (Old)
and /work/SRC/openSUSE:Factory/.perl-BerkeleyDB.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-BerkeleyDB"
Mon Apr 1 12:39:29 2019 rev:37 rq:690161 version:0.61
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-BerkeleyDB/perl-BerkeleyDB.changes
2015-04-16 14:13:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-BerkeleyDB.new.25356/perl-BerkeleyDB.changes
2019-04-01 12:39:31.837948566 +0200
@@ -1,0 +2,33 @@
+Sun Mar 31 05:02:57 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.61
+ see /usr/share/doc/packages/perl-BerkeleyDB/Changes
+
+ 0.61 30 March 2019
+
+ * Fix a couple of typos
+ One's a copyright date out by 20 years.
+ The other one breaks builds with 5.2 ≤ BDB < 6.2.
+ Merge pull request #1 https://github.com/pmqs/BerkeleyDB/pull/1
+
+ 0.60 30 March 2019
+ * Moved source to github https://github.com/pmqs/BerkeleyDB
+
+ * Add META_MERGE to Makefile.PL
+
+ * Added meta-json.t & meta-yaml.t
+
+ 0.58 23 January 2018
+
+ * please expose set_lg_filemode
+ [RT #124979]
+
+ 0.57 23 January 2018
+
+ * Updates for BDB 6.3
+
+ 0.56 5 January 2016
+
+ * Updates for BDB 6.2
+
+-------------------------------------------------------------------
Old:
----
BerkeleyDB-0.55.tar.gz
New:
----
BerkeleyDB-0.61.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-BerkeleyDB.spec ++++++
--- /var/tmp/diff_new_pack.6dqRJ1/_old 2019-04-01 12:39:33.005949133 +0200
+++ /var/tmp/diff_new_pack.6dqRJ1/_new 2019-04-01 12:39:33.009949135 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-BerkeleyDB
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
# 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-BerkeleyDB
-Version: 0.55
+Version: 0.61
Release: 0
%define cpan_name BerkeleyDB
-Summary: Perl extension for Berkeley DB version 2, 3, 4 or 5
-License: Artistic-1.0 or GPL-1.0+
+Summary: Perl extension for Berkeley DB version 2, 3, 4, 5 or 6
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/BerkeleyDB/
-Source0:
http://www.cpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -56,14 +56,14 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ BerkeleyDB-0.55.tar.gz -> BerkeleyDB-0.61.tar.gz ++++++
++++ 2789 lines of diff (skipped)