Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Devel-REPL for openSUSE:Factory
checked in at 2022-06-02 21:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-REPL (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-REPL.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-REPL"
Thu Jun 2 21:54:28 2022 rev:12 rq:980451 version:1.003029
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-REPL/perl-Devel-REPL.changes
2016-02-26 00:38:23.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Devel-REPL.new.1548/perl-Devel-REPL.changes
2022-06-02 21:54:41.664405632 +0200
@@ -1,0 +2,9 @@
+Sun May 29 03:06:50 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.003029
+ see /usr/share/doc/packages/perl-Devel-REPL/Changes
+
+ 1.003029 2022-05-28 03:31:29Z
+ - removed File::HomeDir dependency
+
+-------------------------------------------------------------------
Old:
----
Devel-REPL-1.003028.tar.gz
New:
----
Devel-REPL-1.003029.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-REPL.spec ++++++
--- /var/tmp/diff_new_pack.iIxExk/_old 2022-06-02 21:54:42.100406187 +0200
+++ /var/tmp/diff_new_pack.iIxExk/_new 2022-06-02 21:54:42.108406198 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-REPL
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,27 @@
# 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/
#
+%define cpan_name Devel-REPL
Name: perl-Devel-REPL
-Version: 1.003028
+Version: 1.003029
Release: 0
-%define cpan_name Devel-REPL
-Summary: Modern Perl Interactive Shell
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Devel-REPL/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Modern perl interactive shell
+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
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::Keywords)
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620
BuildRequires: perl(Data::Dump::Streamer) >= 2.39
BuildRequires: perl(Data::Dumper::Concise)
-BuildRequires: perl(File::HomeDir)
BuildRequires: perl(File::Next)
-BuildRequires: perl(JSON::PP) >= 2.27300
BuildRequires: perl(Lexical::Persistence)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Runtime)
@@ -53,9 +49,7 @@
Requires: perl(B::Keywords)
Requires: perl(Data::Dump::Streamer) >= 2.39
Requires: perl(Data::Dumper::Concise)
-Requires: perl(File::HomeDir)
Requires: perl(File::Next)
-Requires: perl(JSON::PP) >= 2.27300
Requires: perl(Lexical::Persistence)
Requires: perl(Module::Runtime)
Requires: perl(Moose) >= 0.93
@@ -68,8 +62,8 @@
Requires: perl(namespace::autoclean)
Recommends: perl(App::Nopaste)
Recommends: perl(B::Keywords)
-Recommends: perl(Data::Dumper::Concise)
Recommends: perl(Data::Dump::Streamer) >= 2.39
+Recommends: perl(Data::Dumper::Concise)
Recommends: perl(File::Next)
Recommends: perl(Lexical::Persistence)
Recommends: perl(Module::Refresh)
@@ -89,14 +83,14 @@
particular project.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -104,7 +98,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING examples LICENCE README
+%doc Changes CONTRIBUTING examples README
+%license LICENCE
%changelog
++++++ Devel-REPL-1.003028.tar.gz -> Devel-REPL-1.003029.tar.gz ++++++
++++ 4971 lines of diff (skipped)