Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosmocore for openSUSE:Factory 
checked in at 2025-10-12 22:24:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmocore (Old)
 and      /work/SRC/openSUSE:Factory/.libosmocore.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmocore"

Sun Oct 12 22:24:22 2025 rev:38 rq:1310908 version:1.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmocore/libosmocore.changes  2025-05-30 
17:22:25.808030566 +0200
+++ /work/SRC/openSUSE:Factory/.libosmocore.new.18484/libosmocore.changes       
2025-10-12 22:29:37.502939280 +0200
@@ -1,0 +2,6 @@
+Sun Oct 12 09:03:12 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.11.2
+  * VTY: Initialize fields of struct cmd_element in order of declaration
+
+-------------------------------------------------------------------

Old:
----
  1.11.1.tar.gz

New:
----
  1.11.2.tar.gz

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

Other differences:
------------------
++++++ libosmocore.spec ++++++
--- /var/tmp/diff_new_pack.Jq5N5L/_old  2025-10-12 22:29:38.042961892 +0200
+++ /var/tmp/diff_new_pack.Jq5N5L/_new  2025-10-12 22:29:38.046962059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmocore
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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:           libosmocore
-Version:        1.11.1
+Version:        1.11.2
 Release:        0
 Summary:        The Open Source Mobile Communications Core Library
 License:        AGPL-3.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND 
LGPL-2.1-or-later

++++++ 1.11.1.tar.gz -> 1.11.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmocore-1.11.1/Makefile.am 
new/libosmocore-1.11.2/Makefile.am
--- old/libosmocore-1.11.1/Makefile.am  2025-05-06 11:24:20.000000000 +0200
+++ new/libosmocore-1.11.2/Makefile.am  2025-08-26 15:31:47.000000000 +0200
@@ -115,6 +115,7 @@
                $(top_srcdir)/src/vty/*.c
        rm -rf $(top_builddir)/doc/vty/html $(top_builddir)/doc/vty/latex
        rm -rf $(top_builddir)/doc/libosmovty.map
+       mkdir -p $(top_builddir)/doc/vty
        -$(DOXYGEN) $(top_builddir)/Doxyfile.vty
        touch "$@"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmocore-1.11.1/debian/changelog 
new/libosmocore-1.11.2/debian/changelog
--- old/libosmocore-1.11.1/debian/changelog     2025-05-06 11:24:20.000000000 
+0200
+++ new/libosmocore-1.11.2/debian/changelog     2025-08-26 15:31:47.000000000 
+0200
@@ -1,3 +1,14 @@
+libosmocore (1.11.2) unstable; urgency=medium
+
+  [ Oliver Smith ]
+  * Makefile: fix doc/vty race condition
+  * tests: fix for debian 13 armv7l
+
+  [ Andreas Eversberg ]
+  * VTY: Initialize fields of struct cmd_element in order of declaration
+
+ -- Oliver Smith <[email protected]>  Tue, 26 Aug 2025 15:31:46 +0200
+
 libosmocore (1.11.1) unstable; urgency=medium
 
   [ Pau Espin Pedrol ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmocore-1.11.1/include/osmocom/vty/command.h 
new/libosmocore-1.11.2/include/osmocom/vty/command.h
--- old/libosmocore-1.11.1/include/osmocom/vty/command.h        2025-05-06 
11:24:20.000000000 +0200
+++ new/libosmocore-1.11.2/include/osmocom/vty/command.h        2025-08-26 
15:31:47.000000000 +0200
@@ -218,8 +218,8 @@
     .string = cmdstr, \
     .func = funcname, \
     .doc = helpstr, \
-    .attr = attrs, \
     .daemon = dnum, \
+    .attr = attrs, \
   };
 
 /* global (non static) cmd_element */
@@ -229,8 +229,8 @@
     .string = cmdstr, \
     .func = funcname, \
     .doc = helpstr, \
-    .attr = attrs, \
     .daemon = dnum, \
+    .attr = attrs, \
   };
 
 #define DEFUN_CMD_ELEMENT_ATTR_USRATTR(funcname, cmdname, cmdstr, helpstr, 
attrs, usrattrs) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmocore-1.11.1/tests/iuup/iuup_test.c 
new/libosmocore-1.11.2/tests/iuup/iuup_test.c
--- old/libosmocore-1.11.1/tests/iuup/iuup_test.c       2025-05-06 
11:24:20.000000000 +0200
+++ new/libosmocore-1.11.2/tests/iuup/iuup_test.c       2025-08-26 
15:31:47.000000000 +0200
@@ -163,8 +163,8 @@
 {
        osmo_gettimeofday_override_time.tv_sec = sec + usec / (1000*1000);
        osmo_gettimeofday_override_time.tv_usec = usec % (1000*1000);
-       printf("sys={%lu.%06lu}, %s\n", osmo_gettimeofday_override_time.tv_sec,
-               osmo_gettimeofday_override_time.tv_usec, __func__);
+       printf("sys={%lu.%06lu}, %s\n", (unsigned int long) 
osmo_gettimeofday_override_time.tv_sec,
+               (unsigned int long) osmo_gettimeofday_override_time.tv_usec, 
__func__);
 }
 
 void test_crc(void)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmocore-1.11.1/tests/tdef/tdef_test.c 
new/libosmocore-1.11.2/tests/tdef/tdef_test.c
--- old/libosmocore-1.11.1/tests/tdef/tdef_test.c       2025-05-06 
11:24:20.000000000 +0200
+++ new/libosmocore-1.11.2/tests/tdef/tdef_test.c       2025-08-26 
15:31:47.000000000 +0200
@@ -335,7 +335,8 @@
        }
 
        osmo_timer_remaining(&fi->timer, &osmo_gettimeofday_override_time, 
&remaining);
-       printf(", %lu.%06lu s remaining\n", remaining.tv_sec, 
remaining.tv_usec);
+       printf(", %lu.%06lu s remaining\n", (unsigned int long) 
remaining.tv_sec,
+              (unsigned int long) remaining.tv_usec);
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmocore-1.11.1/tests/time_cc/time_cc_test.c 
new/libosmocore-1.11.2/tests/time_cc/time_cc_test.c
--- old/libosmocore-1.11.1/tests/time_cc/time_cc_test.c 2025-05-06 
11:24:20.000000000 +0200
+++ new/libosmocore-1.11.2/tests/time_cc/time_cc_test.c 2025-08-26 
15:31:47.000000000 +0200
@@ -165,7 +165,7 @@
                osmo_clock_override_add(CLOCK_MONOTONIC, ms / 1000, 
(uint64_t)(ms % 1000) * 1000000); \
                osmo_gettimeofday_override_add(ms / 1000, (uint64_t)(ms % 1000) 
* 1000); \
                printf("%d ADD_MILLISECS(" #ms ") --> %ld.%03ld", 
my_obj.flag_cc_round.flag_state, \
-                      now->tv_sec, now->tv_nsec/1000000); \
+                      (unsigned int long) now->tv_sec, now->tv_nsec/1000000); \
                printf("\n"); \
        } while (0)
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.Jq5N5L/_old  2025-10-12 22:29:38.758991870 +0200
+++ /var/tmp/diff_new_pack.Jq5N5L/_new  2025-10-12 22:29:38.770992372 +0200
@@ -1,5 +1,5 @@
-mtime: 1748596939
-commit: 6db69e1e4c9232b73dee375ce0d9f6f845c5198c517568a68e8e7c11c9709158
+mtime: 1760259819
+commit: 5017e6c092100eb5a90e0381842a5733d402fc8fcc8584424a532e30de60180f
 url: https://src.opensuse.org/jengelh/libosmocore
 revision: master
 

++++++ 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      2025-10-12 11:03:49.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to