Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hdjmod for openSUSE:Factory checked 
in at 2024-09-01 19:21:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdjmod (Old)
 and      /work/SRC/openSUSE:Factory/.hdjmod.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdjmod"

Sun Sep  1 19:21:10 2024 rev:26 rq:1197717 version:1.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdjmod/hdjmod.changes    2023-05-11 
12:34:13.810922457 +0200
+++ /work/SRC/openSUSE:Factory/.hdjmod.new.2698/hdjmod.changes  2024-09-01 
19:21:34.280370293 +0200
@@ -1,0 +2,6 @@
+Thu Aug 29 19:32:54 UTC 2024 - Matthias Bach <ma...@marix.org> - 1.35
+
+- Update to version 1.35
+  * Compatibility with GCC 14
+
+-------------------------------------------------------------------

Old:
----
  hdjmod-1.34.tar.gz

New:
----
  hdjmod-1.35.tar.gz

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

Other differences:
------------------
++++++ hdjmod.spec ++++++
--- /var/tmp/diff_new_pack.oQvDwA/_old  2024-09-01 19:21:35.156406159 +0200
+++ /var/tmp/diff_new_pack.oQvDwA/_new  2024-09-01 19:21:35.156406159 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hdjmod
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2021 Matthias Bach <ma...@marix.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           hdjmod
-Version:        1.34
+Version:        1.35
 Release:        0
 Summary:        Support for Hercules DJ Devices
 License:        GPL-2.0-or-later

++++++ hdjmod-1.34.tar.gz -> hdjmod-1.35.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdjmod/Changelog.md new/hdjmod/Changelog.md
--- old/hdjmod/Changelog.md     2023-05-10 21:27:38.000000000 +0200
+++ new/hdjmod/Changelog.md     2024-08-29 21:15:36.000000000 +0200
@@ -3,6 +3,11 @@
 
 This log lists the significant changes in each version of the hdjmod.
 
+Version 1.35
+------------
+
+* Support compilation with GCC 14
+
 Version 1.34
 ------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdjmod/device.h new/hdjmod/device.h
--- old/hdjmod/device.h 2023-05-10 21:27:38.000000000 +0200
+++ new/hdjmod/device.h 2024-08-29 21:15:36.000000000 +0200
@@ -33,8 +33,8 @@
        #define write_ok(addr, size) access_ok(VERIFY_WRITE, addr, size)
        #define read_ok(addr, size) access_ok(VERIFY_READ, addr, size)
 #else
-       #define write_ok(addr, size) access_ok(addr, size)
-       #define read_ok(addr, size) access_ok(addr, size)
+       #define write_ok(addr, size) access_ok((void*) addr, size)
+       #define read_ok(addr, size) access_ok((void*) addr, size)
 #endif
 
 

Reply via email to