Hello community,
here is the log from the commit of package perl-MooseX-Storage for
openSUSE:Factory checked in at 2020-04-22 20:55:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Storage (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-Storage.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-Storage"
Wed Apr 22 20:55:52 2020 rev:9 rq:796190 version:0.53
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-Storage/perl-MooseX-Storage.changes
2017-06-26 15:52:09.236586218 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-Storage.new.2738/perl-MooseX-Storage.changes
2020-04-22 20:55:55.191736115 +0200
@@ -1,0 +2,9 @@
+Sun Apr 19 03:08:33 UTC 2020 - <[email protected]>
+
+- updated to 0.53
+ see /usr/share/doc/packages/perl-MooseX-Storage/Changes
+
+ 0.53 2020-04-18 03:46:55Z
+ - minor prerequisite improvements
+
+-------------------------------------------------------------------
Old:
----
MooseX-Storage-0.52.tar.gz
New:
----
MooseX-Storage-0.53.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-Storage.spec ++++++
--- /var/tmp/diff_new_pack.sDxEEy/_old 2020-04-22 20:55:55.879737462 +0200
+++ /var/tmp/diff_new_pack.sDxEEy/_new 2020-04-22 20:55:55.883737470 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Storage
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,20 +12,20 @@
# 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-MooseX-Storage
-Version: 0.52
+Version: 0.53
Release: 0
-#Upstream: Artistic-1.0 or GPL-1.0+
+#Upstream: Artistic-1.0 or GPL-1.0-or-later
%define cpan_name MooseX-Storage
-Summary: Serialization Framework for Moose Classes
-License: Artistic-1.0 or GPL-1.0+
+Summary: Serialization framework for Moose classes
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/MooseX-Storage/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +46,7 @@
BuildRequires: perl(Test::Deep::Type)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
-BuildRequires: perl(Test::Requires)
+BuildRequires: perl(Test::Needs)
BuildRequires: perl(YAML::Any)
BuildRequires: perl(namespace::autoclean)
Requires: perl(IO::AtomicFile)
@@ -60,7 +60,6 @@
Requires: perl(namespace::autoclean)
Recommends: perl(IO::AtomicFile)
Recommends: perl(JSON::MaybeXS) >= 1.001000
-Recommends: perl(MooseX::Storage::Format::JSONpm)
Recommends: perl(YAML)
Recommends: perl(YAML::Any)
Recommends: perl(YAML::Syck)
@@ -76,11 +75,11 @@
%setup -q -n %{cpan_name}-%{version}
%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
@@ -89,6 +88,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
%changelog
++++++ MooseX-Storage-0.52.tar.gz -> MooseX-Storage-0.53.tar.gz ++++++
++++ 4625 lines of diff (skipped)