Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Class-Data-Inheritable for
openSUSE:Factory checked in at 2021-08-04 22:28:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Data-Inheritable (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Data-Inheritable.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Data-Inheritable"
Wed Aug 4 22:28:41 2021 rev:24 rq:909808 version:0.09
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Data-Inheritable/perl-Class-Data-Inheritable.changes
2011-11-21 12:37:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Class-Data-Inheritable.new.1899/perl-Class-Data-Inheritable.changes
2021-08-04 22:29:19.861769332 +0200
@@ -1,0 +2,9 @@
+Sat Jul 31 03:06:48 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.09
+ see /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes
+
+ 0.09 Fri Jul 30 22:42:00 UTC 2021
+ - Update spelling errors to resolve #83824 and #86563
+
+-------------------------------------------------------------------
Old:
----
Class-Data-Inheritable-0.08.tar.gz
New:
----
Class-Data-Inheritable-0.09.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Data-Inheritable.spec ++++++
--- /var/tmp/diff_new_pack.meQ8lq/_old 2021-08-04 22:29:20.233768879 +0200
+++ /var/tmp/diff_new_pack.meQ8lq/_new 2021-08-04 22:29:20.237768874 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Data-Inheritable
#
-# Copyright (c) 2011 SUSE LINUX Products 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,33 +12,29 @@
# 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/
#
-# norootforbuild
-
-Name: perl-Class-Data-Inheritable
%define cpan_name Class-Data-Inheritable
+Name: perl-Class-Data-Inheritable
+Version: 0.09
+Release: 0
Summary: Inheritable, overridable class data
-Version: 0.08
-Release: 59
-License: GPL-1.0+ or Artistic-1.0
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Class-Data-Inheritable/
-#Source:
http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-0.08.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+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/RS/RSHERER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
+%{perl_requires}
%description
Class::Data::Inheritable is for creating accessor/mutators to class data.
That is, if you want to store something about your class as a whole
(instead of about a single object). This data is then inherited by your
-subclasses and can be overriden.
+subclasses and can be overridden.
For example:
@@ -70,54 +66,34 @@
Pere::Ubu->Suitcase('Blue');
However, should Raygun decide to set its own Suitcase() it has now
-"overridden" Pere::Ubu and is on its own, just like if it had overriden a
+"overridden" Pere::Ubu and is on its own, just like if it had overridden a
method:
# Raygun has an orange suitcase, Pere::Ubu's is still Blue.
Raygun->Suitcase('Orange');
-Now that Raygun has overridden Pere::Ubu futher changes by Pere::Ubu no
+Now that Raygun has overridden Pere::Ubu further changes by Pere::Ubu no
longer effect Raygun.
# Raygun still has an orange suitcase, but Pere::Ubu is using Samsonite.
Pere::Ubu->Suitcase('Samsonite');
-Authors:
---------
- Original code by Damian Conway.
- Maintained by Michael G Schwern until September 2005.
- Now maintained by Tony Bowden.
-
%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
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
%perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes doc README
%changelog
++++++ Class-Data-Inheritable-0.08.tar.gz -> Class-Data-Inheritable-0.09.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Data-Inheritable-0.08/Changes
new/Class-Data-Inheritable-0.09/Changes
--- old/Class-Data-Inheritable-0.08/Changes 2008-01-25 12:50:51.000000000
+0100
+++ new/Class-Data-Inheritable-0.09/Changes 2021-07-31 00:45:44.000000000
+0200
@@ -1,3 +1,5 @@
+0.09 Fri Jul 30 22:42:00 UTC 2021
+ - Update spelling errors to resolve #83824 and #86563
0.08 Sat Jan 26 00:34:11 NZDT 2008
- Fix 'perltooc' typo in Docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Data-Inheritable-0.08/MANIFEST
new/Class-Data-Inheritable-0.09/MANIFEST
--- old/Class-Data-Inheritable-0.08/MANIFEST 2005-09-24 14:36:39.000000000
+0200
+++ new/Class-Data-Inheritable-0.09/MANIFEST 2021-07-31 00:53:49.000000000
+0200
@@ -9,3 +9,4 @@
t/Inheritable.t
t/pod-coverage.t
t/pod.t
+META.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Data-Inheritable-0.08/META.json
new/Class-Data-Inheritable-0.09/META.json
--- old/Class-Data-Inheritable-0.08/META.json 1970-01-01 01:00:00.000000000
+0100
+++ new/Class-Data-Inheritable-0.09/META.json 2021-07-31 00:53:49.000000000
+0200
@@ -0,0 +1,40 @@
+{
+ "abstract" : "Inheritable, overridable class data",
+ "author" : [
+ "unknown"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter
version 2.150010",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : 2
+ },
+ "name" : "Class-Data-Inheritable",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "requires" : {}
+ }
+ },
+ "release_status" : "stable",
+ "version" : "0.09",
+ "x_serialization_backend" : "JSON::PP version 4.06"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Data-Inheritable-0.08/META.yml
new/Class-Data-Inheritable-0.09/META.yml
--- old/Class-Data-Inheritable-0.08/META.yml 2008-01-25 12:51:07.000000000
+0100
+++ new/Class-Data-Inheritable-0.09/META.yml 2021-07-31 00:53:49.000000000
+0200
@@ -1,12 +1,22 @@
---- #YAML:1.0
-name: Class-Data-Inheritable
-version: 0.08
-abstract: Inheritable, overridable class data
-license: perl
-author: ~
-generated_by: ExtUtils::MakeMaker version 6.42
-distribution_type: module
-requires:
+---
+abstract: 'Inheritable, overridable class data'
+author:
+ - unknown
+build_requires:
+ ExtUtils::MakeMaker: '0'
+configure_requires:
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version
2.150010'
+license: perl
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Class-Data-Inheritable
+no_index:
+ directory:
+ - t
+ - inc
+requires: {}
+version: '0.09'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Class-Data-Inheritable-0.08/README
new/Class-Data-Inheritable-0.09/README
--- old/Class-Data-Inheritable-0.08/README 2008-01-25 12:37:01.000000000
+0100
+++ new/Class-Data-Inheritable-0.09/README 2021-07-31 00:44:02.000000000
+0200
@@ -18,7 +18,7 @@
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited by
- your subclasses and can be overriden.
+ your subclasses and can be overridden.
For example:
@@ -50,13 +50,13 @@
Pere::Ubu->Suitcase('Blue');
However, should Raygun decide to set its own Suitcase() it has now
- "overridden" Pere::Ubu and is on its own, just like if it had overriden
+ "overridden" Pere::Ubu and is on its own, just like if it had overridden
a method:
# Raygun has an orange suitcase, Pere::Ubu's is still Blue.
Raygun->Suitcase('Orange');
- Now that Raygun has overridden Pere::Ubu futher changes by Pere::Ubu no
+ Now that Raygun has overridden Pere::Ubu further changes by Pere::Ubu no
longer effect Raygun.
# Raygun still has an orange suitcase, but Pere::Ubu is using Samsonite.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Class-Data-Inheritable-0.08/lib/Class/Data/Inheritable.pm
new/Class-Data-Inheritable-0.09/lib/Class/Data/Inheritable.pm
--- old/Class-Data-Inheritable-0.08/lib/Class/Data/Inheritable.pm
2008-01-25 12:51:00.000000000 +0100
+++ new/Class-Data-Inheritable-0.09/lib/Class/Data/Inheritable.pm
2021-07-31 00:51:32.000000000 +0200
@@ -2,7 +2,7 @@
use strict qw(vars subs);
use vars qw($VERSION);
-$VERSION = '0.08';
+$VERSION = '0.09';
sub mk_classdata {
my ($declaredclass, $attribute, $data) = @_;
@@ -54,7 +54,7 @@
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
-by your subclasses and can be overriden.
+by your subclasses and can be overridden.
For example:
@@ -87,12 +87,12 @@
However, should Raygun decide to set its own Suitcase() it has now
"overridden" Pere::Ubu and is on its own, just like if it had
-overriden a method:
+overridden a method:
# Raygun has an orange suitcase, Pere::Ubu's is still Blue.
Raygun->Suitcase('Orange');
-Now that Raygun has overridden Pere::Ubu futher changes by Pere::Ubu
+Now that Raygun has overridden Pere::Ubu further changes by Pere::Ubu
no longer effect Raygun.
# Raygun still has an orange suitcase, but Pere::Ubu is using Samsonite.
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section