Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Role-HasMessage for
openSUSE:Factory checked in at 2023-01-04 17:54:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Role-HasMessage (Old)
and /work/SRC/openSUSE:Factory/.perl-Role-HasMessage.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Role-HasMessage"
Wed Jan 4 17:54:19 2023 rev:7 rq:1055913 version:0.007
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Role-HasMessage/perl-Role-HasMessage.changes
2013-12-03 12:32:54.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Role-HasMessage.new.1563/perl-Role-HasMessage.changes
2023-01-04 17:54:59.875028661 +0100
@@ -1,0 +2,10 @@
+Sun Jan 1 03:16:28 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.007
+ see /usr/share/doc/packages/perl-Role-HasMessage/Changes
+
+ 0.007 2022-12-31 15:45:03-05:00 America/New_York
+ - update packaging and metadata
+ - minimum required Perl is now v5.12
+
+-------------------------------------------------------------------
Old:
----
Role-HasMessage-0.006.tar.gz
New:
----
Role-HasMessage-0.007.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Role-HasMessage.spec ++++++
--- /var/tmp/diff_new_pack.lq09lg/_old 2023-01-04 17:55:00.259030924 +0100
+++ /var/tmp/diff_new_pack.lq09lg/_new 2023-01-04 17:55:00.267030971 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Role-HasMessage
#
-# Copyright (c) 2013 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 Role-HasMessage
Name: perl-Role-HasMessage
-Version: 0.006
+Version: 0.007
Release: 0
-%define cpan_name Role-HasMessage
-Summary: a thing with a message method
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Role-HasMessage/
-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: Thing with a message method
+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(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(MooseX::Role::Parameterized)
@@ -36,8 +35,6 @@
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(namespace::clean)
-#BuildRequires: perl(Role::HasMessage)
-#BuildRequires: perl(Role::HasMessage::Errf)
Requires: perl(Moose::Role)
Requires: perl(MooseX::Role::Parameterized)
Requires: perl(String::Errf)
@@ -52,14 +49,14 @@
_not_ provide any actual behavior.
%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
@@ -67,7 +64,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Role-HasMessage-0.006.tar.gz -> Role-HasMessage-0.007.tar.gz ++++++
++++ 1987 lines of diff (skipped)