Script 'mail_helper' called by obssrc
Hello community,

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

Package is "pcsc-eco5000"

Thu Jul 10 22:12:18 2025 rev:18 rq:1291594 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-eco5000/pcsc-eco5000.changes        
2025-05-20 09:40:19.911346646 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-eco5000.new.7373/pcsc-eco5000.changes      
2025-07-10 22:12:20.004176648 +0200
@@ -1,0 +2,7 @@
+Wed Jul  9 10:46:16 UTC 2025 - Pedro Monreal <pmonr...@suse.com>
+
+- Fix build with gcc15:
+  * Remove bool typedef as not needed and not used in the code
+  * Add pcsc-eco5000-fix-compile-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  pcsc-eco5000-fix-compile-gcc15.patch

----------(New B)----------
  New:  * Remove bool typedef as not needed and not used in the code
  * Add pcsc-eco5000-fix-compile-gcc15.patch
----------(New E)----------

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

Other differences:
------------------
++++++ pcsc-eco5000.spec ++++++
--- /var/tmp/diff_new_pack.0mW6Do/_old  2025-07-10 22:12:20.764208259 +0200
+++ /var/tmp/diff_new_pack.0mW6Do/_new  2025-07-10 22:12:20.768208424 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-eco5000
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 Source:         %{_name}-%{version}.tar.bz2
 Patch0:         pcsc-eco5000-fix-compile-gcc14.patch
 Patch1:         pcsc-eco5000-clean-warnings.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch2:         pcsc-eco5000-fix-compile-gcc15.patch
 Requires:       pcsc-lite
 %define ifddir %(pkg-config --variable=usbdropdir libpcsclite)
 
@@ -69,9 +69,7 @@
     Andreas Schwier <andreas.schw...@cardcontact.de>
 
 %prep
-%setup -q -n %{_name}-%{version}
-%patch -P 0 -p1
-%patch -P 1 -p1
+%autosetup -p1 -n %{_name}-%{version}
 
 %build
 autoreconf -f -i

++++++ pcsc-eco5000-fix-compile-gcc15.patch ++++++
Index: eco5000-1.2.0/defines.h
===================================================================
--- eco5000-1.2.0.orig/defines.h
+++ eco5000-1.2.0/defines.h
@@ -78,7 +78,8 @@
 
 #ifndef bool
 
- typedef int bool;
+/* typedef int bool; */
+#include <stdbool.h>
 
 #endif
 

Reply via email to