From 84e8d5a8f7edbc76a5d2822494bad8113ed8aa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:39:49 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:alex revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=84 --- alex.changes | 212 +-------------------------------------------------- alex.spec | 6 +- 2 files changed, 4 insertions(+), 214 deletions(-) diff --git a/alex.changes b/alex.changes index 887bd0e..7da9f7d 100644 --- a/alex.changes +++ b/alex.changes @@ -1,10 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:07 UTC 2019 - Peter Simons - -- Drop obsolete group attributes. - -------------------------------------------------------------------- -Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com +Thu Nov 7 06:41:40 UTC 2019 - psimons@suse.com - Update alex to version 3.2.5. ## Changes in 3.2.5: @@ -12,208 +7,7 @@ Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com * Build fixes for GHC 8.8.x ------------------------------------------------------------------- -Wed Nov 28 10:15:25 UTC 2018 - Guillaume GARDET +Sat May 18 10:38:09 UTC 2019 - psimons@suse.com -- Disable tests on aarch64 as they are broken. - See: https://github.com/simonmar/alex/issues/130 +- Add alex at version 3.2.4. -------------------------------------------------------------------- -Sat Oct 20 11:31:04 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Mon Jul 30 03:30:56 UTC 2018 - bwiedemann@suse.com - -- Drop config.log from doc to fix build-compare - -------------------------------------------------------------------- -Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Tue Jun 5 16:50:43 UTC 2018 - psimons@suse.com - -- Run the test suite by default. -- Build and install the man page and the documentation. - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Update alex to version 3.2.4. - * Remove dependency on QuickCheck - * Change the way that bootstrapping is done: see README.md for build - instructions - * fix issue when using cpphs (#116) - * Manage line length in generated files [GH-84] - * Fix issue when identifier with multiple single quotes, e.g. `foo''` was used - * Allow omitting spaces around `=` in macro definitions - * Include pre-generated Parser.hs and Scan.hs in the Hackage upload, to - make bootstrapping easier. - -------------------------------------------------------------------- -Wed Aug 9 12:59:47 UTC 2017 - bwiedemann@suse.com - -- Drop autom4te.cache/requests from doc to fix build-compare - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sat Apr 29 18:32:34 UTC 2017 - psimons@suse.com - -- Update to version 3.2.1 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sun Feb 12 14:17:48 UTC 2017 - psimons@suse.com - -- Update to version 3.2.1 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:07:27 UTC 2016 - psimons@suse.com - -- Update to version 3.1.7 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Mon Jan 11 07:22:38 UTC 2016 - mimi.vx@gmail.com - -- update to 3.1.7 -* Add support for %encoding directive (allows to control --latin1 from inside - Alex scripts) -* Make code forward-compatible with in-progress proposals -* Suppress more warnings - -------------------------------------------------------------------- -Mon Dec 7 10:19:36 UTC 2015 - mimi.vx@gmail.com - -- update to 3.1.6 -* drop dependency on happy - -------------------------------------------------------------------- -Sun Nov 29 17:05:31 UTC 2015 - mimi.vx@gmail.com - -- update to 3.1.5 -- drop alex-3.1.4-ghc-7.10.patch, merged by upstream -* Generate less warning-laden code, and suppress other warnings. -* Bug fixes. - -------------------------------------------------------------------- -Wed May 13 09:19:35 UTC 2015 - mimi.vx@gmail.com - -- add alex-3.1.4-ghc-7.10.patch -* temporary disable tests - -------------------------------------------------------------------- -Fri Apr 10 13:35:55 UTC 2015 - mimi.vx@gmail.com - -- update to 3.1.4 -* Add Applicative/Functor instances for GHC 7.10 - -------------------------------------------------------------------- -Mon Sep 8 20:08:49 UTC 2014 - peter.trommler@ohm-hochschule.de - -- update to 3.1.3 -* fix ghc 7.8 builds -* needed by Haskell Platform 2014.2.0.0 - -------------------------------------------------------------------- -Tue Sep 2 01:17:20 UTC 2014 - peter.trommler@ohm-hochschule.de - -- package examples -- cleanup spec file - -------------------------------------------------------------------- -Fri Aug 22 23:46:53 UTC 2014 - peter.trommler@ohm-hochschule.de - -- enable PowerPC builds - -------------------------------------------------------------------- -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 - -- service localonly for Factory submission - -------------------------------------------------------------------- -Mon Oct 1 19:01:07 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 3.0.2 from upstream -- needed by Haskell Platform 2012.4.0.0 - -------------------------------------------------------------------- -Mon Jun 4 06:59:04 UTC 2012 - peter.trommler@ohm-hochschule.de - -- update to 3.0.1 from upstream - * Unicode support (contributed mostly by Jean-Philippe Bernardy, - with help from Alan Zimmerman). - - * An Alex lexer now takes a UTF-8 encoded byte sequence as input - (see Section 5.1, “Unicode and UTF-8”. If you are using the - "basic" wrapper or one of the other wrappers that takes a - Haskell String as input, the string is automatically encoded - into UTF-8 by Alex. If your input is a ByteString, you are - responsible for ensuring that the input is UTF-8 encoded. The - old 8-bit behaviour is still available via the --latin1 - option. - - * Alex source files are asumed to be in UTF-8, like Haskell - source files. The lexer specification can use Unicode - characters and ranges. - - * alexGetChar is renamed to alexGetByte in the generated code. - - * There is a new option, --latin1, that restores the old - behaviour. - - * Alex now does DFA minimization, which helps to reduce the size - of the generated tables, especially for lexers that use Unicode. -- dropped patch alex-2.3.5-generate-man-page.patch -- required by Haskell Platform 2012.2.0.0 - -------------------------------------------------------------------- -Mon May 7 18:40:00 UTC 2012 - peter.trommler@ohm-hochschule.de - -- add patch to enable man page generation -- generate, install and package man page alex.1 - -------------------------------------------------------------------- -Thu Dec 29 11:47:39 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Clean up install section -- Add three word to description to make rpmlint happier - -------------------------------------------------------------------- -Wed Dec 28 20:47:31 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Adjusted version for platform 2011.4 - -------------------------------------------------------------------- -Sat Dec 10 16:48:35 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Added /usr/share/alex-3.0.1 files -- Fixed file owner -- Deleted additional LICENSE file - -------------------------------------------------------------------- -Mon Dec 5 09:04:47 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Added QuickCheck BR - -------------------------------------------------------------------- -Sat Nov 19 21:44:36 UTC 2011 - peter.trommler@ohm-hochschule.de - -- enabled i586 build - -------------------------------------------------------------------- -Tue Oct 11 19:50:28 UTC 2011 - peter.trommler@ohm-hochschule.de - -- created new package diff --git a/alex.spec b/alex.spec index d5e2090..581ef96 100644 --- a/alex.spec +++ b/alex.spec @@ -16,12 +16,8 @@ # -# Disable tests on aarch64. See: https://github.com/simonmar/alex/issues/130 -%ifarch aarch64 +# Disable tests on ghc-8.8.x. See: https://github.com/simonmar/alex/issues/140. %bcond_with tests -%else -%bcond_without tests -%endif Name: alex Version: 3.2.5 Release: 0 From 71557ca1dc7b6dd7d1bc1856f17f536443628f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 16:46:25 +0000 Subject: [PATCH 2/5] - Drop obsolete group attributes. - Disable tests on aarch64 as they are broken. See: https://github.com/simonmar/alex/issues/130 - Use https URL to refer to bugs.opensuse.org. - Drop config.log from doc to fix build-compare - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. - Run the test suite by default. - Build and install the man page and the documentation. - Update alex to version 3.2.4. * Remove dependency on QuickCheck * Change the way that bootstrapping is done: see README.md for build instructions * fix issue when using cpphs (#116) * Manage line length in generated files [GH-84] * Fix issue when identifier with multiple single quotes, e.g. `foo''` was used * Allow omitting spaces around `=` in macro definitions * Include pre-generated Parser.hs and Scan.hs in the Hackage upload, to make bootstrapping easier. - Drop autom4te.cache/requests from doc to fix build-compare - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=85 --- alex.changes | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++- alex.spec | 2 +- 2 files changed, 210 insertions(+), 4 deletions(-) diff --git a/alex.changes b/alex.changes index 7da9f7d..887bd0e 100644 --- a/alex.changes +++ b/alex.changes @@ -1,5 +1,10 @@ ------------------------------------------------------------------- -Thu Nov 7 06:41:40 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:07 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com - Update alex to version 3.2.5. ## Changes in 3.2.5: @@ -7,7 +12,208 @@ Thu Nov 7 06:41:40 UTC 2019 - psimons@suse.com * Build fixes for GHC 8.8.x ------------------------------------------------------------------- -Sat May 18 10:38:09 UTC 2019 - psimons@suse.com +Wed Nov 28 10:15:25 UTC 2018 - Guillaume GARDET -- Add alex at version 3.2.4. +- Disable tests on aarch64 as they are broken. + See: https://github.com/simonmar/alex/issues/130 +------------------------------------------------------------------- +Sat Oct 20 11:31:04 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Mon Jul 30 03:30:56 UTC 2018 - bwiedemann@suse.com + +- Drop config.log from doc to fix build-compare + +------------------------------------------------------------------- +Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Tue Jun 5 16:50:43 UTC 2018 - psimons@suse.com + +- Run the test suite by default. +- Build and install the man page and the documentation. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update alex to version 3.2.4. + * Remove dependency on QuickCheck + * Change the way that bootstrapping is done: see README.md for build + instructions + * fix issue when using cpphs (#116) + * Manage line length in generated files [GH-84] + * Fix issue when identifier with multiple single quotes, e.g. `foo''` was used + * Allow omitting spaces around `=` in macro definitions + * Include pre-generated Parser.hs and Scan.hs in the Hackage upload, to + make bootstrapping easier. + +------------------------------------------------------------------- +Wed Aug 9 12:59:47 UTC 2017 - bwiedemann@suse.com + +- Drop autom4te.cache/requests from doc to fix build-compare + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sat Apr 29 18:32:34 UTC 2017 - psimons@suse.com + +- Update to version 3.2.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sun Feb 12 14:17:48 UTC 2017 - psimons@suse.com + +- Update to version 3.2.1 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:07:27 UTC 2016 - psimons@suse.com + +- Update to version 3.1.7 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Mon Jan 11 07:22:38 UTC 2016 - mimi.vx@gmail.com + +- update to 3.1.7 +* Add support for %encoding directive (allows to control --latin1 from inside + Alex scripts) +* Make code forward-compatible with in-progress proposals +* Suppress more warnings + +------------------------------------------------------------------- +Mon Dec 7 10:19:36 UTC 2015 - mimi.vx@gmail.com + +- update to 3.1.6 +* drop dependency on happy + +------------------------------------------------------------------- +Sun Nov 29 17:05:31 UTC 2015 - mimi.vx@gmail.com + +- update to 3.1.5 +- drop alex-3.1.4-ghc-7.10.patch, merged by upstream +* Generate less warning-laden code, and suppress other warnings. +* Bug fixes. + +------------------------------------------------------------------- +Wed May 13 09:19:35 UTC 2015 - mimi.vx@gmail.com + +- add alex-3.1.4-ghc-7.10.patch +* temporary disable tests + +------------------------------------------------------------------- +Fri Apr 10 13:35:55 UTC 2015 - mimi.vx@gmail.com + +- update to 3.1.4 +* Add Applicative/Functor instances for GHC 7.10 + +------------------------------------------------------------------- +Mon Sep 8 20:08:49 UTC 2014 - peter.trommler@ohm-hochschule.de + +- update to 3.1.3 +* fix ghc 7.8 builds +* needed by Haskell Platform 2014.2.0.0 + +------------------------------------------------------------------- +Tue Sep 2 01:17:20 UTC 2014 - peter.trommler@ohm-hochschule.de + +- package examples +- cleanup spec file + +------------------------------------------------------------------- +Fri Aug 22 23:46:53 UTC 2014 - peter.trommler@ohm-hochschule.de + +- enable PowerPC builds + +------------------------------------------------------------------- +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 + +- service localonly for Factory submission + +------------------------------------------------------------------- +Mon Oct 1 19:01:07 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 3.0.2 from upstream +- needed by Haskell Platform 2012.4.0.0 + +------------------------------------------------------------------- +Mon Jun 4 06:59:04 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 3.0.1 from upstream + * Unicode support (contributed mostly by Jean-Philippe Bernardy, + with help from Alan Zimmerman). + + * An Alex lexer now takes a UTF-8 encoded byte sequence as input + (see Section 5.1, “Unicode and UTF-8”. If you are using the + "basic" wrapper or one of the other wrappers that takes a + Haskell String as input, the string is automatically encoded + into UTF-8 by Alex. If your input is a ByteString, you are + responsible for ensuring that the input is UTF-8 encoded. The + old 8-bit behaviour is still available via the --latin1 + option. + + * Alex source files are asumed to be in UTF-8, like Haskell + source files. The lexer specification can use Unicode + characters and ranges. + + * alexGetChar is renamed to alexGetByte in the generated code. + + * There is a new option, --latin1, that restores the old + behaviour. + + * Alex now does DFA minimization, which helps to reduce the size + of the generated tables, especially for lexers that use Unicode. +- dropped patch alex-2.3.5-generate-man-page.patch +- required by Haskell Platform 2012.2.0.0 + +------------------------------------------------------------------- +Mon May 7 18:40:00 UTC 2012 - peter.trommler@ohm-hochschule.de + +- add patch to enable man page generation +- generate, install and package man page alex.1 + +------------------------------------------------------------------- +Thu Dec 29 11:47:39 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Clean up install section +- Add three word to description to make rpmlint happier + +------------------------------------------------------------------- +Wed Dec 28 20:47:31 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Adjusted version for platform 2011.4 + +------------------------------------------------------------------- +Sat Dec 10 16:48:35 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Added /usr/share/alex-3.0.1 files +- Fixed file owner +- Deleted additional LICENSE file + +------------------------------------------------------------------- +Mon Dec 5 09:04:47 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Added QuickCheck BR + +------------------------------------------------------------------- +Sat Nov 19 21:44:36 UTC 2011 - peter.trommler@ohm-hochschule.de + +- enabled i586 build + +------------------------------------------------------------------- +Tue Oct 11 19:50:28 UTC 2011 - peter.trommler@ohm-hochschule.de + +- created new package diff --git a/alex.spec b/alex.spec index 581ef96..d7035bc 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 90f41b08bcd4297df5a1135a52652396eaa72eb3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:01:35 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:alex revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=86 --- alex.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/alex.spec b/alex.spec index d7035bc..d5e2090 100644 --- a/alex.spec +++ b/alex.spec @@ -1,7 +1,7 @@ # # spec file for package alex # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,12 @@ # -# Disable tests on ghc-8.8.x. See: https://github.com/simonmar/alex/issues/140. +# Disable tests on aarch64. See: https://github.com/simonmar/alex/issues/130 +%ifarch aarch64 %bcond_with tests +%else +%bcond_without tests +%endif Name: alex Version: 3.2.5 Release: 0 From 30854a08b08ed9d79754adb8f290693a8c182191 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 10:45:53 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:alex revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=87 --- alex.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/alex.spec b/alex.spec index d5e2090..581ef96 100644 --- a/alex.spec +++ b/alex.spec @@ -16,12 +16,8 @@ # -# Disable tests on aarch64. See: https://github.com/simonmar/alex/issues/130 -%ifarch aarch64 +# Disable tests on ghc-8.8.x. See: https://github.com/simonmar/alex/issues/140. %bcond_with tests -%else -%bcond_without tests -%endif Name: alex Version: 3.2.5 Release: 0 From d6353bab3b7815737b143cb5bd4250afd5b58469 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 1 Jan 2020 15:27:50 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:alex revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=88 --- alex.changes | 14 +++++--------- alex.spec | 6 +++++- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/alex.changes b/alex.changes index 887bd0e..d3c5454 100644 --- a/alex.changes +++ b/alex.changes @@ -1,20 +1,16 @@ -------------------------------------------------------------------- -Fri Nov 8 16:13:07 UTC 2019 - Peter Simons - -- Drop obsolete group attributes. - ------------------------------------------------------------------- Thu Nov 7 06:42:07 UTC 2019 - psimons@suse.com -- Update alex to version 3.2.5. - ## Changes in 3.2.5: +- Drop obsolete group attributes. - * Build fixes for GHC 8.8.x +- Update alex to version 3.2.5. + * Build fixes for GHC 8.8.x. This allows us to run the test + suite again. ------------------------------------------------------------------- Wed Nov 28 10:15:25 UTC 2018 - Guillaume GARDET -- Disable tests on aarch64 as they are broken. +- Disable tests on aarch64 as they are broken. See: https://github.com/simonmar/alex/issues/130 ------------------------------------------------------------------- diff --git a/alex.spec b/alex.spec index 581ef96..d5e2090 100644 --- a/alex.spec +++ b/alex.spec @@ -16,8 +16,12 @@ # -# Disable tests on ghc-8.8.x. See: https://github.com/simonmar/alex/issues/140. +# Disable tests on aarch64. See: https://github.com/simonmar/alex/issues/130 +%ifarch aarch64 %bcond_with tests +%else +%bcond_without tests +%endif Name: alex Version: 3.2.5 Release: 0