Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2015-12-24 12:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-09-02 
00:36:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xmonad.new/xmonad.changes       2015-12-24 
12:17:07.000000000 +0100
@@ -1,0 +2,14 @@
+Tue Dec 22 09:28:15 UTC 2015 - [email protected]
+
+- update to 0.12
+* Use of data-default allows using def where previously you had to write 
+    defaultConfig, defaultXPConfig, etc.
+* The setlocale package is now used instead of a binding shipped with xmonad 
proper 
+    allowing the use of Main.hs instead of Main.hsc
+* No longer encodes paths for spawnPID
+* The default manageHook no longer floats Gimp windows
+* Doesn't crash when there are fewer workspaces than screens
+* Query is now an instance of Applicative
+* Various improvements to the example configuration file
+
+-------------------------------------------------------------------

Old:
----
  xmonad-0.11.1.tar.gz

New:
----
  xmonad-0.12.tar.gz

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

Other differences:
------------------
++++++ xmonad.spec ++++++
--- /var/tmp/diff_new_pack.Xdkmye/_old  2015-12-24 12:17:09.000000000 +0100
+++ /var/tmp/diff_new_pack.Xdkmye/_new  2015-12-24 12:17:09.000000000 +0100
@@ -20,7 +20,7 @@
 # no useful debuginfo for Haskell packages without C sources
 %global debug_package %{nil}
 Name:           xmonad
-Version:        0.11.1
+Version:        0.12
 Release:        0
 Summary:        A tiling window manager
 License:        BSD-3-Clause
@@ -31,12 +31,14 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-X11-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-extensible-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-setlocale-devel
 BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-utf8-string-devel
 BuildRequires:  update-desktop-files
@@ -72,32 +74,31 @@
 
 %prep
 %setup -q
-cabal-tweak-dep-ver utf8-string '< 0.4' '< 1.1'
 
 %build
-%{ghc_lib_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
-# Gzipping here because when we gzip it in %build step, it breaks cabal setup
+# Gzipping here because when we gzip it in %%build step, it breaks cabal setup
 
 %define desktop_src %{buildroot}%{_datadir}/xsessions/xmonad.desktop
 install -m0644 -D %{SOURCE1} %{desktop_src}
 %suse_update_desktop_file %{desktop_src}
 
 %post -n ghc-%{name}-devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %postun -n ghc-%{name}-devel
-%{ghc_pkg_recache}
+%ghc_pkg_recache
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc README TODO
+%doc README.md TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}-%{version}
 %{_mandir}/man1/xmonad.1.gz
@@ -109,6 +110,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
-%doc README TODO
+%doc README.md TODO
 
 %changelog

++++++ xmonad-0.11.1.tar.gz -> xmonad-0.12.tar.gz ++++++
++++ 9672 lines of diff (skipped)


Reply via email to