commit xmonad for openSUSE:Factory

2023-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2023-04-07 18:16:49

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.19717 (New)


Package is "xmonad"

Fri Apr  7 18:16:49 2023 rev:15 rq:103 version:0.17.2

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2023-04-04 
21:25:40.806984522 +0200
+++ /work/SRC/openSUSE:Factory/.xmonad.new.19717/xmonad.changes 2023-04-07 
18:16:54.744747996 +0200
@@ -1,0 +2,9 @@
+Sun Apr  2 13:05:34 UTC 2023 - Peter Simons 
+
+- Update xmonad to version 0.17.2.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/xmonad-0.17.2/src/CHANGES.md
+
+---

Old:

  xmonad-0.17.1.tar.gz
  xmonad.cabal

New:

  xmonad-0.17.2.tar.gz



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.8XsW45/_old  2023-04-07 18:16:55.252750923 +0200
+++ /var/tmp/diff_new_pack.8XsW45/_new  2023-04-07 18:16:55.256750946 +0200
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.17.1
+Version:0.17.2
 Release:0
 Summary:A tiling window manager
 License:BSD-3-Clause
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
 Source10:   xmonad.desktop
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
@@ -115,7 +114,6 @@
 
 %prep
 %autosetup
-cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++ xmonad-0.17.1.tar.gz -> xmonad-0.17.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmonad-0.17.1/CHANGES.md new/xmonad-0.17.2/CHANGES.md
--- old/xmonad-0.17.1/CHANGES.md2001-09-09 03:46:40.0 +0200
+++ new/xmonad-0.17.2/CHANGES.md2001-09-09 03:46:40.0 +0200
@@ -1,6 +1,12 @@
 # Change Log / Release Notes
 
-## 0.17.1 (September 3, 2021)
+## 0.17.2 (April 2, 2023)
+
+### Bug Fixes
+
+  * Fixed the build with GHC 9.6.
+
+## 0.17.1 (September 3, 2022)
 
 ### Enhancements
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmonad-0.17.1/INSTALL.md new/xmonad-0.17.2/INSTALL.md
--- old/xmonad-0.17.1/INSTALL.md2001-09-09 03:46:40.0 +0200
+++ new/xmonad-0.17.2/INSTALL.md2001-09-09 03:46:40.0 +0200
@@ -101,7 +101,7 @@
 out a tagged release, e.g.:
 
 ``` console
-$ git clone --branch v0.17.1 https://github.com/xmonad/xmonad
+$ git clone --branch v0.17.2 https://github.com/xmonad/xmonad
 $ git clone --branch v0.17.1 https://github.com/xmonad/xmonad-contrib
 ```
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmonad-0.17.1/man/xmonad.1 
new/xmonad-0.17.2/man/xmonad.1
--- old/xmonad-0.17.1/man/xmonad.1  2001-09-09 03:46:40.0 +0200
+++ new/xmonad-0.17.2/man/xmonad.1  2001-09-09 03:46:40.0 +0200
@@ -1,10 +1,10 @@
-.\" Automatically generated by Pandoc 2.5
+.\" Automatically generated by Pandoc 2.9.2.1
 .\"
 .TH "XMONAD" "1" "27 October 2021" "Tiling Window Manager" ""
 .hy
 .SH Name
 .PP
-xmonad \- Tiling Window Manager
+xmonad - Tiling Window Manager
 .SH Description
 .PP
 \f[I]xmonad\f[R] is a minimalist tiling window manager for X, written in
@@ -36,27 +36,27 @@
 emphasis on correctness and robustness.
 Internal properties of the window manager are checked using a
 combination of static guarantees provided by the type system, and
-type\-based automated testing.
+type-based automated testing.
 A benefit of this is that the code is simple to understand, and easy to
 modify.
 .SH Usage
 .PP
 \f[I]xmonad\f[R] places each window into a \[lq]workspace\[rq].
 Each workspace can have any number of windows, which you can cycle
-though with mod\-j and mod\-k.
+though with mod-j and mod-k.
 Windows are either displayed full screen, tiled horizontally, or tiled
 vertically.
-You can toggle the layout mode with mod\-space, which will cycle through
+You can toggle the layout mode with mod-space, which will cycle through
 the available modes.
 .PP
-You can switch to workspace N with mod\-N.
-For example, to switch to workspace 5, you would press mod\-5.
+You can switch to workspace N with mod-N.
+For example, to switch to workspa

commit xmonad for openSUSE:Factory

2023-04-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2023-04-04 21:25:26

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.19717 (New)


Package is "xmonad"

Tue Apr  4 21:25:26 2023 rev:14 rq:1076162 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2023-01-18 
13:11:40.941051433 +0100
+++ /work/SRC/openSUSE:Factory/.xmonad.new.19717/xmonad.changes 2023-04-04 
21:25:40.806984522 +0200
@@ -1,0 +2,5 @@
+Thu Mar 30 17:09:22 UTC 2023 - Peter Simons 
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+---



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.1hCQJU/_old  2023-04-04 21:25:41.334987518 +0200
+++ /var/tmp/diff_new_pack.1hCQJU/_new  2023-04-04 21:25:41.342987565 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmonad
 #
-# 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
@@ -17,6 +17,7 @@
 
 
 %global pkg_name xmonad
+%global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   %{pkg_name}
 Version:0.17.1
@@ -30,17 +31,30 @@
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-X11-devel
+BuildRequires:  ghc-X11-prof
+BuildRequires:  ghc-base-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-containers-prof
 BuildRequires:  ghc-data-default-class-devel
+BuildRequires:  ghc-data-default-class-prof
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-directory-prof
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-filepath-prof
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-mtl-prof
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-process-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-setlocale-devel
+BuildRequires:  ghc-setlocale-prof
 BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-time-prof
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-transformers-prof
 BuildRequires:  ghc-unix-devel
+BuildRequires:  ghc-unix-prof
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xinerama)
@@ -52,7 +66,9 @@
 ExcludeArch:%{ix86}
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-QuickCheck-prof
 BuildRequires:  ghc-quickcheck-classes-devel
+BuildRequires:  ghc-quickcheck-classes-prof
 %endif
 
 %description
@@ -81,6 +97,22 @@
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
 
+%package -n ghc-%{pkg_name}-doc
+Summary:Haskell %{pkg_name} library documentation
+Requires:   ghc-filesystem
+BuildArch:  noarch
+
+%description -n ghc-%{pkg_name}-doc
+This package provides the Haskell %{pkg_name} library documentation.
+
+%package -n ghc-%{pkg_name}-prof
+Summary:Haskell %{pkg_name} profiling library
+Requires:   ghc-%{pkg_name}-devel = %{version}-%{release}
+Supplements:(ghc-%{pkg_name}-devel and ghc-prof)
+
+%description -n ghc-%{pkg_name}-prof
+This package provides the Haskell %{pkg_name} profiling library.
+
 %prep
 %autosetup
 cp -p %{SOURCE1} %{name}.cabal
@@ -119,4 +151,9 @@
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %doc CHANGES.md README.md
 
+%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
+%license LICENSE
+
+%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files
+
 %changelog


commit xmonad for openSUSE:Factory

2023-01-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2023-01-18 13:11:17

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.32243 (New)


Package is "xmonad"

Wed Jan 18 13:11:17 2023 rev:13 rq:1059142 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2022-11-30 
15:01:06.977756608 +0100
+++ /work/SRC/openSUSE:Factory/.xmonad.new.32243/xmonad.changes 2023-01-18 
13:11:40.941051433 +0100
@@ -2 +2 @@
-Sat Sep 24 11:00:15 UTC 2022 - Dirk Müller 
+Sat Nov  5 13:42:54 UTC 2022 - Peter Simons 
@@ -4,7 +4,2 @@
-- update to 0.17.1:
-  * Added custom cursor shapes for resizing and moving windows.
-  * Exported `cacheNumlockMask` and `mkGrabs` from `XMonad.Operations`.
-  * Fixed border color of windows with alpha channel. Now all windows have the
-same opaque border color.
-  * Change the main loop to try to avoid [GHC bug 21708] on systems
-running GHC 9.2 up to version 9.2.3. The issue has been fixed in
+- Update xmonad to version 0.17.1 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.

New:

  xmonad.cabal



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.KeryKm/_old  2023-01-18 13:11:41.377053122 +0100
+++ /var/tmp/diff_new_pack.KeryKm/_new  2023-01-18 13:11:41.381053138 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package xmonad
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -25,6 +25,7 @@
 License:BSD-3-Clause
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
 Source10:   xmonad.desktop
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
@@ -75,13 +76,14 @@
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
-Requires(postun):ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
 
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.
 
 %prep
 %autosetup
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++ xmonad.cabal ++
name:   xmonad
version:0.17.1
x-revision: 2
synopsis:   A tiling window manager
description:xmonad is a tiling window manager for X. Windows are 
arranged
automatically to tile the screen without gaps or overlap, 
maximising
screen use. All features of the window manager are 
accessible from the
keyboard: a mouse is strictly optional. xmonad is written 
and
extensible in Haskell. Custom layout algorithms, and other 
extensions,
may be written by the user in config files. Layouts are 
applied
dynamically, and different layouts may be used on each 
workspace.
Xinerama is fully supported, allowing windows to be tiled 
on several
screens.
license:BSD3
license-file:   LICENSE
author: Spencer Janssen, Don Stewart, Adam Vogt, David Roundy, 
Jason Creighton,
Brent Yorgey, Peter Jones, Peter Simons, Andrea Rossato, 
Devin Mullins,
Lukas Mai, Alec Berryman, Stefan O'Rear, Daniel Wagner, 
Peter J. Jones,
Daniel Schoepe, Karsten Schoelzel, Neil Mitchell, Joachim 
Breitner,
Peter De Wachter, Eric Mertens, Geoff Reedy, Michiel 
Derhaeg,
Philipp Balzarek, Valery V. Vorotyntsev, Alex Tarkovsky, 
Fabian Beuke,
Felix Hirn, Michael Sloan, Tomas Janousek, Vanessa McHale, 
Nicolas Pouillard,
Aaron Denney, Austin Seipp, Benno Fünfstück, Brandon S 
Allbery, Chris Mears,
Christian Thiemann, Clint Adams, Daniel Neri, David Lazar, 
Ferenc Wagner,
Francesco Ariis, Gábor Lipták, Ivan N. Veselov, Ivan 
Tarasov, Javran Cheng,
Jens Petersen, Joey Hess, Jonne Ransijn, Josh Holland, 
Khudyakov Alexey,
Klaus Weidner, Michael G. Sloan, Mikkel Christiansen, 
Nicolas Dudebout,
Ondřej Súkup, Paul Hebble, Shachaf Ben-Kiki, Siim Põder, 
Tim McIver,
Trevor Elliott, Wouter Swierstra, Conrad Irwin, Tim 
Thelion, Tony Zorman
maintainer: xmo...@haskell.org
tested-with:GHC == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 
9.0.2 || == 9.2.2
categor

commit xmonad for openSUSE:Factory

2022-11-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2022-11-30 15:00:08

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.1597 (New)


Package is "xmonad"

Wed Nov 30 15:00:08 2022 rev:12 rq:1039028 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2022-10-13 
15:44:07.690970188 +0200
+++ /work/SRC/openSUSE:Factory/.xmonad.new.1597/xmonad.changes  2022-11-30 
15:01:06.977756608 +0100
@@ -1,0 +2,11 @@
+Sat Sep 24 11:00:15 UTC 2022 - Dirk Müller 
+
+- update to 0.17.1:
+  * Added custom cursor shapes for resizing and moving windows.
+  * Exported `cacheNumlockMask` and `mkGrabs` from `XMonad.Operations`.
+  * Fixed border color of windows with alpha channel. Now all windows have the
+same opaque border color.
+  * Change the main loop to try to avoid [GHC bug 21708] on systems
+running GHC 9.2 up to version 9.2.3. The issue has been fixed in
+
+---



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.mKZ88Z/_old  2022-11-30 15:01:07.509759730 +0100
+++ /var/tmp/diff_new_pack.mKZ88Z/_new  2022-11-30 15:01:07.513759754 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package xmonad
+# spec file
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -75,7 +75,7 @@
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
-Requires(postun): ghc-compiler = %{ghc_version}
+Requires(postun):ghc-compiler = %{ghc_version}
 
 %description -n ghc-%{name}-devel
 This package provides the Haskell %{name} library development files.


commit xmonad for openSUSE:Factory

2022-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2022-10-13 15:43:46

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.2275 (New)


Package is "xmonad"

Thu Oct 13 15:43:46 2022 rev:11 rq:1008557 version:0.17.1

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2021-11-11 
21:38:42.148988444 +0100
+++ /work/SRC/openSUSE:Factory/.xmonad.new.2275/xmonad.changes  2022-10-13 
15:44:07.690970188 +0200
@@ -1,0 +2,9 @@
+Sat Sep  3 14:07:31 UTC 2022 - Peter Simons 
+
+- Update xmonad to version 0.17.1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/xmonad-0.17.1/src/CHANGES.md
+
+---

Old:

  xmonad-0.17.0.tar.gz

New:

  xmonad-0.17.1.tar.gz



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.8ZVBZl/_old  2022-10-13 15:44:08.210971203 +0200
+++ /var/tmp/diff_new_pack.8ZVBZl/_new  2022-10-13 15:44:08.214971211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmonad
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name xmonad
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.17.0
+Version:0.17.1
 Release:0
 Summary:A tiling window manager
 License:BSD-3-Clause

++ xmonad-0.17.0.tar.gz -> xmonad-0.17.1.tar.gz ++
 1968 lines of diff (skipped)


commit xmonad for openSUSE:Factory

2021-11-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2021-11-11 21:37:51

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.1890 (New)


Package is "xmonad"

Thu Nov 11 21:37:51 2021 rev:10 rq:930454 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2021-06-04 
00:34:05.920963771 +0200
+++ /work/SRC/openSUSE:Factory/.xmonad.new.1890/xmonad.changes  2021-11-11 
21:38:42.148988444 +0100
@@ -1,0 +2,9 @@
+Mon Nov  1 08:29:22 UTC 2021 - psim...@suse.com
+
+- Update xmonad to version 0.17.0.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/xmonad-0.17.0/src/CHANGES.md
+
+---

Old:

  xmonad-0.15.tar.gz
  xmonad.cabal

New:

  xmonad-0.17.0.tar.gz



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.kBSrOl/_old  2021-11-11 21:38:42.596988771 +0100
+++ /var/tmp/diff_new_pack.kBSrOl/_new  2021-11-11 21:38:42.600988774 +0100
@@ -19,28 +19,27 @@
 %global pkg_name xmonad
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.15
+Version:0.17.0
 Release:0
 Summary:A tiling window manager
 License:BSD-3-Clause
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 Source10:   xmonad.desktop
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-X11-devel
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-data-default-devel
+BuildRequires:  ghc-data-default-class-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-time-devel
+BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unix-devel
-BuildRequires:  ghc-utf8-string-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xinerama)
@@ -52,6 +51,7 @@
 ExcludeArch:%{ix86}
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-quickcheck-classes-devel
 %endif
 
 %description
@@ -82,7 +82,6 @@
 
 %prep
 %autosetup
-cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++ xmonad-0.15.tar.gz -> xmonad-0.17.0.tar.gz ++
 5045 lines of diff (skipped)


commit xmonad for openSUSE:Factory

2021-06-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmonad for openSUSE:Factory checked 
in at 2021-06-04 00:33:46

Comparing /work/SRC/openSUSE:Factory/xmonad (Old)
 and  /work/SRC/openSUSE:Factory/.xmonad.new.1898 (New)


Package is "xmonad"

Fri Jun  4 00:33:46 2021 rev:9 rq:897108 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/xmonad/xmonad.changes2020-12-22 
11:50:11.246042899 +0100
+++ /work/SRC/openSUSE:Factory/.xmonad.new.1898/xmonad.changes  2021-06-04 
00:34:05.920963771 +0200
@@ -1,0 +2,6 @@
+Wed Jun  2 07:09:03 UTC 2021 - psim...@suse.com
+
+- Update xmonad to version 0.15 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---

New:

  xmonad.cabal



Other differences:
--
++ xmonad.spec ++
--- /var/tmp/diff_new_pack.zKWzBK/_old  2021-06-04 00:34:06.524965510 +0200
+++ /var/tmp/diff_new_pack.zKWzBK/_new  2021-06-04 00:34:06.528965521 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmonad
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 License:BSD-3-Clause
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 Source10:   xmonad.desktop
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
@@ -81,18 +82,19 @@
 
 %prep
 %autosetup
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build
 
 %install
 %ghc_lib_install
+%ghc_fix_rpath %{pkg_name}-%{version}
 install -m0644 -D man/xmonad.1 %{buildroot}%{_mandir}/man1/xmonad.1
 gzip %{buildroot}%{_mandir}/man1/xmonad.1
 %define desktop_src %{buildroot}%{_datadir}/xsessions/xmonad.desktop
 install -m0644 -D %{SOURCE10} %{desktop_src}
 %suse_update_desktop_file %{desktop_src}
-%ghc_fix_rpath %{pkg_name}-%{version}
 
 %check
 %cabal_test

++ xmonad.cabal ++
name:   xmonad
version:0.15
x-revision: 1
synopsis:   A tiling window manager
description:xmonad is a tiling window manager for X. Windows are 
arranged
automatically to tile the screen without gaps or overlap, 
maximising
screen use. All features of the window manager are 
accessible from the
keyboard: a mouse is strictly optional. xmonad is written 
and
extensible in Haskell. Custom layout algorithms, and other 
extensions,
may be written by the user in config files. Layouts are 
applied
dynamically, and different layouts may be used on each 
workspace.
Xinerama is fully supported, allowing windows to be tiled 
on several
screens.
license:BSD3
license-file:   LICENSE
author: Spencer Janssen, Don Stewart, Adam Vogt, David Roundy, 
Jason Creighton,
Brent Yorgey, Peter Jones, Peter Simons, Andrea Rossato, 
Devin Mullins,
Lukas Mai, Alec Berryman, Stefan O'Rear, Daniel Wagner, 
Peter J. Jones,
Daniel Schoepe, Karsten Schoelzel, Neil Mitchell, Joachim 
Breitner,
Peter De Wachter, Eric Mertens, Geoff Reedy, Michiel 
Derhaeg,
Philipp Balzarek, Valery V. Vorotyntsev, Alex Tarkovsky, 
Fabian Beuke,
Felix Hirn, Michael Sloan, Tomas Janousek, Vanessa McHale, 
Nicolas Pouillard,
Aaron Denney, Austin Seipp, Benno F??nfst??ck, Brandon S 
Allbery, Chris Mears,
Christian Thiemann, Clint Adams, Daniel Neri, David Lazar, 
Ferenc Wagner,
Francesco Ariis, G??bor Lipt??k, Ivan N. Veselov, Ivan 
Tarasov, Javran Cheng,
Jens Petersen, Joey Hess, Jonne Ransijn, Josh Holland, 
Khudyakov Alexey,
Klaus Weidner, Michael G. Sloan, Mikkel Christiansen, 
Nicolas Dudebout,
Ond??ej S??kup, Paul Hebble, Shachaf Ben-Kiki, Siim P??der, 
Tim McIver,
Trevor Elliott, Wouter Swierstra, Conrad Irwin, Tim Thelion
maintainer: xmo...@haskell.org
tested-with:GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
category:   System
homepage:   http://xmonad.org
bug-reports:https://github.com/xmonad/xmonad/issues
build-type: Simple
extra-source-files: README.md
CHANGES.md