From 1f3af55fe9c723efb14ac623d22d77708c569a2b Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Thu, 1 Aug 2013 07:58:01 +0000 Subject: [PATCH] Accepting request 185236 from devel:languages:haskell:platform Update for Haskell Paltform 2013.2.0.0 OBS-URL: https://build.opensuse.org/request/show/185236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=33 --- alex-3.0.5.tar.gz | 3 +++ alex.changes | 7 +++++++ alex.spec | 24 ++++++++++++------------ 3 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 alex-3.0.5.tar.gz diff --git a/alex-3.0.5.tar.gz b/alex-3.0.5.tar.gz new file mode 100644 index 0000000..2ec7af5 --- /dev/null +++ b/alex-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3326417a0538e355e5ad1871ab931b9c8145391e8b2ff79668eb643d9b99659 +size 100004 diff --git a/alex.changes b/alex.changes index 11c2f47..b4e8090 100644 --- a/alex.changes +++ b/alex.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 7 14:03:17 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 3.0.5 from upstream +* performance improvement with certain grammars ~30% +- part of Haskell Platform 2013.2 + ------------------------------------------------------------------- Sat Nov 17 13:46:06 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/alex.spec b/alex.spec index 91059f0..6f5cf45 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # - +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de # # All modifications and additions to the file contributed by third parties @@ -13,28 +13,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: alex -Version: 3.0.2 +Version: 3.0.5 Release: 0 Summary: Tool for generating lexical analysers in Haskell - -Group: Development/Languages/Other License: BSD-3-Clause +Group: Development/Languages/Other + BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{name} +Url: http://hackage.haskell.org/package/%{name} Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz ExclusiveArch: %{ix86} x86_64 %{ghc_arches} -BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros -BuildRequires: ghc-QuickCheck-devel BuildRequires: autoconf +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-rpm-macros # END cabal2spec - %description Tool for generating lexical analysers in Haskell similar to lex @@ -42,14 +45,12 @@ Tool for generating lexical analysers in Haskell similar to lex %prep %setup -q - %build %ghc_bin_build cd doc test -f configure || autoreconf ./configure - %install %ghc_bin_install mkdir -p %{buildroot}/%{_mandir}/man1 @@ -62,5 +63,4 @@ cp doc/alex.1 %{buildroot}/%{_mandir}/man1 %{_datadir}/%{name}-%{version} %{_mandir}/man1/* - %changelog