From 46625c1dd1e4b19e485f4d336505225533afa4de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Apr 24 2009 11:44:26 +0000 Subject: ghc_version is now in macros.ghc --- diff --git a/ghc-X11.spec b/ghc-X11.spec index 288894c..79de8b6 100644 --- a/ghc-X11.spec +++ b/ghc-X11.spec @@ -3,14 +3,12 @@ %bcond_without doc %bcond_without prof -%{expand: %%global ghc_version %(ghc --numeric-version)} - # ghc does not emit debug information %global debug_package %{nil} Name: ghc-%{pkg_name} Version: 1.4.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Haskell %{pkg_name} library Group: Development/Libraries @@ -30,7 +28,7 @@ BuildRequires: ghc-prof BuildRequires: libXinerama-devel, libX11-devel, libXext-devel %description -This package provides the Haskell %{pkg_name} library. +This package provides the Haskell %{pkg_name} library for ghc. The library consists of bindings to direct translations of the C bindings; for documentation of these calls, refer to "The Xlib Programming @@ -141,6 +139,9 @@ fi %changelog +* Fri Apr 24 2009 Jens Petersen - 1.4.5-10 +- ghc_version is now in macros.ghc + * Fri Apr 24 2009 Jens Petersen - 1.4.5-9 - try defining ghc_version with global