Hello community,

here is the log from the commit of package xmobar for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:42:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xmobar (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xmobar.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmobar"

Wed Feb 19 18:42:33 2020 rev:12 rq:771553 version:0.32

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/xmobar/xmobar.changes  2020-01-15 
16:31:08.256845186 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xmobar.new.26092/xmobar.changes       
2020-02-19 18:42:36.602337534 +0100
@@ -1,0 +2,63 @@
+Mon Dec  9 03:02:28 UTC 2019 - [email protected]
+
+- Update xmobar to version 0.32.
+  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.32/src/changelog.md
+
+-------------------------------------------------------------------
+Fri Nov  8 16:15:22 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Sat Oct 12 02:01:56 UTC 2019 - [email protected]
+
+- Update xmobar to version 0.31.
+  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.31/src/changelog.md
+
+-------------------------------------------------------------------
+Fri Aug 23 02:01:35 UTC 2019 - [email protected]
+
+- Update xmobar to version 0.30.
+  ## Version 0.30 (August, 2019)
+
+  _New features_
+
+    - New monitor `MultiCoreTemp`, thanks to Felix Springer.
+    - `DiskIO`: Additional template variables for absolute number of
+      bytes rather than speeds (see [issue #390].
+    - `WeatherX`: An extension to the `Weather` monitor allowing the
+      spefication of custom strings or icons for sky conditions.
+    - The battery monitors accept the new arguments `-a` and `-A` to
+      specify a system command executed if battery left goes beyond a
+      given threshold.
+
+  [issue #390]: https://github.com/jaor/xmobar/issues/390
+
+-------------------------------------------------------------------
+Tue Jun 11 13:00:00 UTC 2019 - Peter Simons <[email protected]>
+
+- Build xmobar with 'datezone' extension enabled.
+
+-------------------------------------------------------------------
+Sun Mar 17 03:01:54 UTC 2019 - [email protected]
+
+- Update xmobar to version 0.29.5.
+  ## Version 0.29.5 (March, 2019)
+
+  _Bug fixes_
+
+    - Honour command line flags when starting xmobar without any
+      configuration file (issue #375).
+    - `Alsa` plugin: restart `alsactl` if it quits, e.g. because of a
+      sleep/awake cycle (issue #376).
+    - `Weather` using the new HTTPS URL, which requires http-conduit as
+      a dependency (issue #378).
+    - `MarqueePipeReader` exported at the API level (issue #381).
+
+-------------------------------------------------------------------

Old:
----
  xmobar-0.29.4.tar.gz

New:
----
  xmobar-0.32.tar.gz

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

Other differences:
------------------
++++++ xmobar.spec ++++++
--- /var/tmp/diff_new_pack.8EphUA/_old  2020-02-19 18:42:36.870338096 +0100
+++ /var/tmp/diff_new_pack.8EphUA/_new  2020-02-19 18:42:36.870338096 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmobar
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,14 @@
 %global pkg_name xmobar
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        0.29.4
+Version:        0.32
 Release:        0
 Summary:        A Minimalistic Text Based Status Bar
 License:        BSD-3-Clause
-Group:          System/GUI/Other
 URL:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-HTTP-devel
 BuildRequires:  ghc-X11-devel
 BuildRequires:  ghc-X11-xft-devel
 BuildRequires:  ghc-async-devel
@@ -39,6 +37,8 @@
 BuildRequires:  ghc-extensible-exceptions-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hinotify-devel
+BuildRequires:  ghc-http-conduit-devel
+BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-iwlib-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-old-locale-devel
@@ -49,6 +49,8 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-timezone-olson-devel
+BuildRequires:  ghc-timezone-series-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-utf8-string-devel
@@ -69,14 +71,12 @@
 
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
-Group:          System/Libraries
 
 %description -n ghc-%{name}
 This package provides the Haskell %{name} shared library.
 
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       ghc-%{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires:       libXpm-devel
@@ -95,7 +95,7 @@
 echo >>Setup.hs 'main = defaultMain'
 
 %build
-%define cabal_configure_options -fwith_dbus -fwith_inotify -fwith_iwlib 
-fwith_mpris -fwith_thread -fwith_utf8 -fwith_xft -fwith_xpm
+%define cabal_configure_options -fwith_datezone -fwith_dbus -fwith_inotify 
-fwith_iwlib -fwith_mpris -fwith_thread -fwith_utf8 -fwith_xft -fwith_xpm
 %ghc_lib_build
 
 %install

++++++ xmobar-0.29.4.tar.gz -> xmobar-0.32.tar.gz ++++++
++++ 2378 lines of diff (skipped)


Reply via email to