From 0a43a129b1eab899e4ed22edf03e3944dc77da7e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Dec 11 2008 00:35:00 +0000 Subject: - update to 2.3.1 - no longer need alex-2.3-base3.patch --- diff --git a/.cvsignore b/.cvsignore index 16f0df7..b7ecb13 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -alex-2.3.tar.gz +alex-2.3.1.tar.gz diff --git a/alex-2.3-base3.patch b/alex-2.3-base3.patch deleted file mode 100644 index 064dcf6..0000000 --- a/alex-2.3-base3.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -u alex-2.3/alex.cabal.orig alex-2.3/alex.cabal ---- alex-2.3/alex.cabal.orig 2008-10-13 18:31:15.000000000 +1000 -+++ alex-2.3/alex.cabal 2008-11-25 14:36:52.000000000 +1000 -@@ -50,18 +50,12 @@ - tests/tokens_gscan.x - tests/tokens_posn.x - --flag small_base -- description: Choose the new smaller, split-up base package. -- - executable alex - executable: alex - hs-source-dirs: src - main-is: Main.hs - -- if flag(small_base) -- build-depends: base >= 2.1, array, containers, directory -- else -- build-depends: base >= 1.0 -+ build-depends: base == 3.*, array, containers, directory - - build-depends: haskell98 >= 1.0 - - -Diff finished. Tue Nov 25 14:37:02 2008 diff --git a/alex.spec b/alex.spec index 05ab165..b261094 100644 --- a/alex.spec +++ b/alex.spec @@ -2,9 +2,9 @@ %define debug_package %{nil} Name: alex -Version: 2.3 -Release: 2%{?dist} -Summary: The lexer generator for Haskell +Version: 2.3.1 +Release: 1%{?dist} +Summary: A lexer generator for Haskell Group: Development/Tools License: BSD @@ -13,7 +13,6 @@ Source: http://hackage.haskell.org/packages/archive/%{name}/%{version}/% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: i386 x86_64 ppc BuildRequires: autoconf ghc docbook-style-xsl libxslt -Patch1: alex-2.3-base3.patch %description Alex is a tool for generating lexical analysers in Haskell, given a @@ -23,12 +22,11 @@ expressions. It is similar to the tool lex or flex for C/C++. %prep %setup -q -%patch1 -p1 -b .orig %build %cabal_configure -%cabal_build +%cabal build pushd doc autoreconf @@ -54,6 +52,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Dec 11 2008 Jens Petersen - 2.3.1-1 +- update to 2.3.1 +- no longer need alex-2.3-base3.patch + * Tue Nov 25 2008 Jens Petersen - 2.3-2 - build with new macros - update urls to point to hackage diff --git a/sources b/sources index 6057069..7411b82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d50ac9433ed299d2cea8ca9aebaf1660 alex-2.3.tar.gz +a8c26af3370388297cee4b8c767d72d9 alex-2.3.1.tar.gz