Hello community,

here is the log from the commit of package perl for openSUSE:Factory checked in 
at 2019-12-16 17:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl"

Mon Dec 16 17:26:15 2019 rev:115 rq:756750 version:5.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl/perl.changes        2019-12-07 
15:14:57.787799454 +0100
+++ /work/SRC/openSUSE:Factory/.perl.new.4691/perl.changes      2019-12-16 
17:26:18.323961678 +0100
@@ -1,0 +2,5 @@
+Mon Dec  9 13:50:36 UTC 2019 - Jan Baier <jba...@suse.com>
+
+- Fix incorrect prefix removal in rpm macro %perl_gen_filelist (boo#1152247)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ macros.perl ++++++
--- /var/tmp/diff_new_pack.R2k8yk/_old  2019-12-16 17:26:19.219961318 +0100
+++ /var/tmp/diff_new_pack.R2k8yk/_new  2019-12-16 17:26:19.219961318 +0100
@@ -83,7 +83,7 @@
   if [ "$dir" = "${base_dir}" ]; then\
     continue\
   else\
-    el=`echo $dir | %{__awk} -F"${base_dir}" '{print $2}'`\
+    el=${dir#$base_dir}\
     all_dir=(${all_dir[@]} $el)\
   fi\
 done\


Reply via email to