Browse Source

xmobar/xmonad*: rebuild with ghc-8.4.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11746 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
f557020e56

+ 14 - 7
x/xmobar/xmobar-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    xmobar
-%define pkg_version 0.26
+%define pkg_version 0.27
 %define pkg_release 1%{?_dist_release}
 
 Summary:     a minimalistic text based status bar
@@ -14,8 +14,8 @@ URL:     http://hackage.haskell.org
 
 Source0: packages
 
-# Patch for building with hinotify-3.10
-Source2: xmobar-0.26_with_hinotify-3.10.patch
+# # Patch for building with hinotify-3.10
+# Source2: xmobar-0.26_with_hinotify-3.10.patch
 
 Source11: hinotify-0.3.10.tar.gz
 Source12: hinotify.cabal
@@ -23,8 +23,10 @@ Source13: timezone-series-0.1.9.tar.gz
 Source14: timezone-series.cabal
 Source15: timezone-olson-0.1.9.tar.gz
 Source16: timezone-olson.cabal
-Source17: xmobar-0.26.tar.gz
-Source18: xmobar.cabal
+Source17: parsec-numbers-0.1.0.tar.gz
+Source18: parsec-numbers.cabal
+Source19: xmobar-0.27.tar.gz
+Source20: xmobar.cabal
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -78,8 +80,8 @@ for pkg in `tail -n 1 %{SOURCE0}`; do
     pushd ${pkg}
         %ghc_fix_dependencies ${pkg}
 
-        # Patch for building with hinotify-3.10
-        %{__patch} -p1 < %{SOURCE2}
+        # # Patch for building with hinotify-3.10
+        # %{__patch} -p1 < %{SOURCE2}
 
         %cabal_configure2 %{name} ${pkg} \
             --flags="with_utf8" --flags="with_xft" \
@@ -119,6 +121,11 @@ popd
 
 
 %changelog
+* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.27-1
+- update to 0.27
+- drop Patch2 (fixed at upstream)
+- build using ghc-8.4.3
+
 * Fri May 18 2018 Toshiaki Ara <ara_t@384.jp> 0.26-1
 - update to 0.26
 - rebuild using ghc-8.4.2

+ 4 - 1
x/xmonad-contrib/xmonad-contrib-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    xmonad-contrib
 %define pkg_version 0.13
-%define pkg_release 3%{?_dist_release}
+%define pkg_release 4%{?_dist_release}
 
 Summary:     Third party extensions for xmonad
 Summary(ja): サードパーティーによるxmonad拡張
@@ -103,6 +103,9 @@ popd
 
 
 %changelog
+* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.13-4
+- build using ghc-8.4.3
+
 * Fri May 18 2018 Toshiaki Ara <ara_t@384.jp> 0.13-3
 - rebuild using ghc-8.4.2
 - add Patch for building with ghc-8.4 (Source1)

+ 4 - 1
x/xmonad-extras/xmonad-extras-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    xmonad-extras
 %define pkg_version 0.13.3
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 3%{?_dist_release}
 
 Summary:     Various modules for xmonad
 Summary(ja): xmonadのための様々なモジュール
@@ -102,6 +102,9 @@ popd
 
 
 %changelog
+* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.13.3-3
+- build using ghc-8.4.3
+
 * Fri May 18 2018 Toshiaki Ara <ara_t@384.jp> 0.13.3-1
 - update to 0.13.3
 - rebuild using ghc-8.4.2

+ 4 - 1
x/xmonad-utils/xmonad-utils-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    xmonad-utils
 %define pkg_version 0.1.3.3
-%define pkg_release 7%{?_dist_release}
+%define pkg_release 8%{?_dist_release}
 
 Summary:     a small collection of X utilities when running XMonad
 Summary(ja): XMonadのためのXユーティリティ集
@@ -81,6 +81,9 @@ done
 
 
 %changelog
+* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.1.3.3-8
+- build using ghc-8.4.3
+
 * Fri May 18 2018 Toshiaki Ara <ara_t@384.jp> 0.1.3.3-7
 - rebuild using ghc-8.4.2
 - rewrite using macro

+ 4 - 1
x/xmonad/xmonad-vl.spec

@@ -1,6 +1,6 @@
 %define pkg_name    xmonad
 %define pkg_version 0.13
-%define pkg_release 2%{?_dist_release}
+%define pkg_release 3%{?_dist_release}
 
 Summary:     Lightweight X11 window manager written in Haskell
 Summary(ja): Haskellで書かれたタイル型ウィンドウマネージャ
@@ -162,6 +162,9 @@ popd
 
 
 %changelog
+* Fri Jul 20 2018 Toshiaki Ara <ara_t@384.jp> 0.13-3
+- build using ghc-8.4.3
+
 * Fri May 18 2018 Toshiaki Ara <ara_t@384.jp> 0.13-2
 - rebuild using ghc-8.4.2
 - add Patch for building with ghc-8.4 (Source2)