Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-CPAN-Changes for
openSUSE:Factory checked in at 2023-11-16 20:31:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Changes (Old)
and /work/SRC/openSUSE:Factory/.perl-CPAN-Changes.new.2521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CPAN-Changes"
Thu Nov 16 20:31:10 2023 rev:5 rq:1126974 version:0.500002
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CPAN-Changes/perl-CPAN-Changes.changes
2017-07-23 12:14:07.854024335 +0200
+++
/work/SRC/openSUSE:Factory/.perl-CPAN-Changes.new.2521/perl-CPAN-Changes.changes
2023-11-16 20:31:16.114357749 +0100
@@ -1,0 +2,17 @@
+Fri Oct 27 03:06:03 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.500002
+ see /usr/share/doc/packages/perl-CPAN-Changes/Changes
+
+ 0.500002 - 2023-10-26
+ - releasing as stable
+
+ 0.500_001 - 2023-08-27
+ - Full rewrite. The new version can parse nested entries to an arbitrary
+ depth, rather than just groups. It can parse many more formats, and can
+ format the outputs more flexibly. This means it can better handle the
+ change logs that actually exist on CPAN.
+ - parsed releases keep their original order
+ - Pass given ChangeLog filename for --check (Tux)
+
+-------------------------------------------------------------------
Old:
----
CPAN-Changes-0.400002.tar.gz
New:
----
CPAN-Changes-0.500002.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CPAN-Changes.spec ++++++
--- /var/tmp/diff_new_pack.WMU8hk/_old 2023-11-16 20:31:16.938388131 +0100
+++ /var/tmp/diff_new_pack.WMU8hk/_new 2023-11-16 20:31:16.942388278 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-CPAN-Changes
#
-# Copyright (c) 2017 SUSE LINUX 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,27 +12,31 @@
# 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 CPAN-Changes
Name: perl-CPAN-Changes
-Version: 0.400002
+Version: 0.500002
Release: 0
-%define cpan_name CPAN-Changes
-Summary: Read and write Changes files
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/CPAN-Changes/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Parser for CPAN style change logs
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Module::Runtime)
+BuildRequires: perl(Moo) >= 1.006000
+BuildRequires: perl(Sub::Quote) >= 1.005000
BuildRequires: perl(Test::More) >= 0.96
-#BuildRequires: perl(version) >= 0.9906
-#Requires: perl(version) >= 0.9906
+BuildRequires: perl(Types::Standard)
+Requires: perl(Module::Runtime)
+Requires: perl(Moo) >= 1.006000
+Requires: perl(Sub::Quote) >= 1.005000
+Requires: perl(Types::Standard)
%{perl_requires}
%description
@@ -41,21 +45,21 @@
since the last release.
People have devised many ways to write the Changes file. A preliminary
-specification has been created (the CPAN::Changes::Spec manpage) to
-encourage module authors to write clear and concise Changes.
+specification has been created (CPAN::Changes::Spec) to encourage module
+authors to write clear and concise Changes.
This module will help users programmatically read and write Changes files
that conform to the specification.
%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
@@ -63,6 +67,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
+%license LICENSE
++++++ CPAN-Changes-0.400002.tar.gz -> CPAN-Changes-0.500002.tar.gz ++++++
++++ 58908 lines of diff (skipped)