Hello community, here is the log from the commit of package xmobar for openSUSE:Factory checked in at 2018-10-25 08:20:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmobar (Old) and /work/SRC/openSUSE:Factory/.xmobar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmobar" Thu Oct 25 08:20:01 2018 rev:3 rq:642917 version:0.28.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xmobar/xmobar.changes 2018-08-27 12:58:23.864753838 +0200 +++ /work/SRC/openSUSE:Factory/.xmobar.new/xmobar.changes 2018-10-25 08:20:12.691968628 +0200 @@ -1,0 +2,9 @@ +Sun Oct 7 02:01:15 UTC 2018 - [email protected] + +- Update xmobar to version 0.28.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/xmobar-0.28.1/src/changelog.md + +------------------------------------------------------------------- @@ -21 +29,0 @@ - Old: ---- xmobar-0.28.tar.gz New: ---- xmobar-0.28.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmobar.spec ++++++ --- /var/tmp/diff_new_pack.PLvJEY/_old 2018-10-25 08:20:14.755967710 +0200 +++ /var/tmp/diff_new_pack.PLvJEY/_new 2018-10-25 08:20:14.759967709 +0200 @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %bcond_with tests Name: xmobar -Version: 0.28 +Version: 0.28.1 Release: 0 Summary: A Minimalistic Text Based Status Bar License: BSD-3-Clause ++++++ xmobar-0.28.tar.gz -> xmobar-0.28.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmobar-0.28/changelog.md new/xmobar-0.28.1/changelog.md --- old/xmobar-0.28/changelog.md 2018-08-20 00:44:03.000000000 +0200 +++ new/xmobar-0.28.1/changelog.md 2018-10-06 18:12:59.000000000 +0200 @@ -1,4 +1,10 @@ -## Version 0.28 +## Version 0.28.1 (October, 2018) + +Dependencies updated to work with GHC 8.6, avoiding [issue #354]. + +[issue #354]: https://github.com/jaor/xmobar/issues/356 + +## Version 0.28 (August, 2018) _New features_ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmobar-0.28/readme.md new/xmobar-0.28.1/readme.md --- old/xmobar-0.28/readme.md 2018-08-20 00:44:03.000000000 +0200 +++ new/xmobar-0.28.1/readme.md 2018-10-06 18:12:59.000000000 +0200 @@ -38,6 +38,10 @@ cabal install xmobar +Xmobar versions >= 0.27 require GHC version >= 8.0.2. Due to an +intermittent bug in GHC, we recommend using either GHC 8.0.2, 8.2.2 or +8.6. + See below for a list of optional compilation flags that will enable some optional plugins. For instance, to install xmobar with all the bells and whistles, use: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmobar-0.28/xmobar.cabal new/xmobar-0.28.1/xmobar.cabal --- old/xmobar-0.28/xmobar.cabal 2018-08-20 00:44:03.000000000 +0200 +++ new/xmobar-0.28.1/xmobar.cabal 2018-10-06 18:12:59.000000000 +0200 @@ -1,5 +1,5 @@ name: xmobar -version: 0.28 +version: 0.28.1 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -46,7 +46,7 @@ Plugins.Monitors.Uptime, Plugins.Monitors.Bright, Plugins.Monitors.CatInt build-depends: - base >= 4.9.1.0 && < 4.12, + base >= 4.9.1.0 && < 4.13, hspec == 2.*, containers, regex-compat, @@ -62,7 +62,7 @@ mtl >= 2.1 && < 2.3, parsec == 3.1.*, parsec-numbers == 0.1.0, - stm >= 2.3 && < 2.5 + stm >= 2.3 && < 2.6 source-repository head type: git @@ -159,7 +159,7 @@ extra-libraries: Xrandr Xrender build-depends: - base >= 4.9.1.0 && < 4.12, + base >= 4.9.1.0 && < 4.13, containers, regex-compat, process, @@ -174,7 +174,7 @@ mtl >= 2.1 && < 2.3, parsec == 3.1.*, parsec-numbers >= 0.1.0, - stm >= 2.3 && < 2.5 + stm >= 2.3 && < 2.6 if impl(ghc < 8.0.2) -- Disable building with GHC before 8.0.2.
