Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ctypeslib2 for
openSUSE:Factory checked in at 2022-10-14 15:42:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ctypeslib2 (Old)
and /work/SRC/openSUSE:Factory/.python-ctypeslib2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ctypeslib2"
Fri Oct 14 15:42:21 2022 rev:8 rq:1010556 version:2.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ctypeslib2/python-ctypeslib2.changes
2022-07-15 13:52:47.623569542 +0200
+++
/work/SRC/openSUSE:Factory/.python-ctypeslib2.new.2275/python-ctypeslib2.changes
2022-10-14 15:43:27.804010986 +0200
@@ -1,0 +2,5 @@
+Fri Oct 14 01:33:02 UTC 2022 - John Vandenberg <[email protected]>
+
+- Add -Wno-strict-prototypes to CFLAGS for compiling tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ctypeslib2.spec ++++++
--- /var/tmp/diff_new_pack.JIn9H4/_old 2022-10-14 15:43:28.660012415 +0200
+++ /var/tmp/diff_new_pack.JIn9H4/_new 2022-10-14 15:43:28.664012422 +0200
@@ -75,7 +75,7 @@
%if %{with test}
%check
-CFLAGS="-Wall -Wextra -Werror -std=c99 -pedantic -fpic"
+CFLAGS="-Wall -Wextra -Werror -Wno-strict-prototypes -std=c99 -pedantic -fpic"
LDFLAGS="-shared"
clang $CFLAGS $LDFLAGS -o test/data/test-callbacks.so
test/data/test-callbacks.c