Hello community,

here is the log from the commit of package libcompizconfig for openSUSE:Factory 
checked in at 2019-11-01 15:13:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcompizconfig (Old)
 and      /work/SRC/openSUSE:Factory/.libcompizconfig.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcompizconfig"

Fri Nov  1 15:13:52 2019 rev:9 rq:744594 version:0.8.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcompizconfig/libcompizconfig.changes  
2018-11-26 10:20:18.829732405 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcompizconfig.new.2990/libcompizconfig.changes    
    2019-11-01 15:13:53.576735877 +0100
@@ -1,0 +2,7 @@
+Thu Oct 31 17:42:21 CET 2019 - [email protected]
+
+- add patch libcompizconfig-configure-retval.patch
+  fix configure check for posix compatible scandir function
+  that always failed due to -Werror=return-type 
+
+-------------------------------------------------------------------

New:
----
  libcompizconfig-configure-retval.patch

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

Other differences:
------------------
++++++ libcompizconfig.spec ++++++
--- /var/tmp/diff_new_pack.jYj9wD/_old  2019-11-01 15:13:54.128736597 +0100
+++ /var/tmp/diff_new_pack.jYj9wD/_new  2019-11-01 15:13:54.132736602 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcompizconfig
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,6 +28,7 @@
 Source:         
https://gitlab.com/compiz/libcompizconfig/uploads/%{_rev}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libcompizconfig-config-dir.patch boo#438081 
[email protected]
 Patch0:         %{name}-config-dir.patch
+Patch1:         libcompizconfig-configure-retval.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -62,6 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++++++ libcompizconfig-configure-retval.patch ++++++
--- libcompizconfig-0.8.16/configure.ac 2019/10/31 16:41:02     1.1
+++ libcompizconfig-0.8.16/configure.ac 2019/10/31 16:41:36
@@ -111,6 +111,7 @@
          # include <dirent.h>
          int func (const char *d, dirent ***list, void *sort) {
            int n = scandir(d, list, 0, (int(*)(const dirent **, const dirent 
**))sort);
+           return 0;
          }
        ],[
        ], ac_cv_cxx_scandir_posix=yes, ac_cv_cxx_scandir_posix=no)

Reply via email to