Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2026-07-26 11:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools"

Sun Jul 26 11:27:08 2026 rev:114 rq:1367631 version:5.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2026-03-12 22:22:10.522032263 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new.2004/yast2-devtools.changes  
2026-07-26 11:27:15.816221890 +0200
@@ -1,0 +2,7 @@
+Tue Mar 10 18:25:48 UTC 2026 - Noel Power <[email protected]>
+
+- Add python source files to files processed by
+  get_domains_and_err so POT files can be generated;(boo#1199396).
+- 5.0.4
+
+-------------------------------------------------------------------
@@ -13,0 +21,5 @@
+
+-------------------------------------------------------------------
+Thu Jan 23 13:33:52 UTC 2025 - Andreas Schwab <[email protected]>
+
+- Don't disable testsuites on qemu build

Old:
----
  yast2-devtools-5.0.3.tar.bz2

New:
----
  yast2-devtools-5.0.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.N2PsNo/_old  2026-07-26 11:27:16.392241566 +0200
+++ /var/tmp/diff_new_pack.N2PsNo/_new  2026-07-26 11:27:16.392241566 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-devtools
 #
-# Copyright (c) 2026 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        5.0.3
+Version:        5.0.4
 Release:        0
 Summary:        YaST2 - Development Tools
 License:        GPL-2.0-or-later
@@ -80,14 +80,6 @@
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-%if 0%{?qemu_user_space_build}
-# disable testsuite on QEMU builds, will fail
-cat > "%{buildroot}%{_datadir}/YaST2/data/devtools/NO_MAKE_CHECK" <<EOF
-Disabling testsuite on QEMU builds, as the userspace emulation
-is not complete enough for yast2-core
-EOF
-%endif
-
 # Change false to true in the following line when yast2 core is broken
 false && cat > "%{buildroot}%{_datadir}/YaST2/data/devtools/NO_MAKE_CHECK" 
<<EOF
 When yast2 core is broken and the interpreter does not work,
@@ -146,9 +138,6 @@
 %dir %{_datadir}/YaST2/data/devtools/bin
 %{_datadir}/YaST2/data/devtools/admin
 %{_datadir}/YaST2/data/devtools/Doxyfile
-%if 0%{?qemu_user_space_build}
-%{_datadir}/YaST2/data/devtools/NO_MAKE_CHECK
-%endif
 # needed for doxygen, not nice
 %{_datadir}/YaST2/data/devtools/footer-notimestamp.html
 %dir %{_datadir}/YaST2/data/devtools/data

++++++ yast2-devtools-5.0.3.tar.bz2 -> yast2-devtools-5.0.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-5.0.3/build-tools/scripts/gettextdomains 
new/yast2-devtools-5.0.4/build-tools/scripts/gettextdomains
--- old/yast2-devtools-5.0.3/build-tools/scripts/gettextdomains 2026-03-11 
11:04:24.000000000 +0100
+++ new/yast2-devtools-5.0.4/build-tools/scripts/gettextdomains 2026-07-24 
10:24:35.000000000 +0200
@@ -42,7 +42,8 @@
                                 -o -name "*.ui" \
                                 -o -name "*.ycontrol.xml" \
                                 -o -name "*.ycontrol.xsl" \
-                                -o -name "*.rb"  `
+                                -o -name "*.rb"  \
+                                -o -name "*.py"  `
 
     if test "$?" != "0"; then
         echo "Error: check-pot terminated unexpected." >&2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-5.0.3/package/yast2-devtools.changes 
new/yast2-devtools-5.0.4/package/yast2-devtools.changes
--- old/yast2-devtools-5.0.3/package/yast2-devtools.changes     2026-03-11 
11:04:24.000000000 +0100
+++ new/yast2-devtools-5.0.4/package/yast2-devtools.changes     2026-07-24 
10:24:35.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Mar 10 18:25:48 UTC 2026 - Noel Power <[email protected]>
+
+- Add python source files to files processed by
+  get_domains_and_err so POT files can be generated;(boo#1199396).
+- 5.0.4
+
+-------------------------------------------------------------------
 Tue Mar 10 17:11:41 UTC 2026 - Michal Filka <[email protected]>
 
 - jsc#PED-14507
@@ -13,6 +20,11 @@
 - 5.0.2
 
 -------------------------------------------------------------------
+Thu Jan 23 13:33:52 UTC 2025 - Andreas Schwab <[email protected]>
+
+- Don't disable testsuites on qemu build
+
+-------------------------------------------------------------------
 Mon Sep 16 08:11:39 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>
 
 - Add "which" to the list of dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-5.0.3/package/yast2-devtools.spec 
new/yast2-devtools-5.0.4/package/yast2-devtools.spec
--- old/yast2-devtools-5.0.3/package/yast2-devtools.spec        2026-03-11 
11:04:24.000000000 +0100
+++ new/yast2-devtools-5.0.4/package/yast2-devtools.spec        2026-07-24 
10:24:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        5.0.3
+Version:        5.0.4
 Release:        0
 Summary:        YaST2 - Development Tools
 License:        GPL-2.0-or-later
@@ -80,14 +80,6 @@
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-%if 0%{?qemu_user_space_build}
-# disable testsuite on QEMU builds, will fail
-cat > "%{buildroot}%{_datadir}/YaST2/data/devtools/NO_MAKE_CHECK" <<EOF
-Disabling testsuite on QEMU builds, as the userspace emulation
-is not complete enough for yast2-core
-EOF
-%endif
-
 # Change false to true in the following line when yast2 core is broken
 false && cat > "%{buildroot}%{_datadir}/YaST2/data/devtools/NO_MAKE_CHECK" 
<<EOF
 When yast2 core is broken and the interpreter does not work,
@@ -146,9 +138,6 @@
 %dir %{_datadir}/YaST2/data/devtools/bin
 %{_datadir}/YaST2/data/devtools/admin
 %{_datadir}/YaST2/data/devtools/Doxyfile
-%if 0%{?qemu_user_space_build}
-%{_datadir}/YaST2/data/devtools/NO_MAKE_CHECK
-%endif
 # needed for doxygen, not nice
 %{_datadir}/YaST2/data/devtools/footer-notimestamp.html
 %dir %{_datadir}/YaST2/data/devtools/data

Reply via email to