update to 0.21

This commit is contained in:
Jens Petersen 2014-09-25 17:58:31 +09:00
parent 70bf31b292
commit 73307effbe
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/xmobar-0.18.tar.gz
/xmobar-0.19.tar.gz
/xmobar-0.20.1.tar.gz
/xmobar-0.21.tar.gz

View File

@ -1 +1 @@
cee66bfa9aa36d25329ffd5ac044aeaf xmobar-0.20.1.tar.gz
8d4442d3772ad9f475d96b955fda220d xmobar-0.21.tar.gz

View File

@ -1,13 +1,16 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: xmobar
Version: 0.20.1
Release: 3%{?dist}
Version: 0.21
Release: 1%{?dist}
Summary: A minimalistic text-based status bar
License: BSD
URL: http://hackage.haskell.org/package/%{name}
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
Source0: http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: xmobar.desktop
Patch0: xmobar-flags.patch
Patch1: xmobar-default-fonts.patch
@ -36,10 +39,10 @@ BuildRequires: ghc-utf8-string-devel
BuildRequires: libXrandr-devel%{?_isa}
BuildRequires: wireless-tools-devel%{?_isa}
# End cabal-rpm deps
BuildRequires: desktop-file-utils
#BuildRequires: ghc-alsa-mixer-devel
%description
Xmobar is a minimalistic text based status bar.
Inspired by the Ion3 status bar, it supports similar features, like dynamic
color management, output templates, and extensibility through plugins.
@ -73,6 +76,10 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
%changelog
* Thu Sep 25 2014 Jens Petersen <petersen@redhat.com> - 0.21-1
- update to 0.21
- refresh to cblrpm-0.8.11
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild