Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2016-11-28 15:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and      /work/SRC/openSUSE:Factory/.xmonad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmonad"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes    2016-07-21 
08:01:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xmonad.new/xmonad.changes       2016-11-28 
15:07:26.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 17 14:32:58 UTC 2016 - [email protected]
+
+- Add windowmanager provides (boo#981663).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xmonad.spec ++++++
--- /var/tmp/diff_new_pack.V2M0cY/_old  2016-11-28 15:07:27.000000000 +0100
+++ /var/tmp/diff_new_pack.V2M0cY/_new  2016-11-28 15:07:27.000000000 +0100
@@ -27,7 +27,6 @@
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source10:       xmonad.desktop
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-X11-devel
@@ -42,12 +41,14 @@
 BuildRequires:  ghc-setlocale-devel
 BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-utf8-string-devel
-# End cabal-rpm deps
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xinerama)
 Suggests:       ghc-xmonad-contrib-devel
 Suggests:       ghc-xmonad-devel
+# windowmanager is a generic provides for every WM - there are things (like 
Xvnc)
+# That rely on the prsence of 'a WM', but do not care which one it is
+Provides:       windowmanager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
@@ -84,14 +85,11 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
 install -d %{buildroot}%{_mandir}/man1/
 mv %{buildroot}%{_datadir}/%{name}-%{version}/man/%{name}.1 
%{buildroot}%{_mandir}/man1/
 gzip %{buildroot}%{_mandir}/man1/%{name}.1
@@ -103,12 +101,8 @@
 
 %ghc_fix_dynamic_rpath %{pkg_name}
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache


Reply via email to