Hello community,

here is the log from the commit of package trousers for openSUSE:Factory 
checked in at 2020-06-02 14:42:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trousers (Old)
 and      /work/SRC/openSUSE:Factory/.trousers.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trousers"

Tue Jun  2 14:42:58 2020 rev:46 rq:810797 version:0.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/trousers/trousers.changes        2020-05-23 
17:28:03.583488378 +0200
+++ /work/SRC/openSUSE:Factory/.trousers.new.3606/trousers.changes      
2020-06-02 14:43:51.396510968 +0200
@@ -1,0 +2,8 @@
+Tue Jun  2 10:23:53 UTC 2020 - Matthias Gerstner <matthias.gerst...@suse.com>
+
+- add gcc-10.patch: fixes the build on gcc 10 by removing unused global
+  variables. This patch was posted on the TrouSerS mailing list [1].
+
+  [1]: https://sourceforge.net/p/trousers/mailman/message/36951419/
+
+-------------------------------------------------------------------

New:
----
  gcc-10.patch

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

Other differences:
------------------
++++++ trousers.spec ++++++
--- /var/tmp/diff_new_pack.ZBIVUr/_old  2020-06-02 14:43:52.300513825 +0200
+++ /var/tmp/diff_new_pack.ZBIVUr/_new  2020-06-02 14:43:52.304513837 +0200
@@ -30,6 +30,7 @@
 Source3:        91-trousers.rules
 Patch0:         fix-lto.patch
 Patch1:         bsc1164472.patch
+Patch2:         gcc-10.patch
 BuildRequires:  gtk2-devel
 BuildRequires:  libtool
 BuildRequires:  openssl-devel
@@ -82,6 +83,7 @@
 %setup -q -c %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
     CC=gcc

++++++ gcc-10.patch ++++++
diff --git a/src/include/tcsd.h b/src/include/tcsd.h
index 5b9462b85ed6..f5c286e01c86 100644
--- a/src/include/tcsd.h
+++ b/src/include/tcsd.h
@@ -164,10 +164,4 @@ TSS_RESULT tcsd_thread_create(int, char *);
 void      *tcsd_thread_run(void *);
 void      thread_signal_init();
 
-/* signal handling */
-#ifndef __APPLE__
-struct sigaction tcsd_sa_int;
-struct sigaction tcsd_sa_chld;
-#endif
-
 #endif
-- 

Reply via email to