Update to 0.11.4

This commit is contained in:
Ben Boeckel 2015-07-19 16:02:22 -04:00
parent 9217c02d08
commit a1d9d67538
3 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ xmonad-contrib-0.9.1.tar.gz
/xmonad-contrib-0.11.1.tar.gz
/xmonad-contrib-0.11.2.tar.gz
/xmonad-contrib-0.11.3.tar.gz
/xmonad-contrib-0.11.4.tar.gz

View File

@ -2,17 +2,14 @@
%global pkg_name xmonad-contrib
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.11.3
Release: 2%{?dist}
Version: 0.11.4
Release: 1%{?dist}
Summary: Third party extensions for xmonad
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Patch0: xmonad-contrib-use_xft-flag.patch
Patch1: xmonad-contrib-0.10-xft-fonts.patch
Patch2: xmonad-contrib-0.10-ewmh-set-NET_WM_STATE.patch
@ -88,7 +85,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -96,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sun Jul 19 2015 Ben Boeckel <mathstuf@gmail.com> - 0.11.4-1
- Update to 0.11.4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
285617f4c832d6df77087604c7160757 xmonad-contrib-0.11.3.tar.gz
a41c886280a5414105c1cf241f0fd2f4 xmonad-contrib-0.11.4.tar.gz