Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libICE for openSUSE:Factory checked 
in at 2023-01-01 09:38:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libICE (Old)
 and      /work/SRC/openSUSE:Factory/.libICE.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libICE"

Sun Jan  1 09:38:26 2023 rev:12 rq:1045921 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libICE/libICE.changes    2022-12-07 
17:35:18.956654423 +0100
+++ /work/SRC/openSUSE:Factory/.libICE.new.1563/libICE.changes  2023-01-01 
09:38:29.362657358 +0100
@@ -1,0 +2,7 @@
+Thu Dec  8 20:57:53 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.1.1:
+  * ICEmsg: Fix C++ interoperability error due to static_assert define
+- drop U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch
  libICE-1.1.0.tar.xz

New:
----
  libICE-1.1.1.tar.xz

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

Other differences:
------------------
++++++ libICE.spec ++++++
--- /var/tmp/diff_new_pack.mOzHOC/_old  2023-01-01 09:38:30.070661231 +0100
+++ /var/tmp/diff_new_pack.mOzHOC/_new  2023-01-01 09:38:30.074661252 +0100
@@ -16,21 +16,18 @@
 #
 
 
-Name:           libICE
 %define lname  libICE6
-Version:        1.1.0
+Name:           libICE
+Version:        1.1.1
 Release:        0
 Summary:        X11 Inter-Client Exchange Library
 License:        MIT
 Group:          Development/Libraries/C and C++
-URL:            http://xorg.freedesktop.org/
-
+URL:            https://xorg.freedesktop.org/
 #Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libICE
 #Git-Web:      http://cgit.freedesktop.org/xorg/lib/libICE/
-Source:         
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
+Source:         
https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-Patch0:         U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:    autoconf >= 2.60, automake, libtool
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -49,14 +46,14 @@
 common negotiation mechanisms and to be multiplexed over a single
 transport connection.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        X11 Inter-Client Exchange Library
 # O/P added for 12.2
 Group:          System/Libraries
-Provides:       xorg-x11-libICE = 7.6_%version-%release
-Obsoletes:      xorg-x11-libICE < 7.6_%version-%release
+Provides:       xorg-x11-libICE = 7.6_%{version}-%{release}
+Obsoletes:      xorg-x11-libICE < 7.6_%{version}-%{release}
 
-%description -n %lname
+%description -n %{lname}
 The Inter-Client Exchange (ICE) protocol is intended to provide a
 framework for building such protocols, allowing them to make use of
 common negotiation mechanisms and to be multiplexed over a single
@@ -65,10 +62,10 @@
 %package devel
 Summary:        Development files for the X11 Inter-Client Exchange Library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %{lname} = %{version}
 # O/P added for 12.2
-Provides:       xorg-x11-libICE-devel = 7.6_%version-%release
-Obsoletes:      xorg-x11-libICE-devel < 7.6_%version-%release
+Provides:       xorg-x11-libICE-devel = 7.6_%{version}-%{release}
+Obsoletes:      xorg-x11-libICE-devel < 7.6_%{version}-%{release}
 
 %description devel
 The Inter-Client Exchange (ICE) protocol is intended to provide a
@@ -77,34 +74,31 @@
 transport connection.
 
 This package contains the development headers for the library found
-in %lname.
+in %{lname}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -fi
-%configure --docdir=%_docdir/%name --disable-static
-make %{?_smp_mflags}
+%configure --docdir=%{_docdir}/%{name} --disable-static
+%make_build
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
-
-%post -n %lname -p /sbin/ldconfig
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
-%defattr(-,root,root)
-%_libdir/libICE.so.6*
+%files -n %{lname}
+%license COPYING
+%{_libdir}/libICE.so.6*
 
 %files devel
-%defattr(-,root,root)
-%_includedir/X11/*
-%_libdir/libICE.so
-%_libdir/pkgconfig/ice.pc
-%_docdir/%name
+%{_includedir}/X11/*
+%{_libdir}/libICE.so
+%{_libdir}/pkgconfig/ice.pc
+%{_docdir}/%{name}
 
 %changelog

++++++ libICE-1.1.0.tar.xz -> libICE-1.1.1.tar.xz ++++++
++++ 7847 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libICE-1.1.0/ChangeLog new/libICE-1.1.1/ChangeLog
--- old/libICE-1.1.0/ChangeLog  2022-12-04 01:51:57.000000000 +0100
+++ new/libICE-1.1.1/ChangeLog  2022-12-08 17:09:30.000000000 +0100
@@ -1,3 +1,24 @@
+commit be1888a46e446dfcaa62ac0a97d96bb77b6816d4
+Author: Matt Turner <matts...@gmail.com>
+Date:   Thu Dec 8 10:41:44 2022 -0500
+
+    libICE 1.1.1
+    
+    Signed-off-by: Matt Turner <matts...@gmail.com>
+
+commit e176b676cff17948d68299c00dddefe41638c752
+Author: Arsen Arsenović <ar...@aarsen.me>
+Date:   Sun Dec 4 22:19:20 2022 +0100
+
+    ICEmsg: Fix C++ interoperability error due to static_assert define
+    
+    Commit 0269c687e954db7aca2a4344e32cb203315a00b6 added a static_assert 
helper
+    that gets defined to blank if left undefined by assert.h.  As this is not a
+    macro in other languages that use this header, this can lead to a 
compile-time
+    error.
+    
+    Bug: https://bugs.gentoo.org/884369
+
 commit 6c057be0f0aef0aeabb9a00e6814548fed0c125a
 Author: Alan Coopersmith <alan.coopersm...@oracle.com>
 Date:   Sat Dec 3 16:48:25 2022 -0800
@@ -1978,7 +1999,7 @@
     Require automake 1.7 in AM_INIT_AUTOMAKE
 
 commit 3458da101c943530861485c798538ce014eee6b0
-Author: Søren Sandmann Pedersen  <sandm...@daimi.au.dk>
+Author: Søren Sandmann Pedersen <sandm...@daimi.au.dk>
 Date:   Tue May 17 21:25:15 2005 +0000
 
     - Conditionally include config.h in xc/lib/SM
@@ -1986,14 +2007,14 @@
     - Add SM build system
 
 commit cae06ca0ce523eeb9a667ce3ae5bff066cf6ecd7
-Author: Søren Sandmann Pedersen  <sandm...@daimi.au.dk>
+Author: Søren Sandmann Pedersen <sandm...@daimi.au.dk>
 Date:   Tue May 17 20:53:58 2005 +0000
 
     - Conditionally include config.h in the ICE source.
     - Add ICE to symlink.sh
 
 commit 9dd90f8f8e29bb1dd6fe84b4b1d2d75ef91bc336
-Author: Søren Sandmann Pedersen  <sandm...@daimi.au.dk>
+Author: Søren Sandmann Pedersen <sandm...@daimi.au.dk>
 Date:   Tue May 17 20:52:35 2005 +0000
 
     Add ICE directory + build system.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libICE-1.1.0/configure.ac new/libICE-1.1.1/configure.ac
--- old/libICE-1.1.0/configure.ac       2022-12-04 01:51:42.000000000 +0100
+++ new/libICE-1.1.1/configure.ac       2022-12-08 17:09:24.000000000 +0100
@@ -1,7 +1,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libICE], [1.1.0],
+AC_INIT([libICE], [1.1.1],
         [https://gitlab.freedesktop.org/xorg/lib/libice/-/issues], [libICE])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libICE-1.1.0/include/X11/ICE/ICEmsg.h 
new/libICE-1.1.1/include/X11/ICE/ICEmsg.h
--- old/libICE-1.1.0/include/X11/ICE/ICEmsg.h   2022-12-04 01:51:42.000000000 
+0100
+++ new/libICE-1.1.1/include/X11/ICE/ICEmsg.h   2022-12-08 17:09:24.000000000 
+0100
@@ -34,7 +34,7 @@
 #include <X11/ICE/ICEconn.h>
 
 #include <assert.h>
-#ifndef static_assert
+#if !defined(__cplusplus) && !defined(static_assert)
 #define static_assert(cond, msg) /* skip for non-C11 compilers */
 #endif
 

Reply via email to