update to 0.36

This commit is contained in:
Jens Petersen 2020-08-31 18:00:38 +08:00
parent edcb22744e
commit b7d22ed49a
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/xmobar-0.35.1.tar.gz
/netlink-1.1.1.0.tar.gz
/pretty-hex-1.1.tar.gz
/xmobar-0.36.tar.gz

View File

@ -1,3 +1,3 @@
SHA512 (netlink-1.1.1.0.tar.gz) = 2bb3d3c1a86e2de61e18a50366d9ecfa863df4959533db5ab3b127b4e02853cf4295ce7519a8ba7bbee9af0534c510aae99c567a5b23e8587e8e56113f530da3
SHA512 (pretty-hex-1.1.tar.gz) = e61223ea492d179e21dd0b26626e6dd32cc24e9e895e27ecedcdc20f70e7ca1db8ef69754a4273a4776d0574570c1d85de6e240f9d3ca0af003bd45416df7c3c
SHA512 (xmobar-0.35.1.tar.gz) = fd7bb8710f3c877835aa0b20e0fca227f6f620c0be31acd46e6a464b4ba3f6c7da8df31cd3f345e606b03a54328dd9a298e46e8fc2935e74ebd8c5712cedbf76
SHA512 (xmobar-0.36.tar.gz) = abb7f9cf367fa5c03f5928006fc5f7c38434743350d5f524307b99448cb30436fb44e0c856bd274032a6803f05b64e6d4ac553f51f4bd817efd2861408007c02

View File

@ -12,9 +12,9 @@
%bcond_with tests
Name: %{pkg_name}
Version: 0.35.1
Version: 0.36
# can only be reset when all subpkgs bumped
Release: 16%{?dist}
Release: 17%{?dist}
Summary: A minimalistic text-based status bar
License: BSD
@ -66,7 +66,6 @@ BuildRequires: ghc-temporary-devel
%endif
# for missing dep 'netlink':
BuildRequires: ghc-monad-loops-prof
#BuildRequires: ghc-pretty-hex-prof
# End cabal-rpm deps
BuildRequires: desktop-file-utils
BuildRequires: libXpm-devel
@ -157,7 +156,6 @@ 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}
@ -203,6 +201,10 @@ rm %{buildroot}%{_bindir}/{dump_nl80211,dump_rtnetlink,genlinfo}
%changelog
* Mon Aug 31 18:00:21 +08 2020 Jens Petersen <petersen@redhat.com> - 0.36-17
- update to 0.36
https://hackage.haskell.org/package/xmobar-0.36/changelog
* Wed Aug 19 2020 Jens Petersen <petersen@redhat.com> - 0.35.1-16
- switch from iwlib to netlink (#1860943)