Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2018-04-27 15:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/product-builder (Old)
 and      /work/SRC/openSUSE:Factory/.product-builder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "product-builder"

Fri Apr 27 15:59:18 2018 rev:20 rq:600695 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2018-04-06 17:46:37.773814740 +0200
+++ /work/SRC/openSUSE:Factory/.product-builder.new/product-builder.changes     
2018-04-27 15:59:23.772142375 +0200
@@ -1,0 +2,7 @@
+Tue Apr 24 16:22:46 UTC 2018 - adr...@suse.de
+
+- 1.0.9
+  * have a different medium name in media.?/media for debug and
+    source medium
+
+-------------------------------------------------------------------

Old:
----
  product-builder-1.0.8.obscpio

New:
----
  product-builder-1.0.9.obscpio

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

Other differences:
------------------
++++++ product-builder.spec ++++++
--- /var/tmp/diff_new_pack.O99iIO/_old  2018-04-27 15:59:24.480116389 +0200
+++ /var/tmp/diff_new_pack.O99iIO/_new  2018-04-27 15:59:24.484116242 +0200
@@ -23,7 +23,7 @@
 Name:           product-builder
 Conflicts:      kiwi
 Conflicts:      kiwi-instsource
-Version:        1.0.8
+Version:        1.0.9
 Release:        0
 Provides:       kiwi-schema = 6.2
 Source:         product-builder-%version.tar.xz

++++++ _service ++++++
--- /var/tmp/diff_new_pack.O99iIO/_old  2018-04-27 15:59:24.520114920 +0200
+++ /var/tmp/diff_new_pack.O99iIO/_new  2018-04-27 15:59:24.520114920 +0200
@@ -1,8 +1,8 @@
 <services>
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/openSUSE/product-builder.git</param>
-    <param name="revision">1.0.8</param>
-    <param name="version">1.0.8</param>
+    <param name="revision">1.0.9</param>
+    <param name="version">1.0.9</param>
     <param name="scm">git</param>
     <param name="extract">rpm/product-builder.spec</param>
   </service>

++++++ product-builder-1.0.8.obscpio -> product-builder-1.0.9.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.0.8/modules/KIWICollect.pm 
new/product-builder-1.0.9/modules/KIWICollect.pm
--- old/product-builder-1.0.8/modules/KIWICollect.pm    2018-03-26 
12:49:17.000000000 +0200
+++ new/product-builder-1.0.9/modules/KIWICollect.pm    2018-04-24 
18:21:20.000000000 +0200
@@ -1270,8 +1270,11 @@
                 $this->logMsg('E', "Cannot create file <$mediafile>");
                 return;
             }
+            my $medium_suffix = "";
+            $medium_suffix = "-DEBUG"  if $n gt 1 && $this->{m_debugmedium} == 
$n;
+            $medium_suffix = "-SOURCE" if $n gt 1 && $this->{m_srcmedium}   == 
$n;
             print $MEDIA "$manufacturer - ";
-            print $MEDIA "$medium_name\n";
+            print $MEDIA "$medium_name$medium_suffix\n";
             print $MEDIA $this->{m_proddata}->getVar("BUILD_ID", "0")."\n";
             if($num == 1) {
                 # some specialities for medium number 1: contains a line with

++++++ product-builder.obsinfo ++++++
--- /var/tmp/diff_new_pack.O99iIO/_old  2018-04-27 15:59:24.696108461 +0200
+++ /var/tmp/diff_new_pack.O99iIO/_new  2018-04-27 15:59:24.700108314 +0200
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.0.8
-mtime: 1522061357
-commit: 22ae244ce8b24fb167335cb78fa87fbb60c3358b
+version: 1.0.9
+mtime: 1524586880
+commit: ac313bf62d317dba12acbd1f8446242924dca473
 


Reply via email to