Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package redumper for openSUSE:Factory 
checked in at 2026-06-08 14:20:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redumper (Old)
 and      /work/SRC/openSUSE:Factory/.redumper.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redumper"

Mon Jun  8 14:20:18 2026 rev:6 rq:1357798 version:722

Changes:
--------
--- /work/SRC/openSUSE:Factory/redumper/redumper.changes        2026-05-04 
12:57:17.946818983 +0200
+++ /work/SRC/openSUSE:Factory/.redumper.new.2375/redumper.changes      
2026-06-08 14:25:55.502562315 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 18:13:26 UTC 2026 - Martin Hauke <[email protected]>
+
+- Udpate to version 722
+  * Don't install gtest to build.
+  * Don't throw error on old OmniDrive firmware.
+- Update patch:
+  * redumper-use-system-googletest.patch
+
+-------------------------------------------------------------------

Old:
----
  redumper-b720.tar.gz

New:
----
  redumper-b722.tar.gz

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

Other differences:
------------------
++++++ redumper.spec ++++++
--- /var/tmp/diff_new_pack.mEyCJl/_old  2026-06-08 14:25:56.266593998 +0200
+++ /var/tmp/diff_new_pack.mEyCJl/_new  2026-06-08 14:25:56.270594164 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           redumper
-Version:        720
+Version:        722
 Release:        0
 Summary:        Low level CD dumper utility
 License:        GPL-3.0-only

++++++ redumper-b720.tar.gz -> redumper-b722.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redumper-b720/redumper.ixx 
new/redumper-b722/redumper.ixx
--- old/redumper-b720/redumper.ixx      2026-05-02 22:04:04.000000000 +0200
+++ new/redumper-b722/redumper.ixx      2026-06-05 14:33:12.000000000 +0200
@@ -496,9 +496,9 @@
         if(auto version = is_omnidrive_firmware(ctx.drive_config))
         {
             if(*version < omnidrive_minimum_version())
-                throw_line("outdated OmniDrive drive firmware (current: {}, 
supported: {})", omnidrive_version_string(*version), 
omnidrive_version_string(omnidrive_minimum_version()));
-
-            LOG("  firmware: OmniDrive {}", 
omnidrive_version_string(*version));
+                LOG("  warning: outdated OmniDrive drive firmware (current: 
{}, recommended: {})", omnidrive_version_string(*version), 
omnidrive_version_string(omnidrive_minimum_version()));
+            else
+                LOG("  firmware: OmniDrive {}", 
omnidrive_version_string(*version));
         }
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redumper-b720/tests/CMakeLists.txt 
new/redumper-b722/tests/CMakeLists.txt
--- old/redumper-b720/tests/CMakeLists.txt      2026-05-02 22:04:04.000000000 
+0200
+++ new/redumper-b722/tests/CMakeLists.txt      2026-06-05 14:33:12.000000000 
+0200
@@ -1,4 +1,5 @@
 include(FetchContent)
+set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
 FetchContent_Declare(
     googletest
     GIT_REPOSITORY https://github.com/google/googletest.git

++++++ redumper-use-system-googletest.patch ++++++
--- /var/tmp/diff_new_pack.mEyCJl/_old  2026-06-08 14:25:56.610608264 +0200
+++ /var/tmp/diff_new_pack.mEyCJl/_new  2026-06-08 14:25:56.626608927 +0200
@@ -1,9 +1,10 @@
 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 3d8ca2d..9f20d07 100644
+index 7505456..9f20d07 100644
 --- a/tests/CMakeLists.txt
 +++ b/tests/CMakeLists.txt
-@@ -1,12 +1,2 @@
+@@ -1,13 +1,2 @@
 -include(FetchContent)
+-set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
 -FetchContent_Declare(
 -    googletest
 -    GIT_REPOSITORY https://github.com/google/googletest.git

Reply via email to