Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qtile for openSUSE:Factory checked 
in at 2023-02-21 15:36:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtile (Old)
 and      /work/SRC/openSUSE:Factory/.qtile.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtile"

Tue Feb 21 15:36:19 2023 rev:20 rq:1066890 version:0.22.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtile/qtile.changes      2022-10-18 
16:06:50.101213287 +0200
+++ /work/SRC/openSUSE:Factory/.qtile.new.22824/qtile.changes   2023-02-21 
15:36:32.112457051 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 03:52:18 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Excluded arm because lots of failures.
+
+-------------------------------------------------------------------
+Sat Feb  4 15:49:02 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Set wlroots less than 0.16.0
+- Set required memory to 8GB to enable other architectures.
+- Use %optflags macro and pkg-config as values for CFLAGs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qtile.spec ++++++
--- /var/tmp/diff_new_pack.6laWTz/_old  2023-02-21 15:36:32.796460982 +0100
+++ /var/tmp/diff_new_pack.6laWTz/_new  2023-02-21 15:36:32.800461005 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qtile
 #
-# 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
@@ -32,6 +32,7 @@
 BuildRequires:  gdk-pixbuf-loader-rsvg
 BuildRequires:  librsvg
 BuildRequires:  pango-devel
+BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-cairocffi >= 0.9.0
 BuildRequires:  python3-cffi >= 1.1.0
@@ -44,7 +45,7 @@
 BuildRequires:  pkgconfig(libinput)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libudev)
-BuildRequires:  pkgconfig(wlroots)
+BuildRequires:  pkgconfig(wlroots) < 0.16.1
 BuildRequires:  pkgconfig(xkbcommon)
 BuildRequires:  pkgconfig(xwayland)
 Requires:       python3-cairocffi >= 0.9.0
@@ -66,7 +67,7 @@
 Suggests:       python3-jupyter_ipykernel
 Suggests:       python3-tk
 # v0.21.0 has lots of additional failures on i586
-ExcludeArch:    %{ix86}
+ExcludeArch:    %{ix86} %arm %arm64
 
 %if %{with test}
 BuildRequires:  ImageMagick
@@ -115,11 +116,11 @@
 
 %build
 # wlr headers try to import wayland-server-core.h , which is in 
wayland/wayland-server-core.h
-export CFLAGS="-I/usr/include/wayland -I/usr/include/libinput 
-I/usr/include/libxkbcommon ${CFLAGS}"
+export CFLAGS="%optflags $(pkg-config --cflags wayland-client libinput 
xkbcommon)"
 %python3_build
 
 %install
-export CFLAGS="-I/usr/include/wayland -I/usr/include/libinput 
-I/usr/include/libxkbcommon ${CFLAGS}"
+export CFLAGS="%optflags $(pkg-config --cflags wayland-client libinput 
xkbcommon)"
 # Initial steps from 
https://github.com/qtile/qtile/blob/master/scripts/ffibuild
 ./scripts/ffibuild
 %python3_install
@@ -137,6 +138,7 @@
 
 %if %{with test}
 %check
+export CFLAGS="%optflags $(pkg-config --cflags wayland-client libinput 
xkbcommon)"
 mkdir -vp ${PWD}/bin
 ln -svf %{buildroot}%{_bindir}/qtile ${PWD}/bin/qtile
 export LC_TYPE=en_US.UTF-8

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.6laWTz/_old  2023-02-21 15:36:32.828461166 +0100
+++ /var/tmp/diff_new_pack.6laWTz/_new  2023-02-21 15:36:32.832461188 +0100
@@ -1,7 +1,7 @@
 <constraints>
   <hardware>
     <memory>
-      <size unit="G">16</size>
+      <size unit="G">8</size>
     </memory>
   </hardware>
 </constraints>

Reply via email to