update to 0.33
This commit is contained in:
parent
953fd1ba2f
commit
d8105456e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/iwlib-0.1.0.tar.gz
|
||||
/xmobar-0.29.4.tar.gz
|
||||
/xmobar-0.32.tar.gz
|
||||
/xmobar-0.33.tar.gz
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (iwlib-0.1.0.tar.gz) = a6e6a6f7612d61911540938aa526216ef2b5121008b9ec97de4f1d82fd1655a31bd73cc161ed0b16a4445bd5e256e1cd1206b6a8fb7bc39bf8683ac1c2565f93
|
||||
SHA512 (xmobar-0.32.tar.gz) = 6a4ffd51c4af8b5e1e3236d2c96929d08d06692a0ce4bd38d9620c31f45296aa87676aa97513eaadf0d497b3d9c23d1c83f716f39883e82c6e787b7eaca91fd2
|
||||
SHA512 (xmobar-0.33.tar.gz) = 354fddd59927c784f52f0056e050963fcf135c0f0242be2914ad0dd3a6c1d6b0682e1713c1f6d3c64f9d22b9666033d65c8a9a5a3017dc0dd3f528441dc1ff69
|
||||
|
@ -1,9 +1,6 @@
|
||||
diff -u -r -U5 --no-dereference xmobar-0.23.1/xmobar.cabal xmobar-0.23.1.flags/xmobar.cabal
|
||||
--- xmobar-0.23.1/xmobar.cabal 2015-04-14 13:08:19.000000000 -0400
|
||||
+++ xmobar-0.23.1.flags/xmobar.cabal 2015-07-19 14:03:49.517088869 -0400
|
||||
@@ -26,27 +26,27 @@
|
||||
location: git://github.com/jaor/xmobar.git
|
||||
branch: master
|
||||
--- xmobar-0.33/xmobar.cabal~ 2020-02-27 04:51:21.000000000 +0800
|
||||
+++ xmobar-0.33/xmobar.cabal 2020-06-17 16:44:54.516116286 +0800
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
flag with_xft
|
||||
description: Use Xft to render text. UTF-8 support included.
|
||||
@ -12,7 +9,7 @@ diff -u -r -U5 --no-dereference xmobar-0.23.1/xmobar.cabal xmobar-0.23.1.flags/x
|
||||
|
||||
flag with_utf8
|
||||
description: With UTF-8 support.
|
||||
default: True
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
flag with_inotify
|
||||
description: inotify support (modern Linux only). Required for the Mail and MBox plugins.
|
||||
@ -20,7 +17,11 @@ diff -u -r -U5 --no-dereference xmobar-0.23.1/xmobar.cabal xmobar-0.23.1.flags/x
|
||||
+ default: True
|
||||
|
||||
flag with_iwlib
|
||||
description: Wireless info support. Required for the Wireless plugin, needs iwlib installed.
|
||||
description: Wireless info support via Wext ioctls (deprecated). Required for the Wireless plugin, needs iwlib installed.
|
||||
@@ -45,11 +45,11 @@
|
||||
|
||||
flag with_nl80211
|
||||
description: Wireless info support via nl80211. Required for the Wireless plugin on systems running Linux, the kernel.
|
||||
- default: False
|
||||
+ default: True
|
||||
|
||||
@ -31,5 +32,5 @@ diff -u -r -U5 --no-dereference xmobar-0.23.1/xmobar.cabal xmobar-0.23.1.flags/x
|
||||
|
||||
flag all_extensions
|
||||
description: Includes all optional extensions.
|
||||
default: False
|
||||
|
||||
|
||||
Diff finished. Wed Jun 17 16:45:04 2020
|
@ -11,9 +11,9 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.32
|
||||
Version: 0.33
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: A minimalistic text-based status bar
|
||||
|
||||
License: BSD
|
||||
@ -24,7 +24,7 @@ Source1: https://hackage.haskell.org/package/%{iwlib}/%{iwlib}.tar.gz
|
||||
# End cabal-rpm sources
|
||||
|
||||
Source10: xmobar.desktop
|
||||
Patch0: xmobar-0.23.1-flags.patch
|
||||
Patch0: xmobar-0.33-flags.patch
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
@ -203,6 +203,9 @@ install --mode=0755 -p examples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadpro
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.33-11
|
||||
- update to 0.33
|
||||
|
||||
* Mon Feb 24 2020 Jens Petersen <petersen@redhat.com> - 0.32-10
|
||||
- drop the libm patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user