[xmobar] update to 0.18

Jens Petersen petersen at fedoraproject.org
Fri Jun 7 04:52:15 UTC 2013


commit 669415722b5ebfdac1b7cee136e3b59741da7145
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jun 7 13:40:23 2013 +0900

    update to 0.18

 .gitignore                 |    1 +
 sources                    |    2 +-
 xmobar-default-fonts.patch |   14 +++++++-------
 xmobar.spec                |    8 +++++---
 4 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd9f39d..52a28ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /xmobar-0.14.tar.gz
 /xmobar-0.15.tar.gz
 /xmobar-0.16.tar.gz
+/xmobar-0.18.tar.gz
diff --git a/sources b/sources
index 29ab2cc..7da4f4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4742f1556a8e9b292f18df1176dcd378  xmobar-0.16.tar.gz
+4d0502fa75cd51ff23e41e1711f25adb  xmobar-0.18.tar.gz
diff --git a/xmobar-default-fonts.patch b/xmobar-default-fonts.patch
index 06d88e3..984ecb9 100644
--- a/xmobar-default-fonts.patch
+++ b/xmobar-default-fonts.patch
@@ -17,14 +17,14 @@
  
  -- | Given a fontname returns the font structure. If the font name is
  --  not valid the default font will be loaded and returned.
---- a/src/Config.hs	2011-05-28 18:03:39.371822760 +0400
-+++ b/src/Config.hs	2011-05-28 18:04:52.909823071 +0400
-@@ -83,7 +83,7 @@
+--- a/src/Config.hs	2013-06-05 07:37:16.000000000 +0900
++++ b/src/Config.hs	2013-06-07 13:49:58.579730878 +0900
+@@ -104,7 +104,7 @@
  -- | The default configuration values
  defaultConfig :: Config
  defaultConfig =
--    Config { font     = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
-+    Config { font     = "xft:mono-12"
-            , bgColor  = "#000000"
-            , fgColor  = "#BFBFBF"
+-    Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
++    Config { font = "xft:mono-12"
+            , bgColor = "#000000"
+            , fgColor = "#BFBFBF"
             , position = Top
diff --git a/xmobar.spec b/xmobar.spec
index 7263665..75f3755 100644
--- a/xmobar.spec
+++ b/xmobar.spec
@@ -1,9 +1,8 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
-# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 Name:           xmobar
-Version:        0.16
-Release:        3%{?dist}
+Version:        0.18
+Release:        1%{?dist}
 Summary:        A minimalistic text-based status bar
 
 License:        BSD
@@ -72,6 +71,9 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
 
 
 %changelog
+* Fri Jun 07 2013 Jens Petersen <petersen at redhat.com> - 0.18-1
+- update to 0.18
+
 * Fri Mar 22 2013 Jens Petersen <petersen at redhat.com> - 0.16-3
 - rebuild
 


More information about the scm-commits mailing list