Hello community,

here is the log from the commit of package herbstluftwm for openSUSE:Factory 
checked in at 2017-12-08 12:58:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/herbstluftwm (Old)
 and      /work/SRC/openSUSE:Factory/.herbstluftwm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "herbstluftwm"

Fri Dec  8 12:58:14 2017 rev:2 rq:554727 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/herbstluftwm/herbstluftwm.changes        
2017-09-22 21:33:27.584490406 +0200
+++ /work/SRC/openSUSE:Factory/.herbstluftwm.new/herbstluftwm.changes   
2017-12-08 12:58:15.831787260 +0100
@@ -1,0 +2,6 @@
+Tue Dec  5 21:35:10 UTC 2017 - [email protected]
+
+- Respect %optflags 
+- BuildRequire only the needed x libs, not xorg-x11-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ herbstluftwm.spec ++++++
--- /var/tmp/diff_new_pack.wGEfNV/_old  2017-12-08 12:58:16.695756057 +0100
+++ /var/tmp/diff_new_pack.wGEfNV/_new  2017-12-08 12:58:16.699755912 +0100
@@ -30,9 +30,9 @@
 BuildRequires:  glib2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  ncurses-utils
-BuildRequires:  xorg-x11-devel
-Requires:       xorg-x11-libX11
-# BuildArch:      noarch
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
 
 %description
 herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
@@ -40,10 +40,10 @@
 %prep
 %setup -q
 
-
 %build
-make COLOR=0 %{?_smp_mflags}
-
+export CXXFLAGS="%optflags"
+export CFLAGS="%optflags"
+make VERBOSE= COLOR=0 %{?_smp_mflags}
 
 %install
 make install \
@@ -55,7 +55,6 @@
 
 install -D -m0644  %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop
 
-
 %files
 %dir %{_datadir}/zsh/functions
 %dir %{_datadir}/zsh/functions/Completion


Reply via email to