[ghc-ConfigFile] update to 1.1.1

Jens Petersen petersen at fedoraproject.org
Sat Dec 3 11:05:58 UTC 2011


commit 94628d732a13c58e04f225d9a20091898bf5e1f3
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Dec 3 20:05:50 2011 +0900

    update to 1.1.1

 .gitignore          |    1 +
 ghc-ConfigFile.spec |   11 +++++++++--
 sources             |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5cf99ba..38f5128 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ConfigFile-1.0.6.tar.gz
+/ConfigFile-1.1.1.tar.gz
diff --git a/ghc-ConfigFile.spec b/ghc-ConfigFile.spec
index 6b6392e..444c9f0 100644
--- a/ghc-ConfigFile.spec
+++ b/ghc-ConfigFile.spec
@@ -17,18 +17,22 @@ config files. It's possible to make a config file parsable by \
 this module, the Unix shell, and make.
 
 Name:           ghc-%{pkg_name}
-Version:        1.0.6
-Release:        7%{?dist}.3
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
+%endif
+# END cabal2spec
 BuildRequires:  ghc-MissingH-prof, ghc-haskell98-prof, ghc-mtl-prof, ghc-parsec-prof
 
 %description
@@ -54,6 +58,9 @@ install -m 644 -p README %{buildroot}%{_docdir}/%{name}-%{version}/README
 
 
 %changelog
+* Sat Dec  3 2011 Jens Petersen <petersen at redhat.com> - 1.1.1-1
+- update to 1.1.1
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.0.6-7.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 250ab59..5d12b21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbdef31a2989723cc25ba92622ff0e42  ConfigFile-1.0.6.tar.gz
+9a43500bd71600de14ce8b2291a65fe7  ConfigFile-1.1.1.tar.gz


More information about the scm-commits mailing list