Hello community,
here is the log from the commit of package perl-Class-Accessor-Grouped for
openSUSE:Factory checked in at 2019-08-22 10:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Accessor-Grouped (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Accessor-Grouped.new.22127
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Accessor-Grouped"
Thu Aug 22 10:52:46 2019 rev:15 rq:724851 version:0.10014
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Grouped/perl-Class-Accessor-Grouped.changes
2017-10-03 23:18:30.592075957 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Grouped.new.22127/perl-Class-Accessor-Grouped.changes
2019-08-22 10:52:46.565696635 +0200
@@ -1,0 +2,20 @@
+Tue Aug 20 13:58:08 CEST 2019 - Tina Mueller <[email protected]>
+
+- Remove perl526.patch
+ Not needed anymore because Makefile.PL was fixed upstream
+
+-------------------------------------------------------------------
+Wed Apr 3 06:47:20 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.10014
+ see /usr/share/doc/packages/perl-Class-Accessor-Grouped/Changes
+
+ 0.10014 2018-07-01 19:25 (UTC)
+ - releasing 0.10013_01 as stable
+
+ 0.10013_01 2018-05-28 13:37 (UTC)
+ - convert packaging from Module::Install to plain ExtUtils::MakeMaker
+ - fix running Makefile.PL when @INC does not contain '.' (perl 5.26).
+ - don't run author tests at all for user installs
+
+-------------------------------------------------------------------
Old:
----
Class-Accessor-Grouped-0.10012.tar.gz
perl526.patch
New:
----
Class-Accessor-Grouped-0.10014.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Accessor-Grouped.spec ++++++
--- /var/tmp/diff_new_pack.IrlZyt/_old 2019-08-22 10:52:47.069696568 +0200
+++ /var/tmp/diff_new_pack.IrlZyt/_new 2019-08-22 10:52:47.085696565 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Accessor-Grouped
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,32 @@
# 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/
#
Name: perl-Class-Accessor-Grouped
-Version: 0.10012
+Version: 0.10014
Release: 0
%define cpan_name Class-Accessor-Grouped
Summary: Lets you build groups of accessors
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Class-Accessor-Grouped/
-Source0:
https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
-Patch0: perl526.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
+BuildRequires: perl(Class::XSAccessor) >= 1.19
BuildRequires: perl(Module::Runtime) >= 0.012
+BuildRequires: perl(Sub::Name) >= 0.05
BuildRequires: perl(Test::Exception) >= 0.310000
BuildRequires: perl(Test::More) >= 0.88
+Requires: perl(Class::XSAccessor) >= 1.19
Requires: perl(Module::Runtime) >= 0.012
+Requires: perl(Sub::Name) >= 0.05
Recommends: perl(Class::XSAccessor) >= 1.19
Recommends: perl(Sub::Name) >= 0.05
%{perl_requires}
@@ -43,20 +45,19 @@
%description
This class lets you build groups of accessors that will call different
getters and setters. The documentation of this module still requires a lot
-of work (*volunteers welcome >.>*), but in the meantime you can refer to
+of work (*volunteers welcome >.>*), but in the meantime you can refer to at
http://lo-f.at/glahn/2009/08/WritingPowerfulAccessorsForPerlClasses.html
for more information.
%prep
%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ Class-Accessor-Grouped-0.10012.tar.gz ->
Class-Accessor-Grouped-0.10014.tar.gz ++++++
++++ 4368 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.IrlZyt/_old 2019-08-22 10:52:47.277696540 +0200
+++ /var/tmp/diff_new_pack.IrlZyt/_new 2019-08-22 10:52:47.277696540 +0200
@@ -7,8 +7,6 @@
#sources:
# - source1
# - source2
-patches:
- perl526.patch: -p1
# foo.patch: -p1
# bar.patch:
#preamble: |-