Hello community,

here is the log from the commit of package perl-Pod-Readme for openSUSE:Factory 
checked in at 2015-04-27 07:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Readme (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Readme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Readme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Pod-Readme/perl-Pod-Readme.changes  
2014-03-15 07:47:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Readme.new/perl-Pod-Readme.changes     
2015-04-27 07:46:47.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 05:36:17 UTC 2015 - [email protected]
+
+- updated to 1.1.2
+   see /usr/share/doc/packages/perl-Pod-Readme/Changes
+
+-------------------------------------------------------------------

Old:
----
  Pod-Readme-0.11.tar.gz

New:
----
  Pod-Readme-v1.1.2.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Pod-Readme.spec ++++++
--- /var/tmp/diff_new_pack.Vz2cFj/_old  2015-04-27 07:46:47.000000000 +0200
+++ /var/tmp/diff_new_pack.Vz2cFj/_new  2015-04-27 07:46:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Readme
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,68 +17,73 @@
 
 
 Name:           perl-Pod-Readme
-Version:        0.11
+Version:        1.1.2
 Release:        0
 %define cpan_name Pod-Readme
-Summary:        Convert POD to README file
-License:        GPL-1.0+ or Artistic-1.0
+Summary:        Intelligently generate a README file from POD
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Pod-Readme/
-#Source:         
http://www.cpan.org/authors/id/B/BI/BIGPRESH/Pod-Readme-0.11.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/R/RR/RRWO/%{cpan_name}-v%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(IO::File)
-%if 0%{?suse_version} >= 1110
-BuildRequires:  perl(Pod::Text) >= 3.0
-%else
-BuildRequires:  perl(Pod::Text)
-%endif
-BuildRequires:  perl(Regexp::Common)
-BuildRequires:  perl(Test::More)
-Requires:       perl(Carp)
-Requires:       perl(File::Copy)
-Requires:       perl(IO::File)
-%if 0%{?suse_version} >= 1110
-Requires:       perl(Pod::Text) >= 3.0
-%else
-Requires:       perl(Pod::Text)
-%endif
-Requires:       perl(Regexp::Common)
-Requires:       perl(Test::More)
+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(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(Moo::Role)
+BuildRequires:  perl(MooX::HandlesVia)
+BuildRequires:  perl(Path::Tiny) >= 0.018
+BuildRequires:  perl(Pod::Simple)
+BuildRequires:  perl(Role::Tiny)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Type::Tiny)
+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(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::Role)
+Requires:       perl(MooX::HandlesVia)
+Requires:       perl(Path::Tiny) >= 0.018
+Requires:       perl(Pod::Simple)
+Requires:       perl(Role::Tiny)
+Requires:       perl(Try::Tiny)
+Requires:       perl(Type::Tiny)
+Requires:       perl(Types::Standard)
+Requires:       perl(namespace::autoclean)
+Requires:       perl(version) >= 0.77
+Recommends:     perl(Pod::Markdown)
+Recommends:     perl(Pod::Simple::LaTeX)
+Recommends:     perl(Type::Tiny::XS)
 %{perl_requires}
 
 %description
-This module is a subclass of L<Pod::PlainText> which provides additional
-POD markup for generating F<README> files.
-
-Why should one bother with this? One can simply use
-
-  pod2text Module.pm > README
-
-A problem with doing that is that the default L<pod2text> converter will
-add text to links, so that "LZ<><Module>" is translated to "the Module
-manpage".
-
-Another problem is that the F<README> includes the entirety of the module
-documentation! Most people browsing the F<README> file do not need all of
-this information.
-
-Likewise, including installation and requirement information in the module
-documentation is not necessary either, since the module is already
-installed.
-
-This module allows authors to mark portions of the POD to be included only
-in, or to be excluded from the F<README> file. It also allows you to
-include portions of another file (such as a separate F<ChangeLog>).
+This module filters POD to generate a _README_ file, by using POD commands
+to specify which parts are included or excluded from the _README_ file.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-perl -p -i -e 's|\r\n|\n|' bin/pod2readme
+%setup -q -n %{cpan_name}-v%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -92,12 +97,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
-%attr(0755,root,root) %{_bindir}/pod2readme
+%defattr(-,root,root,755)
+%doc Changes
 
 %changelog

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to