Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-12-04 12:16:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Mon Dec  4 12:16:57 2017 rev:26 rq:548016 version:20171204.86cd536

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2017-12-02 13:12:25.450540328 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2017-12-04 12:17:14.698697645 +0100
@@ -1,0 +2,6 @@
+Mon Dec 04 09:04:01 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171204.86cd536:
+  * compare_pkglist: fallback to old route if submitfrom and submitto has not 
defined
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20171201.913531e.obscpio

New:
----
  openSUSE-release-tools-20171204.86cd536.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.7997A3/_old  2017-12-04 12:17:15.346674120 +0100
+++ /var/tmp/diff_new_pack.7997A3/_new  2017-12-04 12:17:15.350673974 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20171201.913531e
+Version:        20171204.86cd536
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0+ and MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.7997A3/_old  2017-12-04 12:17:15.394672377 +0100
+++ /var/tmp/diff_new_pack.7997A3/_new  2017-12-04 12:17:15.394672377 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/osc-plugin-factory.git</param>
-    <param 
name="changesrevision">913531e12bef3c42c0732b1ff12d388a3e711cb3</param>
+    <param 
name="changesrevision">9f5a0aa079bc02ccc257624a152062a9973178a9</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20171201.913531e.obscpio -> 
openSUSE-release-tools-20171204.86cd536.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171201.913531e/compare_pkglist.py 
new/openSUSE-release-tools-20171204.86cd536/compare_pkglist.py
--- old/openSUSE-release-tools-20171201.913531e/compare_pkglist.py      
2017-12-01 15:52:24.000000000 +0100
+++ new/openSUSE-release-tools-20171204.86cd536/compare_pkglist.py      
2017-12-04 09:56:47.000000000 +0100
@@ -133,12 +133,13 @@
             if (self.submitfrom and not self.submitto) or (self.submitto and 
not self.submitfrom):
                 print("** Please give both --submitfrom and --submitto 
parameter **")
                 return
-            if not self.item_exists(self.submitfrom):
-                print("Project %s is not exist"%self.submitfrom)
-                return
-            if not self.item_exists(self.submito):
-                print("Project %s is not exist"%self.submitto)
-                return
+            if self.submitfrom and self.submitto:
+                if not self.item_exists(self.submitfrom):
+                    print("Project %s is not exist"%self.submitfrom)
+                    return
+                if not self.item_exists(self.submito):
+                    print("Project %s is not exist"%self.submitto)
+                    return
 
         # get souce packages from target
         print 'Gathering the package list from %s' % self.old_prj

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.7997A3/_old  2017-12-04 12:17:16.162644493 +0100
+++ /var/tmp/diff_new_pack.7997A3/_new  2017-12-04 12:17:16.162644493 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20171201.913531e
-mtime: 1512139944
-commit: 913531e12bef3c42c0732b1ff12d388a3e711cb3
+version: 20171204.86cd536
+mtime: 1512377807
+commit: 86cd536c4f7a9a10d61b2a91ae534fd8160cb763
 


Reply via email to