Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Role-Identifiable for
openSUSE:Factory checked in at 2022-06-16 18:21:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Role-Identifiable (Old)
and /work/SRC/openSUSE:Factory/.perl-Role-Identifiable.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Role-Identifiable"
Thu Jun 16 18:21:16 2022 rev:7 rq:983156 version:0.008
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Role-Identifiable/perl-Role-Identifiable.changes
2015-05-06 11:19:20.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Role-Identifiable.new.1548/perl-Role-Identifiable.changes
2022-06-16 18:22:33.508280164 +0200
@@ -1,0 +2,11 @@
+Mon Jun 13 03:15:03 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.008
+ see /usr/share/doc/packages/perl-Role-Identifiable/Changes
+
+ 0.008 2022-06-12 15:25:28-04:00 America/New_York
+ - tweak some packaging information (author, etc)
+ - add Role::Identifiable just to make life simpler
+ ( https://github.com/rjbs/Role-Identifiable/issues/3 )
+
+-------------------------------------------------------------------
Old:
----
Role-Identifiable-0.007.tar.gz
New:
----
Role-Identifiable-0.008.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Role-Identifiable.spec ++++++
--- /var/tmp/diff_new_pack.WUCbhc/_old 2022-06-16 18:22:33.856280659 +0200
+++ /var/tmp/diff_new_pack.WUCbhc/_new 2022-06-16 18:22:33.860280664 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Role-Identifiable
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
# 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-Identifiable
Name: perl-Role-Identifiable
-Version: 0.007
+Version: 0.008
Release: 0
-%define cpan_name Role-Identifiable
-Summary: Thing with a List of Tags
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Role-Identifiable/
-Source0:
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 you can identify somehow
+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(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)
BuildRequires: perl(Moose::Util::TypeConstraints)
@@ -39,17 +38,22 @@
%{perl_requires}
%description
-a thing with a list of tags
+Role::Identifiable isn't really a module that does anything. It's here to
+make things simpler for indexing on CPAN and looking up docs.
+
+You probably want to use either Role::Identifiable::HasIdent, for
+identifying things by an identifier string, or Role::Identifiable::HasTags
+for identifying things by a list of tags.
%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 +61,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Role-Identifiable-0.007.tar.gz -> Role-Identifiable-0.008.tar.gz ++++++
++++ 2016 lines of diff (skipped)