update to 0.38

This commit is contained in:
Jens Petersen 2021-08-05 13:15:10 +08:00
parent 84ce518e62
commit 580e5a5985
3 changed files with 15 additions and 8 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/pretty-hex-1.1.tar.gz
/xmobar-0.36.tar.gz
/xmobar-0.37.tar.gz
/xmobar-0.38.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.37.tar.gz) = a2904f3658ea32654ba343cd2c815928900e29e819dbc5ddff931601f42bae244365d2636ffce8b52c4dc57f88f3abebeffc62924fd3b39e197698d7b0da7d5d
SHA512 (xmobar-0.38.tar.gz) = 1dc644f3b876b5ba6295176f2662bb890f5f898c020a4b44118dff70c584344ca4c7bb3abd8f4f8da8bc7b4745cb370fa77f08d1b64b9e7f97f19c6c8ed4b478

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.0.9 --subpackage
# generated by cabal-rpm-2.0.10 --subpackage
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name xmobar
@ -12,9 +12,9 @@
%bcond_with tests
Name: %{pkg_name}
Version: 0.37
Version: 0.38
# can only be reset when all subpkgs bumped
Release: 20%{?dist}
Release: 21%{?dist}
Summary: A minimalistic text-based status bar
License: BSD
@ -32,17 +32,22 @@ Patch0: xmobar-flags.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros-extra
BuildRequires: ghc-X11-prof
BuildRequires: ghc-X11-xft-prof
BuildRequires: ghc-async-prof
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-cereal-prof
BuildRequires: ghc-containers-prof
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-libmpd-prof
BuildRequires: ghc-mtl-prof
#BuildRequires: ghc-netlink-prof
BuildRequires: ghc-old-locale-prof
BuildRequires: ghc-parsec-prof
BuildRequires: ghc-parsec-numbers-prof
@ -60,7 +65,6 @@ BuildRequires: ghc-hspec-devel
BuildRequires: ghc-temporary-devel
%endif
# for missing dep 'netlink':
BuildRequires: ghc-cereal-prof
BuildRequires: ghc-monad-loops-prof
# End cabal-rpm deps
BuildRequires: desktop-file-utils
@ -151,7 +155,6 @@ cd -
# Begin cabal-rpm install
%ghc_libs_install %{subpkgs}
%ghc_lib_install
%ghc_fix_rpath %{pkgver}
# End cabal-rpm install
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE10}
@ -169,7 +172,7 @@ rm %{buildroot}%{_bindir}/{dump_nl80211,dump_rtnetlink,genlinfo}
%files
# Begin cabal-rpm files:
%license license
%doc changelog.md examples readme.md
%doc changelog.md examples readme.org
%{_bindir}/%{name}
# End cabal-rpm files
%{_bindir}/xmonadpropwrite
@ -184,7 +187,7 @@ rm %{buildroot}%{_bindir}/{dump_nl80211,dump_rtnetlink,genlinfo}
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%doc changelog.md examples readme.md
%doc changelog.md examples readme.org
%if %{with haddock}
@ -199,6 +202,9 @@ rm %{buildroot}%{_bindir}/{dump_nl80211,dump_rtnetlink,genlinfo}
%changelog
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.38-21
- update to 0.38
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.37-20
- update to 0.37