Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-08-06 17:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Aug  6 17:27:30 2019 rev:199 rq:721279 version:20190806.914d1061

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2019-07-31 14:36:23.913866152 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.4126/openSUSE-release-tools.changes
  2019-08-06 17:27:33.140684978 +0200
@@ -1,0 +2,6 @@
+Tue Aug 06 12:48:54 UTC 2019 - [email protected]
+
+- Update to version 20190806.914d1061:
+  * osclib/origin: always include project link when fetching source history.
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20190730.07c607e6.obscpio

New:
----
  openSUSE-release-tools-20190806.914d1061.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.zZoFY5/_old  2019-08-06 17:27:34.372684711 +0200
+++ /var/tmp/diff_new_pack.zZoFY5/_new  2019-08-06 17:27:34.372684711 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20190730.07c607e6
+Version:        20190806.914d1061
 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.zZoFY5/_old  2019-08-06 17:27:34.416684701 +0200
+++ /var/tmp/diff_new_pack.zZoFY5/_new  2019-08-06 17:27:34.416684701 +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">e073e7faa92d2aced24838741898233d4829dead</param>
+    <param 
name="changesrevision">914d106184f64f4c1ff2e58bdb2bdf733c79fc76</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20190730.07c607e6.obscpio -> 
openSUSE-release-tools-20190806.914d1061.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20190730.07c607e6/osclib/origin.py 
new/openSUSE-release-tools-20190806.914d1061/osclib/origin.py
--- old/openSUSE-release-tools-20190730.07c607e6/osclib/origin.py       
2019-07-30 09:10:38.000000000 +0200
+++ new/openSUSE-release-tools-20190806.914d1061/osclib/origin.py       
2019-08-06 14:39:54.000000000 +0200
@@ -238,7 +238,8 @@
     return None
 
 def project_source_contain(apiurl, project, package, source_hash):
-    for source_hash_consider in package_source_hash_history(apiurl, project, 
package):
+    for source_hash_consider in package_source_hash_history(
+        apiurl, project, package, include_project_link=True):
         project_source_log('contain', project, source_hash_consider, 
source_hash)
         if source_hash_consider == source_hash:
             return True
@@ -285,7 +286,8 @@
 
     # Attempt to find a revision of target package that matches an origin.
     first = True
-    for source_hash_consider in package_source_hash_history(apiurl, 
target_project, package):
+    for source_hash_consider in package_source_hash_history(
+        apiurl, target_project, package, include_project_link=True):
         if first:
             first = False
             continue
@@ -522,7 +524,7 @@
     else:
         origin_project = origin_info.project.rstrip('~')
         origin_hashes = list(package_source_hash_history(apiurl, 
origin_project, package, limit * 2, True))
-    target_hashes = list(package_source_hash_history(apiurl, target_project, 
package, limit))
+    target_hashes = list(package_source_hash_history(apiurl, target_project, 
package, limit, True))
     for source_hash in origin_hashes:
         if source_hash not in target_hashes:
             revisions.append(-1)

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.zZoFY5/_old  2019-08-06 17:27:35.044684565 +0200
+++ /var/tmp/diff_new_pack.zZoFY5/_new  2019-08-06 17:27:35.044684565 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20190730.07c607e6
-mtime: 1564470638
-commit: 07c607e6647cdda8da9e9c2f6b5ef470b861deb3
+version: 20190806.914d1061
+mtime: 1565095194
+commit: 914d106184f64f4c1ff2e58bdb2bdf733c79fc76
 


Reply via email to