[ghc-cautious-file/f15] Applied Jen's patch modified: ghc-cautious-file.spec

narasim narasim at fedoraproject.org
Sat Mar 3 18:24:01 UTC 2012


commit c2693b66661818cb52e70cd5ed87a24cde4826a9
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Sat Mar 3 23:53:19 2012 +0530

    Applied Jen's patch
    	modified:   ghc-cautious-file.spec

 ghc-cautious-file.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ghc-cautious-file.spec b/ghc-cautious-file.spec
index c83f463..133b5e0 100644
--- a/ghc-cautious-file.spec
+++ b/ghc-cautious-file.spec
@@ -4,7 +4,7 @@
 
 %global pkg_name cautious-file
 
-%global common_summary Provides ways to write a file cautiously
+%global common_summary Write files cautiously
 
 %global common_description Ways to write a file cautiously, to reduce \
 the chances of problems such as data loss due to crashes or power\
@@ -13,7 +13,7 @@ functions are used to reduce the chance of data loss further.
 
 Name:           ghc-%{pkg_name}
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -25,6 +25,7 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
+BuildRequires:  ghc-bytestring-devel
 
 %description
 %{common_description}
@@ -55,6 +56,10 @@ BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 
 
 %changelog
+* Sat Feb 25 2012 Jens Petersen <petersen at redhat.com> - 1.0-2
+- depends on bytestring
+- simplify summary and improve description format
+
 * Sat Feb 11 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 1.0-1
 - spec file template generated by cabal2spec-0.25.4
 - package update to 1.0


More information about the scm-commits mailing list