[ghc-dataenc] update to 0.13.0.3 and cabal2spec-0.22.2

Jens Petersen petersen at fedoraproject.org
Thu Aug 19 02:39:52 UTC 2010


commit 718f2821e55775afb1af571fbc32d6e817b17e26
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Aug 19 12:38:26 2010 +1000

    update to 0.13.0.3 and cabal2spec-0.22.2
    
    - build with hscolour and ghc-rpm-macros-0.8.1

 .gitignore       |    1 +
 ghc-dataenc.spec |   14 +++++++++++---
 sources          |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e04ba5..e482845 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dataenc-0.13.0.2.tar.gz
+/dataenc-0.13.0.3.tar.gz
diff --git a/ghc-dataenc.spec b/ghc-dataenc.spec
index 9fc1e7e..6a1ebc8 100644
--- a/ghc-dataenc.spec
+++ b/ghc-dataenc.spec
@@ -9,13 +9,14 @@ Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,\
 uuencode, xxencode, and yEncoding.
 
 %bcond_without shared
+%bcond_without hscolour
 
 # debuginfo is not useful for ghc
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-Version:        0.13.0.2
-Release:        3%{?dist}
+Version:        0.13.0.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -26,7 +27,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:  %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.0
+BuildRequires:  ghc-rpm-macros >= 0.8.1
+%if %{with hscolour}
+BuildRequires:  hscolour
+%endif
 
 %description
 %{common_description}
@@ -56,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 19 2010 Jens Petersen <petersen at redhat.com> - 0.13.0.3-1
+- update to 0.13.0.3
+- build with hscolour and ghc-rpm-macros-0.8.1
+
 * Sat Jun 26 2010 Jens Petersen <petersen at redhat.com> - 0.13.0.2-3
 - sync cabal2spec-0.22
 
diff --git a/sources b/sources
index ee568e0..3d555c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65f6e8fdbc0adef572afdacd2c492289  dataenc-0.13.0.2.tar.gz
+e141fb21140627776c3a8f52fa8d7513  dataenc-0.13.0.3.tar.gz


More information about the scm-commits mailing list