Hello community,

here is the log from the commit of package perl-Pod-Usage for openSUSE:Factory 
checked in at 2015-04-21 10:51:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Usage (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Usage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Usage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Pod-Usage/perl-Pod-Usage.changes    
2014-09-30 19:42:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Usage.new/perl-Pod-Usage.changes       
2015-04-21 10:51:30.000000000 +0200
@@ -1,0 +2,28 @@
+Wed Apr 15 14:47:49 UTC 2015 - [email protected]
+
+- updated to 1.67
+   see /usr/share/doc/packages/perl-Pod-Usage/CHANGES
+
+  1.67 (marekr)
+  - added options -perlcmd and -perldoc to allow for non-standard installations
+    of perl and the perldoc script. Thanks to Markus Jansen for the patch
+  
+  1.66 (marekr)
+  - CPAN#102116: pod2usage() -sections omits section with subsection specified
+      added more precise documentation about the -section syntax and semantics
+  - CPAN#102117: pod2usage() changes formatting
+      added documentation to describe what formatting changes pod2usage applies
+  - CPAN#102101: New tests fail when in core
+      changed the way the tests find their dependencies. Thanks to BINGOS for
+      the patch, applied in slightly modified way
+  
+  1.65 (marekr)
+  - CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with 
Negation
+      fixed a specific corner case for section selection
+  - CPAN#101538: Pod::Usage doesn't handle E<copy> correctly
+      introduced a utf8 option; this may actually not solve the problem, but
+      it is the best we can do for the moment
+  - CPAN#101581: pod2usage() -sections omits marked-up text from =head lines
+      make sure that marked-up text is not skipped
+
+-------------------------------------------------------------------

Old:
----
  Pod-Usage-1.64.tar.gz

New:
----
  Pod-Usage-1.67.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Pod-Usage.spec ++++++
--- /var/tmp/diff_new_pack.SYm3pk/_old  2015-04-21 10:51:31.000000000 +0200
+++ /var/tmp/diff_new_pack.SYm3pk/_new  2015-04-21 10:51:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Usage
 #
-# 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,18 +17,19 @@
 
 
 Name:           perl-Pod-Usage
-Version:        1.64
+Version:        1.67
 Release:        0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define         cpan_name Pod-Usage
-Summary:        Print a usage message from embedded pod documentation
-License:        Artistic-1.0
+Summary:        Print a Usage Message From Embedded Pod Documentation
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Pod-Usage/
-Source:         
http://www.cpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-doc
 BuildRequires:  perl-macros
 BuildRequires:  perl(Pod::Text) >= 3.15
 Requires:       perl(Pod::Text) >= 3.15
@@ -43,17 +44,9 @@
 description (if present) of the command line options and arguments. If the
 verbose level is 2, then the entire manual page is printed.
 
-As with all things in Perl, _there's more than one way to do it_, and
-*pod2usage()* adheres to this philosophy. If you are interested in seeing a
-number of different ways to invoke *pod2usage* (although by no means
-exhaustive), please refer to the "EXAMPLES" manpage.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-for i in CHANGES README scripts/pod2usage.PL ; do
-       sed -i "s|
||g" $i
-done
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -64,6 +57,8 @@
 
 %install
 %perl_make_install
+%perl_process_packlist
+# MANUAL BEGIN
 VERSION=$(echo %{version} | sed -e "s|\.|_|g")
 pushd %buildroot%_bindir >/dev/null
 for file in *; do
@@ -80,11 +75,11 @@
     mv -v $file ${file/.3pm/}-${VERSION}.3pm
 done
 popd >/dev/null
-%perl_process_packlist
+# MANUAL END
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES README scripts
+%doc CHANGES README
 
 %changelog

++++++ Pod-Usage-1.64.tar.gz -> Pod-Usage-1.67.tar.gz ++++++
++++ 2734 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
description_paragraphs: 1
#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: |-
 VERSION=$(echo %{version} | sed -e "s|\.|_|g")
 pushd %buildroot%_bindir >/dev/null
 for file in *; do
     mv -v $file $file-${VERSION}
 done
 popd >/dev/null
 pushd %buildroot%_mandir/man1
 for file in *.1; do
     mv -v $file ${file/.1/}-${VERSION}.1
 done
 popd >/dev/null
 pushd %buildroot%_mandir/man3
 for file in *.3pm; do
     mv -v $file ${file/.3pm/}-${VERSION}.3pm
 done
 popd >/dev/null
license: GPL-1.0+ or Artistic-1.0
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to