Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-update for openSUSE:Factory 
checked in at 2024-12-08 11:37:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-update (Old)
 and      /work/SRC/openSUSE:Factory/.os-update.new.21547 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-update"

Sun Dec  8 11:37:14 2024 rev:27 rq:1228787 version:1.21+git.20241206

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-update/os-update.changes      2024-12-04 
15:27:57.071308289 +0100
+++ /work/SRC/openSUSE:Factory/.os-update.new.21547/os-update.changes   
2024-12-08 11:38:15.824446472 +0100
@@ -1,0 +2,7 @@
+Fri Dec 06 13:10:15 UTC 2024 - [email protected]
+
+- Update to version 1.21+git.20241206:
+  * Release version 1.21
+  * Fix check for service restarts
+
+-------------------------------------------------------------------

Old:
----
  os-update-1.20+git.20241204.tar.xz

New:
----
  os-update-1.21+git.20241206.tar.xz

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

Other differences:
------------------
++++++ os-update.spec ++++++
--- /var/tmp/diff_new_pack.Onmda8/_old  2024-12-08 11:38:16.256464419 +0100
+++ /var/tmp/diff_new_pack.Onmda8/_new  2024-12-08 11:38:16.256464419 +0100
@@ -21,7 +21,7 @@
 %endif
 
 Name:           os-update
-Version:        1.20+git.20241204
+Version:        1.21+git.20241206
 Release:        0
 Summary:        Updates the system regularly to stay current and safe
 License:        GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Onmda8/_old  2024-12-08 11:38:16.288465749 +0100
+++ /var/tmp/diff_new_pack.Onmda8/_new  2024-12-08 11:38:16.292465915 +0100
@@ -5,7 +5,7 @@
     <param name="revision">main</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">os-update</param>
-    <param name="versionformat">1.20+git.%cd</param>
+    <param name="versionformat">1.21+git.%cd</param>
   </service>
   <service mode="manual" name="recompress">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Onmda8/_old  2024-12-08 11:38:16.312466746 +0100
+++ /var/tmp/diff_new_pack.Onmda8/_new  2024-12-08 11:38:16.316466912 +0100
@@ -1,7 +1,7 @@
 <servicedata>
 <service name="tar_scm">
        <param name="url">https://github.com/openSUSE/os-update.git</param>
-<param 
name="changesrevision">3e61544bd8bc6625f3f5cca5abd8f9d439ae4bf4</param></service>
+<param 
name="changesrevision">d09ecd2d988804d627e8dcd4925d7a6e355f4765</param></service>
 </servicedata>
 (No newline at EOF)
 

++++++ os-update-1.20+git.20241204.tar.xz -> os-update-1.21+git.20241206.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-update-1.20+git.20241204/NEWS 
new/os-update-1.21+git.20241206/NEWS
--- old/os-update-1.20+git.20241204/NEWS        2024-12-04 11:35:04.000000000 
+0100
+++ new/os-update-1.21+git.20241206/NEWS        2024-12-06 14:05:03.000000000 
+0100
@@ -1,3 +1,6 @@
+Version 1.21
+- Fix check for service restarts
+
 Version 1.20
 - Switch from pandoc to go-md2man
 - Add option to ignore services at all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-update-1.20+git.20241204/configure.ac 
new/os-update-1.21+git.20241206/configure.ac
--- old/os-update-1.20+git.20241204/configure.ac        2024-12-04 
11:35:04.000000000 +0100
+++ new/os-update-1.21+git.20241206/configure.ac        2024-12-06 
14:05:03.000000000 +0100
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([os-update],[1.20])
+AC_INIT([os-update],[1.21])
 AM_INIT_AUTOMAKE
 AC_PREFIX_DEFAULT(/usr)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-update-1.20+git.20241204/src/os-update.in 
new/os-update-1.21+git.20241206/src/os-update.in
--- old/os-update-1.20+git.20241204/src/os-update.in    2024-12-04 
11:35:04.000000000 +0100
+++ new/os-update-1.21+git.20241206/src/os-update.in    2024-12-06 
14:05:03.000000000 +0100
@@ -196,7 +196,7 @@
                                break
                        fi
                done
-               if [ $do_ignore ]; then
+               if [ $do_ignore -eq 1 ]; then
                    continue
                fi
                for rebootservice in $SERVICES_TRIGGERING_SOFT_REBOOT; do

Reply via email to