Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2014-08-01 14:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-format_spec_file"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
        2014-07-13 14:06:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2014-08-01 14:34:16.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 31 15:44:36 CEST 2014 - [email protected]
+
+- update prepare_spec from git to fix (bnc#889537)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ prepare_spec ++++++
--- /var/tmp/diff_new_pack.X5y2sk/_old  2014-08-01 14:34:17.000000000 +0200
+++ /var/tmp/diff_new_pack.X5y2sk/_new  2014-08-01 14:34:17.000000000 +0200
@@ -267,7 +267,7 @@
       next;
     }
 
-    if ( /^# vim:/ ) {
+    if ( /^# vim:/ && $current_section eq "header" ) {
       $vim_modeline = $_;
       next;
     }
@@ -320,7 +320,7 @@
       }
 
       my %aa;
-      if ($cur_tag =~ /%\(/) {
+      if ($cur_tag =~ /%\(/ || $cur_tag =~ /%\{/) {
         # do not touch lines with shell execution
        $aa{$cur_tag}=1;
       } else {
@@ -724,6 +724,6 @@
   }
 }
 
-print "\n" unless $line eq "XXXBLANKLINE";
+print "\n" unless $line eq "XXXBLANKLINE" || $line eq "";
 print "%changelog\n";
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to