Hello community,

here is the log from the commit of package perl for openSUSE:Factory checked in 
at 2016-01-12 16:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl/perl.changes        2015-12-13 
09:34:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl.new/perl.changes   2016-01-12 
16:10:46.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan  7 16:12:11 UTC 2016 - bwiedem...@suse.com
+
+- fix perl_gen_filelist macro to not fail on foo.1 man page
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl.spec ++++++
--- /var/tmp/diff_new_pack.fLYEQS/_old  2016-01-12 16:10:48.000000000 +0100
+++ /var/tmp/diff_new_pack.fLYEQS/_new  2016-01-12 16:10:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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

++++++ macros.perl ++++++
--- /var/tmp/diff_new_pack.fLYEQS/_old  2016-01-12 16:10:48.000000000 +0100
+++ /var/tmp/diff_new_pack.fLYEQS/_new  2016-01-12 16:10:48.000000000 +0100
@@ -113,7 +113,7 @@
 # add man pages\
 # if exist :)\
 if [ -d "${RPM_BUILD_ROOT}%{_mandir}" ]; then\
-for file in `cd "${RPM_BUILD_ROOT}%{_mandir}" && find . -type f`; do \
+for file in `cd "${RPM_BUILD_ROOT}%{_mandir}" && find . -type f -name 
"*3pm*"`; do \
    if test -e "%{_mandir}/$file" -o -e "%{_mandir}/$file.gz"; then \
      mv ${RPM_BUILD_ROOT}%{_mandir}/$file 
${RPM_BUILD_ROOT}%{_mandir}/${file/3pm/3pmc} \
    fi \


Reply via email to