update to 0.34

drop netlink since it pulls in 2 more deps
This commit is contained in:
Jens Petersen 2020-06-20 00:53:44 +08:00
parent 9d2da718e1
commit 69feb9d65f
4 changed files with 15 additions and 11 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/xmobar-0.29.4.tar.gz
/xmobar-0.32.tar.gz
/xmobar-0.33.tar.gz
/xmobar-0.34.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (iwlib-0.1.0.tar.gz) = a6e6a6f7612d61911540938aa526216ef2b5121008b9ec97de4f1d82fd1655a31bd73cc161ed0b16a4445bd5e256e1cd1206b6a8fb7bc39bf8683ac1c2565f93
SHA512 (xmobar-0.33.tar.gz) = 354fddd59927c784f52f0056e050963fcf135c0f0242be2914ad0dd3a6c1d6b0682e1713c1f6d3c64f9d22b9666033d65c8a9a5a3017dc0dd3f528441dc1ff69
SHA512 (xmobar-0.34.tar.gz) = a5c87199eea7ee20190fc707876b522235131ea3bd0340154ba505a9cfaf9d040efcc2df21503a15a3b1adb402ef71777cebf8fe49f1fe91c094ba7d8bc95c6e

View File

@ -1,5 +1,5 @@
--- 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
--- xmobar-0.34/xmobar.cabal.orig 2001-09-09 09:46:40.000000000 +0800
+++ xmobar-0.34/xmobar.cabal 2020-06-20 11:53:14.070561543 +0800
@@ -29,7 +29,7 @@
flag with_xft
@ -9,7 +9,7 @@
flag with_utf8
description: With UTF-8 support.
@@ -37,7 +37,7 @@
@@ -37,11 +37,11 @@
flag with_inotify
description: inotify support (modern Linux only). Required for the Mail and MBox plugins.
@ -18,12 +18,12 @@
flag with_iwlib
description: Wireless info support via Wext ioctls (deprecated). Required for the Wireless plugin, needs iwlib installed.
@@ -45,11 +45,11 @@
- default: False
+ default: True
flag with_nl80211
description: Wireless info support via nl80211. Required for the Wireless plugin on systems running Linux, the kernel.
- default: False
+ default: True
@@ -49,7 +49,7 @@
flag with_mpd
description: MPD support. Needs libmpd installed.
@ -32,5 +32,3 @@
flag all_extensions
description: Includes all optional extensions.
Diff finished. Wed Jun 17 16:45:04 2020

View File

@ -11,9 +11,9 @@
%bcond_with tests
Name: %{pkg_name}
Version: 0.33
Version: 0.34
# can only be reset when all subpkgs bumped
Release: 11%{?dist}
Release: 12%{?dist}
Summary: A minimalistic text-based status bar
License: BSD
@ -39,6 +39,7 @@ BuildRequires: ghc-directory-prof
BuildRequires: ghc-extensible-exceptions-prof
BuildRequires: ghc-filepath-prof
BuildRequires: ghc-hinotify-prof
BuildRequires: ghc-http-client-tls-prof
BuildRequires: ghc-http-conduit-prof
BuildRequires: ghc-http-types-prof
#BuildRequires: ghc-iwlib-prof
@ -151,6 +152,7 @@ cd -
%ghc_libs_install %{subpkgs}
%ghc_lib_install
%ghc_fix_rpath %{pkgver}
chmod a-x changelog.md readme.md
# End cabal-rpm install
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE10}
@ -194,6 +196,9 @@ install --mode=0755 -p examples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadpro
%changelog
* Fri Jun 19 2020 Jens Petersen <petersen@redhat.com> - 0.34-12
- update to 0.34
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.33-11
- update to 0.33