Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Eval-LineNumbers for
openSUSE:Factory checked in at 2021-07-26 17:38:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Eval-LineNumbers (Old)
and /work/SRC/openSUSE:Factory/.perl-Eval-LineNumbers.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Eval-LineNumbers"
Mon Jul 26 17:38:09 2021 rev:2 rq:908180 version:0.35
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Eval-LineNumbers/perl-Eval-LineNumbers.changes
2017-10-09 19:46:59.294835139 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Eval-LineNumbers.new.1899/perl-Eval-LineNumbers.changes
2021-07-26 17:38:28.814066444 +0200
@@ -1,0 +2,6 @@
+Sat Jul 17 03:06:14 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.35
+ see /usr/share/doc/packages/perl-Eval-LineNumbers/Changes
+
+-------------------------------------------------------------------
Old:
----
Eval-LineNumbers-0.34.tar.gz
New:
----
Eval-LineNumbers-0.35.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Eval-LineNumbers.spec ++++++
--- /var/tmp/diff_new_pack.0aqmgs/_old 2021-07-26 17:38:29.282065881 +0200
+++ /var/tmp/diff_new_pack.0aqmgs/_new 2021-07-26 17:38:29.282065881 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Eval-LineNumbers
#
-# 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,25 +12,24 @@
# 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 Eval-LineNumbers
Name: perl-Eval-LineNumbers
-Version: 0.34
+Version: 0.35
Release: 0
-#Upstream: This package may be used and redistributed under the terms of
either the Artistic 2.0 or LGPL 2.1 license.
-%define cpan_name Eval-LineNumbers
+#Upstream: LGPL-2.1-or-later
Summary: Add line numbers to heredoc blocks that contain perl source
code
-License: Artistic-2.0 or LGPL-2.1
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Eval-LineNumbers/
-Source0:
http://www.cpan.org/authors/id/M/MU/MUIR/modules/%{cpan_name}-%{version}.tar.gz
+License: Artistic-2.0 OR LGPL-2.1-only
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Test::More) >= 0.98
%{perl_requires}
%description
@@ -42,14 +41,14 @@
'\\n' instead when you can.
%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
@@ -57,7 +56,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes README
+%doc author.yml Changes README
+%license LICENSE
%changelog
++++++ Eval-LineNumbers-0.34.tar.gz -> Eval-LineNumbers-0.35.tar.gz ++++++
++++ 1822 lines of diff (skipped)