Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package umockdev for openSUSE:Factory 
checked in at 2026-04-19 14:20:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/umockdev (Old)
 and      /work/SRC/openSUSE:Factory/.umockdev.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "umockdev"

Sun Apr 19 14:20:54 2026 rev:27 rq:1347959 version:0.19.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/umockdev/umockdev.changes        2026-03-28 
20:14:34.092436902 +0100
+++ /work/SRC/openSUSE:Factory/.umockdev.new.11940/umockdev.changes     
2026-04-19 14:21:06.153456300 +0200
@@ -1,0 +2,7 @@
+Sat Apr 18 08:33:25 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.19.7:
+  * tests: Don't assume a fixed baud rate when identifying ttys
+    (thanks Thanks Daniel van Vugt)
+
+-------------------------------------------------------------------

Old:
----
  umockdev-0.19.6.tar.xz

New:
----
  umockdev-0.19.7.tar.xz

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

Other differences:
------------------
++++++ umockdev.spec ++++++
--- /var/tmp/diff_new_pack.p5pgJI/_old  2026-04-19 14:21:06.705478747 +0200
+++ /var/tmp/diff_new_pack.p5pgJI/_new  2026-04-19 14:21:06.709478910 +0200
@@ -19,7 +19,7 @@
 %define shlib libumockdev0
 %define shlibpre libumockdev-preload0
 Name:           umockdev
-Version:        0.19.6
+Version:        0.19.7
 Release:        0
 Summary:        Mock hardware devices for creating unit tests and bug reporting
 License:        LGPL-2.1-or-later

++++++ umockdev-0.19.6.tar.xz -> umockdev-0.19.7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/umockdev-0.19.6/.version new/umockdev-0.19.7/.version
--- old/umockdev-0.19.6/.version        2026-03-22 05:03:08.329472000 +0100
+++ new/umockdev-0.19.7/.version        2026-03-26 10:15:29.885627500 +0100
@@ -1 +1 @@
-0.19.6
+0.19.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/umockdev-0.19.6/tests/test-umockdev-vala.vala 
new/umockdev-0.19.7/tests/test-umockdev-vala.vala
--- old/umockdev-0.19.6/tests/test-umockdev-vala.vala   2026-03-22 
04:59:39.000000000 +0100
+++ new/umockdev-0.19.7/tests/test-umockdev-vala.vala   2026-03-26 
10:10:08.000000000 +0100
@@ -866,7 +866,8 @@
   }
   assert_cmpstr (perr, CompareOperator.EQ, "");
   assert_cmpint (pexit, CompareOperator.EQ, 0);
-  assert (pout.contains ("speed 38400 baud"));
+  assert (pout.contains ("speed"));
+  assert (pout.contains ("baud"));
 }
 
 void

Reply via email to