Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxcb for openSUSE:Factory checked in at 2023-01-07 17:15:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxcb (Old) and /work/SRC/openSUSE:Factory/.libxcb.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxcb" Sat Jan 7 17:15:59 2023 rev:30 rq:1056273 version:1.15 Changes: -------- --- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes 2022-05-06 18:59:16.097351942 +0200 +++ /work/SRC/openSUSE:Factory/.libxcb.new.1563/libxcb.changes 2023-01-07 17:16:14.900915294 +0100 @@ -1,0 +2,6 @@ +Thu Jan 5 20:19:45 UTC 2023 - Dirk Müller <[email protected]> + +- avoid configuring twice +- add gpg validation / source url / keyring + +------------------------------------------------------------------- New: ---- libxcb-1.15.tar.xz.sig libxcb.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxcb.spec ++++++ --- /var/tmp/diff_new_pack.OJpqLp/_old 2023-01-07 17:16:15.412918348 +0100 +++ /var/tmp/diff_new_pack.OJpqLp/_new 2023-01-07 17:16:15.416918373 +0100 @@ -1,7 +1,7 @@ # # spec file for package libxcb # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,12 +28,14 @@ Summary: X11 core protocol C library License: MIT Group: Development/Libraries/C and C++ -URL: http://xcb.freedesktop.org/ +URL: https://xcb.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xcb/libxcb #Git-Web: https://cgit.freedesktop.org/xcb/libxcb/ #DL-URL: https://xcb.freedesktop.org/dist/ -Source: %{name}-%{version}.tar.xz -Source1: baselibs.conf +Source: https://xcb.freedesktop.org/dist/libxcb-%{version}.tar.xz +Source1: https://xcb.freedesktop.org/dist/libxcb-%{version}.tar.xz.sig +Source2: baselibs.conf +Source3: libxcb.keyring Patch1: bug-262309_xcb-xauthlocalhostname.diff Patch2: n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch BuildRequires: autoconf >= 2.57 @@ -392,13 +394,13 @@ %patch2 -p1 %build -./autogen.sh +NOCONFIGURE=1 ./autogen.sh %configure --docdir=%{_docdir}/%{name} \ --disable-static \ --enable-xinput \ --enable-xkb \ --enable-sendfds -make %{?_smp_mflags} +%make_build %install %make_install
