Hello community,

here is the log from the commit of package perl-Catalyst-Manual for 
openSUSE:Factory checked in at 2019-05-06 13:27:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Catalyst-Manual (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Catalyst-Manual.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Catalyst-Manual"

Mon May  6 13:27:38 2019 rev:15 rq:700738 version:5.9010

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Catalyst-Manual/perl-Catalyst-Manual.changes    
    2015-02-10 20:22:40.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Catalyst-Manual.new.5148/perl-Catalyst-Manual.changes
      2019-05-06 13:27:41.961313142 +0200
@@ -1,0 +2,13 @@
+Sat Apr 27 05:04:09 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 5.9010
+   see /usr/share/doc/packages/perl-Catalyst-Manual/Changes
+
+  5.9010 - 2019-04-25
+      - updated stale urls
+      - numerous typo fixes
+      - many pod syntax fixes
+      - other pod syntax cleanup
+      - added references to the RT issues queue, mailing list, and irc channel
+
+-------------------------------------------------------------------

Old:
----
  Catalyst-Manual-5.9009.tar.gz

New:
----
  Catalyst-Manual-5.9010.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Catalyst-Manual.spec ++++++
--- /var/tmp/diff_new_pack.YZyPNu/_old  2019-05-06 13:27:43.453316390 +0200
+++ /var/tmp/diff_new_pack.YZyPNu/_new  2019-05-06 13:27:43.497316486 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Catalyst-Manual
 #
-# 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,24 +12,24 @@
 # 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-Catalyst-Manual
-Version:        5.9009
+Version:        5.9010
 Release:        0
 %define cpan_name Catalyst-Manual
 Summary:        The Catalyst developer's manual
-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/Catalyst-Manual/
-Source:         
http://www.cpan.org/authors/id/E/ET/ETHER/%{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
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 
 %description
@@ -37,14 +37,13 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %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
@@ -54,5 +53,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++++++ Catalyst-Manual-5.9009.tar.gz -> Catalyst-Manual-5.9010.tar.gz ++++++
++++ 7836 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