update to 0.22.1
This commit is contained in:
parent
270e351c42
commit
293c39d10a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/xmobar-0.19.tar.gz
|
||||
/xmobar-0.20.1.tar.gz
|
||||
/xmobar-0.21.tar.gz
|
||||
/xmobar-0.22.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
8d4442d3772ad9f475d96b955fda220d xmobar-0.21.tar.gz
|
||||
b63a1d5ad739e0f2b70ba0366a9854b7 xmobar-0.22.1.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: xmobar
|
||||
Version: 0.21
|
||||
Version: 0.22.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A minimalistic text-based status bar
|
||||
|
||||
@ -34,6 +34,7 @@ BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-regex-compat-devel
|
||||
BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-utf8-string-devel
|
||||
BuildRequires: libXrandr-devel%{?_isa}
|
||||
@ -77,6 +78,9 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 11 2014 Ben Boeckel <mathstuf@gmail.com> - 0.22.1-1
|
||||
- update to 0.22.1
|
||||
|
||||
* Thu Sep 25 2014 Jens Petersen <petersen@redhat.com> - 0.21-1
|
||||
- update to 0.21
|
||||
- refresh to cblrpm-0.8.11
|
||||
|
Loading…
Reference in New Issue
Block a user