Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package brickd for openSUSE:Factory checked 
in at 2024-07-31 13:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brickd (Old)
 and      /work/SRC/openSUSE:Factory/.brickd.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brickd"

Wed Jul 31 13:30:15 2024 rev:10 rq:1190520 version:2.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/brickd/brickd.changes    2024-07-05 
19:53:26.923286154 +0200
+++ /work/SRC/openSUSE:Factory/.brickd.new.7232/brickd.changes  2024-07-31 
13:30:40.747216802 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 19:07:27 UTC 2024 - Frank Kunz <mailingli...@kunz-im-inter.net>
+
+- New Version 2.4.7
+  - Fix Raspberry Pi 1-4 SPI backend detection
+
+-------------------------------------------------------------------

Old:
----
  brickd-2.4.6.tar.gz
  daemonlib-brickd-2.4.6.tar.gz

New:
----
  brickd-2.4.7.tar.gz
  daemonlib-brickd-2.4.7.tar.gz

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

Other differences:
------------------
++++++ brickd.spec ++++++
--- /var/tmp/diff_new_pack.4ltCVn/_old  2024-07-31 13:30:41.539249329 +0200
+++ /var/tmp/diff_new_pack.4ltCVn/_new  2024-07-31 13:30:41.543249493 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           brickd
-Version:        2.4.6
+Version:        2.4.7
 Release:        0
 Summary:        Tinkerforce Brick Daemon
 License:        GPL-2.0-only

++++++ brickd-2.4.6.tar.gz -> brickd-2.4.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brickd-2.4.6/src/brickd/raspberry_pi.c 
new/brickd-2.4.7/src/brickd/raspberry_pi.c
--- old/brickd-2.4.6/src/brickd/raspberry_pi.c  2024-07-02 15:52:46.000000000 
+0200
+++ new/brickd-2.4.7/src/brickd/raspberry_pi.c  2024-07-29 12:16:58.000000000 
+0200
@@ -89,7 +89,7 @@
        result = RASPBERRY_PI_BCM2835_DETECTED;
 
        if (length > model_prefix_len) {
-               for (i = 0; i < sizeof(non_bcm2835_models); ++i) {
+               for (i = 0; i < sizeof(non_bcm2835_models) / 
sizeof(non_bcm2835_models[0]); ++i) {
                        if (strncmp(buffer + model_prefix_len, 
non_bcm2835_models[i].suffix, strlen(non_bcm2835_models[i].suffix)) == 0) {
                                snprintf(last_spidev_reason, 
sizeof(last_spidev_reason), "%s", "Raspberry Pi without BCM2835 detected");
                                result = non_bcm2835_models[i].result;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brickd-2.4.6/src/brickd/version.h 
new/brickd-2.4.7/src/brickd/version.h
--- old/brickd-2.4.6/src/brickd/version.h       2024-07-02 15:52:46.000000000 
+0200
+++ new/brickd-2.4.7/src/brickd/version.h       2024-07-29 12:16:58.000000000 
+0200
@@ -40,7 +40,7 @@
 
 #define VERSION_MAJOR 2
 #define VERSION_MINOR 4
-#define VERSION_RELEASE 6
+#define VERSION_RELEASE 7
 
 #ifndef BRICKD_VERSION_SUFFIX
        #define BRICKD_VERSION_SUFFIX ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brickd-2.4.6/src/changelog 
new/brickd-2.4.7/src/changelog
--- old/brickd-2.4.6/src/changelog      2024-07-02 15:52:46.000000000 +0200
+++ new/brickd-2.4.7/src/changelog      2024-07-29 12:16:58.000000000 +0200
@@ -272,7 +272,10 @@
 - Add Raspberry Pi 5 support for HAT (Zero) Brick
 - Fix rare crash in initial USB device scan
 
-2024-07-02: 2.4.6 (<unknown>)
+2024-07-02: 2.4.6 (a897da7)
 - Adapt to Raspberry Pi 5 GPIO pin numbering changes
 - Use libgpiod for GPIO pin access on Linux
 - Change runstatedir default from /var/run to /run on Linux
+
+2024-07-29: 2.4.7 (<unknown>)
+- Fix Raspberry Pi 1-4 SPI backend detection

++++++ daemonlib-brickd-2.4.6.tar.gz -> daemonlib-brickd-2.4.7.tar.gz ++++++

Reply via email to