Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2020-03-04 09:44:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Mar  4 09:44:41 2020 rev:284 rq:781192 version:20200303.fbc0a9e0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2020-03-03 10:20:03.307123931 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.26092/openSUSE-release-tools.changes
 2020-03-04 09:44:55.066090059 +0100
@@ -1,0 +2,6 @@
+Tue Mar 03 11:56:09 UTC 2020 - [email protected]
+
+- Update to version 20200303.fbc0a9e0:
+  * Allow overriding the prefix for setrelease
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20200302.0c376420.obscpio

New:
----
  openSUSE-release-tools-20200303.fbc0a9e0.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.kgoRxo/_old  2020-03-04 09:44:58.806092301 +0100
+++ /var/tmp/diff_new_pack.kgoRxo/_new  2020-03-04 09:44:58.814092306 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20200302.0c376420
+Version:        20200303.fbc0a9e0
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0-or-later AND MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.kgoRxo/_old  2020-03-04 09:44:58.842092322 +0100
+++ /var/tmp/diff_new_pack.kgoRxo/_new  2020-03-04 09:44:58.842092322 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">28d3767e81c7ce3e107ab60f81a7cc6ee0e43185</param>
+    <param 
name="changesrevision">bab96c2f3037540bcc0fff891bc37dce9122068d</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20200302.0c376420.obscpio -> 
openSUSE-release-tools-20200303.fbc0a9e0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200302.0c376420/ttm/releaser.py 
new/openSUSE-release-tools-20200303.fbc0a9e0/ttm/releaser.py
--- old/openSUSE-release-tools-20200302.0c376420/ttm/releaser.py        
2020-03-02 09:56:32.000000000 +0100
+++ new/openSUSE-release-tools-20200303.fbc0a9e0/ttm/releaser.py        
2020-03-03 12:53:55.000000000 +0100
@@ -214,7 +214,7 @@
         if not self.project.set_snapshot_number:
             snapshot = None
         if snapshot:
-            release = 'Snapshot%s' % snapshot
+            release = self.project.snapshot_number_prefix + snapshot
             self.logger.info('Updating snapshot %s' % snapshot)
         else:
             release = None
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200302.0c376420/ttm/totest.py 
new/openSUSE-release-tools-20200303.fbc0a9e0/ttm/totest.py
--- old/openSUSE-release-tools-20200302.0c376420/ttm/totest.py  2020-03-02 
09:56:32.000000000 +0100
+++ new/openSUSE-release-tools-20200303.fbc0a9e0/ttm/totest.py  2020-03-03 
12:53:55.000000000 +0100
@@ -27,6 +27,7 @@
         self.do_not_release = False
         self.need_same_build_number = False
         self.set_snapshot_number = False
+        self.snapshot_number_prefix = "Snapshot"
         self.take_source_from_product = False
         self.arch = 'x86_64'
         self.openqa_server = None

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.kgoRxo/_old  2020-03-04 09:44:59.366092637 +0100
+++ /var/tmp/diff_new_pack.kgoRxo/_new  2020-03-04 09:44:59.366092637 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20200302.0c376420
-mtime: 1583139392
-commit: 0c3764202c8c6cfb2ade7d85bb3dc5dfde6ed4f0
+version: 20200303.fbc0a9e0
+mtime: 1583236435
+commit: fbc0a9e068434024e39779002c2ecbca9f97bb3a
 


Reply via email to