Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-10-11 11:56:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu Oct 11 11:56:39 2018 rev:135 rq:640928 version:20181010.97f1eda

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2018-10-04 19:02:56.655111885 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2018-10-11 11:56:52.897914465 +0200
@@ -1,0 +2,6 @@
+Wed Oct 10 05:14:51 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20181010.97f1eda:
+  * Fix overlap calculation: modules only have filtered archs
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20181004.97e58e1.obscpio

New:
----
  openSUSE-release-tools-20181010.97f1eda.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.1myVSL/_old  2018-10-11 11:56:57.397908744 +0200
+++ /var/tmp/diff_new_pack.1myVSL/_new  2018-10-11 11:56:57.401908738 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20181004.97e58e1
+Version:        20181010.97f1eda
 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.1myVSL/_old  2018-10-11 11:56:57.437908692 +0200
+++ /var/tmp/diff_new_pack.1myVSL/_new  2018-10-11 11:56:57.437908692 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">97e58e173287133d05b7ad4bcfc451ae679401d1</param>
+    <param 
name="changesrevision">fb4d63ec3dd4b8d337f03cbac427c71529632c04</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20181004.97e58e1.obscpio -> 
openSUSE-release-tools-20181010.97f1eda.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20181004.97e58e1/pkglistgen.py 
new/openSUSE-release-tools-20181010.97f1eda/pkglistgen.py
--- old/openSUSE-release-tools-20181004.97e58e1/pkglistgen.py   2018-10-04 
11:29:32.000000000 +0200
+++ new/openSUSE-release-tools-20181010.97f1eda/pkglistgen.py   2018-10-10 
07:09:33.000000000 +0200
@@ -1123,7 +1123,7 @@
             for module in modules:
                 if module.name == 'overlap' or module in overlap.ignored:
                     continue
-                for arch in ['*'] + module.architectures:
+                for arch in ['*'] + self.tool.filtered_architectures:
                     for p in overlapped:
                         module.solved_packages[arch].pop(p, None)
 

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.1myVSL/_old  2018-10-11 11:56:57.905908097 +0200
+++ /var/tmp/diff_new_pack.1myVSL/_new  2018-10-11 11:56:57.905908097 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20181004.97e58e1
-mtime: 1538645372
-commit: 97e58e173287133d05b7ad4bcfc451ae679401d1
+version: 20181010.97f1eda
+mtime: 1539148173
+commit: 97f1eda281bb826f418c999a6b3267e930191a5b
 


Reply via email to