Hello community,

here is the log from the commit of package perl-Pod-Readme for openSUSE:Factory 
checked in at 2019-07-05 13:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Readme (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Readme.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Readme"

Fri Jul  5 13:48:45 2019 rev:12 rq:691007 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Pod-Readme/perl-Pod-Readme.changes  
2017-10-03 23:18:56.556421915 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Pod-Readme.new.4615/perl-Pod-Readme.changes    
    2019-07-05 13:48:46.369458367 +0200
@@ -1,0 +2,54 @@
+Wed Apr  3 07:25:15 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 1.2.3
+   see /usr/share/doc/packages/perl-Pod-Readme/Changes
+
+  v1.2.3    2018-10-31 22:56:42+00:00 Europe/London
+    [Bug Fixes]
+    - Increased minimum version of Type::Tiny to 1.000000.
+  
+  v1.2.2    2018-10-31 22:41:45+00:00 Europe/London
+    [Documentation]
+    - Updated POD with regard to format types (Mohammad S Anwar).
+  
+    - Fixed typos in Changes.
+  
+    [Bug Fixes]
+    - Added explicit requirements for Pod::Simple as well as recommended
+      modules.
+  
+    [Toolchain]
+    - Remove explicit core dependencies from prereqs list.
+  
+    - Updated list of contributors in distribution metadata. (Apologies
+      if anyone was omitted.)
+  
+  v1.2.1    2018-10-30 18:23:48+00:00 Europe/London
+    [Documentation]
+    - Added note about Github Flavoured Markdown (GFM) support
+      to Changes for v1.2.0.
+  
+    [Other]
+    - Restore license to "Perl_5" that was inadvertently changed
+      in the conversion to use Dist::Zilla, GH#25.
+  
+  v1.2.0    2018-10-29 19:24:01+00:00 Europe/London
+    [Bug Fixes]
+    - Specify minimum version of List::Util, GH#22.
+  
+    [Enhancements]
+    - Added "md" as an alias for "markdown" in pod2readme.
+  
+    - Added "github" or "gfm" for Github Flavored Markdown in
+      pod2readme, GH#15.
+  
+    [Incompatabilities]
+    - Removed DistZilla type from Pod::Readme::Types, as it was not
+      necessary.
+  
+    [Toolchain]
+    - Remove use of Module::Install, fixes GH#21.
+  
+    - Use Dist::Zilla to build the distribution.
+
+-------------------------------------------------------------------

Old:
----
  Pod-Readme-v1.1.2.tar.gz

New:
----
  Pod-Readme-v1.2.3.tar.gz

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

Other differences:
------------------
++++++ perl-Pod-Readme.spec ++++++
--- /var/tmp/diff_new_pack.DWGL0h/_old  2019-07-05 13:48:46.981459310 +0200
+++ /var/tmp/diff_new_pack.DWGL0h/_new  2019-07-05 13:48:46.985459316 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Readme
 #
-# 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,18 +12,18 @@
 # 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-Pod-Readme
-Version:        1.1.2
+Version:        1.2.3
 Release:        0
 %define cpan_name Pod-Readme
 Summary:        Intelligently generate a README file from POD
-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/Pod-Readme/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RR/RRWO/%{cpan_name}-v%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -32,49 +32,51 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Changes) >= 0.30
 BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(Class::Method::Modifiers) >= 2.00
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.56
+BuildRequires:  perl(Class::Method::Modifiers)
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(Getopt::Long::Descriptive)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Module::CoreList)
-BuildRequires:  perl(Module::Load)
-BuildRequires:  perl(Moo) >= 1.004005
+BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Moo)
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(MooX::HandlesVia)
-BuildRequires:  perl(Path::Tiny) >= 0.018
+BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::Simple)
+BuildRequires:  perl(Pod::Simple::Text)
 BuildRequires:  perl(Role::Tiny)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Kit)
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(Type::Tiny)
+BuildRequires:  perl(Type::Tiny) >= 1.000000
 BuildRequires:  perl(Types::Standard)
 BuildRequires:  perl(namespace::autoclean)
-BuildRequires:  perl(version) >= 0.77
 Requires:       perl(CPAN::Changes) >= 0.30
 Requires:       perl(CPAN::Meta)
-Requires:       perl(Class::Method::Modifiers) >= 2.00
-Requires:       perl(ExtUtils::MakeMaker) >= 6.56
+Requires:       perl(Class::Method::Modifiers)
 Requires:       perl(File::Slurp)
 Requires:       perl(Getopt::Long::Descriptive)
 Requires:       perl(List::Util) >= 1.33
 Requires:       perl(Module::CoreList)
-Requires:       perl(Module::Load)
-Requires:       perl(Moo) >= 1.004005
+Requires:       perl(Moo)
 Requires:       perl(Moo::Role)
 Requires:       perl(MooX::HandlesVia)
-Requires:       perl(Path::Tiny) >= 0.018
+Requires:       perl(Path::Tiny)
 Requires:       perl(Pod::Simple)
 Requires:       perl(Role::Tiny)
 Requires:       perl(Try::Tiny)
-Requires:       perl(Type::Tiny)
+Requires:       perl(Type::Tiny) >= 1.000000
 Requires:       perl(Types::Standard)
 Requires:       perl(namespace::autoclean)
-Requires:       perl(version) >= 0.77
 Recommends:     perl(Pod::Markdown)
+Recommends:     perl(Pod::Markdown::Github)
+Recommends:     perl(Pod::Simple::HTML)
 Recommends:     perl(Pod::Simple::LaTeX)
+Recommends:     perl(Pod::Simple::RTF)
+Recommends:     perl(Pod::Simple::Text)
+Recommends:     perl(Pod::Simple::XHTML)
 Recommends:     perl(Type::Tiny::XS)
 %{perl_requires}
 
@@ -89,11 +91,11 @@
 # MANUAL END
 
 %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
@@ -103,5 +105,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes
+%license LICENSE
 
 %changelog

++++++ Pod-Readme-v1.1.2.tar.gz -> Pod-Readme-v1.2.3.tar.gz ++++++
++++ 5749 lines of diff (skipped)


Reply via email to