Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Log-Dispatch-Array for
openSUSE:Factory checked in at 2023-01-04 17:54:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Log-Dispatch-Array (Old)
and /work/SRC/openSUSE:Factory/.perl-Log-Dispatch-Array.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Log-Dispatch-Array"
Wed Jan 4 17:54:08 2023 rev:8 rq:1055899 version:1.005
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Log-Dispatch-Array/perl-Log-Dispatch-Array.changes
2014-02-24 15:51:38.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch-Array.new.1563/perl-Log-Dispatch-Array.changes
2023-01-04 17:54:51.178977405 +0100
@@ -1,0 +2,16 @@
+Mon Jan 2 03:14:18 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 1.005
+ see /usr/share/doc/packages/perl-Log-Dispatch-Array/Changes
+
+ 1.005 2022-12-31 21:24:20-05:00 America/New_York
+ - v1.004 was a little broken, so now this time *really*:
+ - set a policy for what perls to expect will work
+ - as of now, v5.12 is the minimum required perl
+
+ 1.004 2022-12-29 19:35:00-05:00 America/New_York
+ - update packaging
+ - set a policy for what perls to expect will work
+ - as of now, v5.12 is the minimum required perl
+
+-------------------------------------------------------------------
Old:
----
Log-Dispatch-Array-1.003.tar.gz
New:
----
Log-Dispatch-Array-1.005.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Log-Dispatch-Array.spec ++++++
--- /var/tmp/diff_new_pack.JkNC6J/_old 2023-01-04 17:54:51.622980022 +0100
+++ /var/tmp/diff_new_pack.JkNC6J/_new 2023-01-04 17:54:51.626980045 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Log-Dispatch-Array
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,22 @@
# 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 Log-Dispatch-Array
Name: perl-Log-Dispatch-Array
-Version: 1.003
+Version: 1.005
Release: 0
-%define cpan_name Log-Dispatch-Array
-Summary: log events to an array (reference)
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Log-Dispatch-Array/
-Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Log events to an array (reference)
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Log::Dispatch::Output)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.96
@@ -43,14 +42,14 @@
of your code.
%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
@@ -58,7 +57,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Log-Dispatch-Array-1.003.tar.gz -> Log-Dispatch-Array-1.005.tar.gz ++++++
++++ 1794 lines of diff (skipped)