Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opensuse-migration-tool for 
openSUSE:Factory checked in at 2026-04-21 12:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-migration-tool (Old)
 and      /work/SRC/openSUSE:Factory/.opensuse-migration-tool.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensuse-migration-tool"

Tue Apr 21 12:46:15 2026 rev:17 rq:1348389 version:20260421.e72b645

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/opensuse-migration-tool/opensuse-migration-tool.changes
  2026-04-09 16:22:05.803980915 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-migration-tool.new.11940/opensuse-migration-tool.changes
       2026-04-21 12:48:05.206553043 +0200
@@ -1,0 +2,6 @@
+Tue Apr 21 07:35:28 UTC 2026 - [email protected]
+
+- Update to version 20260421.e72b645:
+  * Update ports temp repo url for Tumbleweed
+
+-------------------------------------------------------------------

Old:
----
  opensuse-migration-tool-20260408.218e5ee.tar.xz

New:
----
  opensuse-migration-tool-20260421.e72b645.tar.xz

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

Other differences:
------------------
++++++ opensuse-migration-tool.spec ++++++
--- /var/tmp/diff_new_pack.v4WCjg/_old  2026-04-21 12:48:06.098590045 +0200
+++ /var/tmp/diff_new_pack.v4WCjg/_new  2026-04-21 12:48:06.106590377 +0200
@@ -19,7 +19,7 @@
 
 
 Name:           opensuse-migration-tool
-Version:        20260408.218e5ee
+Version:        20260421.e72b645
 Release:        0
 Summary:        Migration and Upgrade tool for openSUSE
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.v4WCjg/_old  2026-04-21 12:48:06.210594691 +0200
+++ /var/tmp/diff_new_pack.v4WCjg/_new  2026-04-21 12:48:06.222595189 +0200
@@ -1,5 +1,5 @@
-mtime: 1775668466
-commit: a41edb0a7611001948a5c7e9c788ef9949b12caeffc887718fac8932049dcbdd
+mtime: 1776757258
+commit: 2d2688ca1435386b66f9d070ffd209fc4955955472433243d9ba6db3db5d14fa
 url: https://src.opensuse.org/lkocman/opensuse-migration-tool.git
 revision: main
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.v4WCjg/_old  2026-04-21 12:48:06.302598508 +0200
+++ /var/tmp/diff_new_pack.v4WCjg/_new  2026-04-21 12:48:06.318599171 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param>
-              <param 
name="changesrevision">218e5ee81f9c9443c3af0be1acc49291f8b9941e</param></service></servicedata>
+              <param 
name="changesrevision">e72b6454dc1c79575ba5961e382249eec9135b3f</param></service></servicedata>
 (No newline at EOF)
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-04-21 09:41:03.000000000 +0200
@@ -0,0 +1,3 @@
+.osc
+opensuse-migration-tool
+.obscpio

++++++ opensuse-migration-tool-20260408.218e5ee.tar.xz -> 
opensuse-migration-tool-20260421.e72b645.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/opensuse-migration-tool-20260408.218e5ee/opensuse-migration-tool 
new/opensuse-migration-tool-20260421.e72b645/opensuse-migration-tool
--- old/opensuse-migration-tool-20260408.218e5ee/opensuse-migration-tool        
2026-04-08 18:46:07.000000000 +0200
+++ new/opensuse-migration-tool-20260421.e72b645/opensuse-migration-tool        
2026-04-21 09:34:07.000000000 +0200
@@ -386,7 +386,7 @@
             # https://download.opensuse.org/ports/ # for other arches
             REPOURL="https://download.opensuse.org/tumbleweed/repo/oss/";
             if [ "$ARCH" != "x86_64" ]; then
-                REPOURL=https://download.opensuse.org/ports/$ARCH # XXX this 
will likely work only for aarch64
+                
REPOURL=https://download.opensuse.org/ports/$ARCH/tumbleweed/repo/oss # XXX 
this will likely work only for aarch64
                 if [ "$ARCH" != "aarch64" ]; then 
                     # Let's not messup any systems and make sure this is 
properly implemented first
                     echo "Unsupported arch '$ARCH'."
@@ -485,10 +485,9 @@
             ;;
         *"MicroOS"*)
             $DRYRUN echo "Upgrading to ${MIGRATION_OPTIONS[$CHOICE]}"
-            # https://download.opensuse.org/ports/ # for other arches
             REPOURL="https://download.opensuse.org/tumbleweed/repo/oss/";
             if [ "$ARCH" != "x86_64" ]; then
-                REPOURL=https://download.opensuse.org/ports/$ARCH # XXX this 
will likely work only for aarch64
+                
REPOURL=https://download.opensuse.org/ports/$ARCH/tumbleweed/repo/oss # XXX 
this will likely work only for aarch64
                 if [ "$ARCH" != "aarch64" ]; then 
                     # Let's not messup any systems and make sure this is 
properly implemented first
                     echo "Unsupported arch '$ARCH'."

++++++ opensuse-migration-tool.obsinfo ++++++
--- /var/tmp/diff_new_pack.v4WCjg/_old  2026-04-21 12:48:06.922624227 +0200
+++ /var/tmp/diff_new_pack.v4WCjg/_new  2026-04-21 12:48:06.926624393 +0200
@@ -1,5 +1,5 @@
 name: opensuse-migration-tool
-version: 20260408.218e5ee
-mtime: 1775666767
-commit: 218e5ee81f9c9443c3af0be1acc49291f8b9941e
+version: 20260421.e72b645
+mtime: 1776756847
+commit: e72b6454dc1c79575ba5961e382249eec9135b3f
 

Reply via email to