Hello community,

here is the log from the commit of package perl-TheSchwartz for 
openSUSE:Factory checked in at 2019-08-09 16:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-TheSchwartz (Old)
 and      /work/SRC/openSUSE:Factory/.perl-TheSchwartz.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-TheSchwartz"

Fri Aug  9 16:54:46 2019 rev:2 rq:721967 version:1.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-TheSchwartz/perl-TheSchwartz.changes        
2017-10-09 19:46:54.659038886 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-TheSchwartz.new.9556/perl-TheSchwartz.changes  
    2019-08-09 16:54:50.501447738 +0200
@@ -1,0 +2,6 @@
+Thu Aug  8 05:30:56 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 1.13
+   see /usr/share/doc/packages/perl-TheSchwartz/Changes
+
+-------------------------------------------------------------------

Old:
----
  TheSchwartz-1.12.tar.gz

New:
----
  TheSchwartz-1.13.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-TheSchwartz.spec ++++++
--- /var/tmp/diff_new_pack.Da1YEc/_old  2019-08-09 16:54:51.905447402 +0200
+++ /var/tmp/diff_new_pack.Da1YEc/_new  2019-08-09 16:54:51.905447402 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-TheSchwartz
 #
-# Copyright (c) 2015 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,25 +12,26 @@
 # 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-TheSchwartz
-Version:        1.12
+Version:        1.13
 Release:        0
 %define cpan_name TheSchwartz
-Summary:        reliable job queue
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Reliable job queue
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/TheSchwartz/
-Source:         
http://www.cpan.org/authors/id/J/JF/JFEARN/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/A/AK/AKIYM/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Data::ObjectDriver) >= 0.04
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 Requires:       perl(Data::ObjectDriver) >= 0.04
 %{perl_requires}
 
@@ -60,21 +61,22 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES doc extras README.md server
+%doc Changes doc minil.toml README.md
+%license LICENSE
 
 %changelog

++++++ TheSchwartz-1.12.tar.gz -> TheSchwartz-1.13.tar.gz ++++++
++++ 2162 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