Hello community,

here is the log from the commit of package pam-python for openSUSE:Factory 
checked in at 2018-07-28 12:45:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-python (Old)
 and      /work/SRC/openSUSE:Factory/.pam-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-python"

Sat Jul 28 12:45:30 2018 rev:3 rq:625832 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-python/pam-python.changes    2017-10-06 
11:04:41.426090993 +0200
+++ /work/SRC/openSUSE:Factory/.pam-python.new/pam-python.changes       
2018-07-28 12:45:32.369004902 +0200
@@ -1,0 +2,7 @@
+Fri Jul 27 12:43:21 UTC 2018 - alexander_nau...@opensuse.org
+
+- Adding werror.patch
+  This patch remove warninig option -Werror. This option makes all
+  warnings into errors.
+
+-------------------------------------------------------------------

New:
----
  werror.patch

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

Other differences:
------------------
++++++ pam-python.spec ++++++
--- /var/tmp/diff_new_pack.mew1Dl/_old  2018-07-28 12:45:32.785005659 +0200
+++ /var/tmp/diff_new_pack.mew1Dl/_new  2018-07-28 12:45:32.785005659 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam-python
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,8 @@
 BuildRequires:  pam-devel
 BuildRequires:  python-devel
 BuildRequires:  python-sphinx
-Patch:          not_null_argument_for_strcmp.patch
+Patch0:         not_null_argument_for_strcmp.patch
+Patch1:         werror.patch
 
 %description
 pam_python is a PAM module that runs the Python interpreter, and so
@@ -36,7 +37,8 @@
 
 %prep
 %setup
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 make

++++++ werror.patch ++++++
--- pam-python-1.0.6/src/Makefile  2016-08-27 14:27:10.000000000 +0200
+++ pam-python-1.0.6/src/Makefile  2017-10-05 14:06:51.377228092 +0200
@@ -1,6 +1,6 @@
 all:   ctest pam_python.so test-pam_python.pam
 
-WARNINGS=-Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast 
-Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Werror
+WARNINGS=-Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast 
-Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations
 #WARNINGS=-Wunreachable-code   # Gcc 4.1 .. 4.4 are too buggy to make this 
useful
 
 LIBDIR ?= /lib/security

Reply via email to