Hello community,

here is the log from the commit of package perl-Data-Visitor for 
openSUSE:Factory checked in at 2020-08-04 20:18:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Data-Visitor (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Data-Visitor.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Data-Visitor"

Tue Aug  4 20:18:46 2020 rev:11 rq:824119 version:0.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Data-Visitor/perl-Data-Visitor.changes      
2013-07-21 08:11:49.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Data-Visitor.new.3592/perl-Data-Visitor.changes
    2020-08-04 20:19:02.216947031 +0200
@@ -1,0 +2,12 @@
+Mon Aug  3 03:07:46 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.31
+   see /usr/share/doc/packages/perl-Data-Visitor/Changes
+
+  Revision history for Data-Visitor
+
+  0.31      2020-08-02 22:39:31Z
+      - updated distribution tooling (resolves RT#133059, a problem with the
+        compilation test when the installed perl has whitespace in its path)
+
+-------------------------------------------------------------------

Old:
----
  Data-Visitor-0.30.tar.gz

New:
----
  Data-Visitor-0.31.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Data-Visitor.spec ++++++
--- /var/tmp/diff_new_pack.disLfH/_old  2020-08-04 20:19:03.156947455 +0200
+++ /var/tmp/diff_new_pack.disLfH/_new  2020-08-04 20:19:03.164947459 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Visitor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +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-Data-Visitor
-Version:        0.30
+Version:        0.31
 Release:        0
 %define cpan_name Data-Visitor
 Summary:        Visitor style traversal of Perl data structures
-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/Data-Visitor/
-Source:         
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Class::Load) >= 0.06
 BuildRequires:  perl(Moose) >= 0.89
-BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Needs)
 BuildRequires:  perl(Tie::ToObject) >= 0.01
 BuildRequires:  perl(namespace::clean) >= 0.19
-#BuildRequires: perl(Data::Visitor)
-#BuildRequires: perl(Data::Visitor::Callback)
-#BuildRequires: perl(Sub::Name)
-Requires:       perl(Class::Load) >= 0.06
 Requires:       perl(Moose) >= 0.89
-Requires:       perl(Task::Weaken)
+Requires:       perl(Sub::Name)
 Requires:       perl(Tie::ToObject) >= 0.01
 Requires:       perl(namespace::clean) >= 0.19
 %{perl_requires}
@@ -57,18 +53,18 @@
 visiting tied structures, and all ref types (hashes, arrays, scalars, code,
 globs).
 
-the Data::Visitor manpage is meant to be subclassed, but also ships with a
-callback driven subclass, the Data::Visitor::Callback manpage.
+Data::Visitor is meant to be subclassed, but also ships with a callback
+driven subclass, Data::Visitor::Callback.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %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
@@ -77,6 +73,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENCE
 
 %changelog

++++++ Data-Visitor-0.30.tar.gz -> Data-Visitor-0.31.tar.gz ++++++
++++ 4734 lines of diff (skipped)

++++++ 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:
#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

Reply via email to