Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Config-INI for openSUSE:Factory
checked in at 2021-07-13 22:37:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-INI (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-INI.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-INI"
Tue Jul 13 22:37:39 2021 rev:11 rq:906085 version:0.027
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-INI/perl-Config-INI.changes
2015-04-18 10:39:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Config-INI.new.2625/perl-Config-INI.changes
2021-07-13 22:38:04.205821758 +0200
@@ -1,0 +2,12 @@
+Thu Jun 24 03:06:13 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.027
+ see /usr/share/doc/packages/perl-Config-INI/Changes
+
+ 0.027 2021-06-22 22:27:53-04:00 America/New_York
+ - require Mixin::Linewise v0.110 to cope with new error message
+
+ 0.026 2021-06-20 17:14:32-04:00 America/New_York
+ - update author contact info
+
+-------------------------------------------------------------------
Old:
----
Config-INI-0.025.tar.gz
New:
----
Config-INI-0.027.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-INI.spec ++++++
--- /var/tmp/diff_new_pack.UY3xYV/_old 2021-07-13 22:38:04.577818762 +0200
+++ /var/tmp/diff_new_pack.UY3xYV/_new 2021-07-13 22:38:04.577818762 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-INI
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +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 Config-INI
Name: perl-Config-INI
-Version: 0.025
+Version: 0.027
Release: 0
-%define cpan_name Config-INI
-Summary: Simple .Ini-File Format
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Config-INI/
-Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Summary: Simple .ini-file format
+License: Artistic-1.0 OR GPL-1.0-or-later
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Mixin::Linewise::Readers) >= 0.105
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
+BuildRequires: perl(Mixin::Linewise::Readers) >= 0.110
BuildRequires: perl(Mixin::Linewise::Writers)
BuildRequires: perl(Test::More) >= 0.96
-Requires: perl(Mixin::Linewise::Readers) >= 0.105
+Requires: perl(Mixin::Linewise::Readers) >= 0.110
Requires: perl(Mixin::Linewise::Writers)
%{perl_requires}
@@ -41,14 +40,14 @@
simple .ini-file format
%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
@@ -56,7 +55,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples README
+%license LICENSE
%changelog
++++++ Config-INI-0.025.tar.gz -> Config-INI-0.027.tar.gz ++++++
++++ 1606 lines of diff (skipped)