From c8d3c874c5ee5917d16f48c1bdce5ee24dc8f42752698f1001e96655b8992d96 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 2 Feb 2023 13:42:06 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-ghc-lib-parser-ex revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-lib-parser-ex?expand=0&rev=16 --- ghc-ghc-lib-parser-ex.changes | 134 +++++++++++++++++++++++++++++ ghc-ghc-lib-parser-ex.spec | 8 +- ghc-lib-parser-ex-8.10.0.19.tar.gz | 3 - ghc-lib-parser-ex-9.4.0.0.tar.gz | 3 + 4 files changed, 140 insertions(+), 8 deletions(-) delete mode 100644 ghc-lib-parser-ex-8.10.0.19.tar.gz create mode 100644 ghc-lib-parser-ex-9.4.0.0.tar.gz diff --git a/ghc-ghc-lib-parser-ex.changes b/ghc-ghc-lib-parser-ex.changes index b235f7e..0190ad8 100644 --- a/ghc-ghc-lib-parser-ex.changes +++ b/ghc-ghc-lib-parser-ex.changes @@ -1,3 +1,137 @@ +------------------------------------------------------------------- +Mon Aug 8 00:15:34 UTC 2022 - Peter Simons + +- Update ghc-lib-parser-ex to version 9.4.0.0. + ## 9.4.0.0 released + - Update to `ghc-lib-parser-9.4.1.20220807` + + ## 0.20220801 released + - Update to `ghc-lib-parser-0.20220801` + + ## 9.2.1.1 released + - Update to `ghc-lib-parser-9.2.4.20220527` + + ## 0.20220701 released + - Update to `ghc-lib-parser-0.20220701` + + ## 9.2.1.0 released + - The Cabal flag `auto` now defaults to `False`: + - When `auto` has the value `False`: + - `ghc-lib-parser-ex` depends on `ghc-lib-parser` + - When `auto` has the value `True`: + - When the build compiler is >=9.2.2 && <9.3.0 + - `ghc-lib-parser-ex` depends on the compiler libs + - Otherwise, `ghc-lib-parser-ex` depends on `ghc-lib-parser` + - Deprecated modues removed: + - `Language.Haskell.GhclibParserEx.Config` + - `Language.Haskell.GhclibParserEx.Parse` + - `Language.Haskell.GhclibParserEx.Outputable` + + ## 0.20220601 released + - Update to `ghc-lib-parser-0.20220601` + - `fakeLlvmConfig` removed for `GHCLIB_API_HEAD` + + ## 9.2.0.4 released + - Update to `ghc-lib-parser-9.2.3.20220527` + - Add support for ghc-9.4 series: `GHCLIB_API_904` + + ## 0.20220501 released + - Update to `ghc-lib-parser-0.20220501` + + ## 0.20220401 released + - Update to `ghc-lib-parser-0.20220401` + + ## 9.2.0.3 released + - Fix ghc bounds in auto mode to use ghc-lib not ghc if build compiler ghc-9.2.1 (see [issue](https://github.com/ndmitchell/hlint/issues/1314)) + + ## 9.2.0.2 released + - Update to `ghc-lib-parser-9.2.2.20220307` + + ## 0.20220301 released + - Update to `ghc-lib-parser-0.20220301` + + ## 8.10.0.24 released + - Update to `ghc-lib-parser-8.10.7.20220219` + + ## 0.20220201 released + - Update to `ghc-lib-parser-0.20220201` + + ## 0.20220103 released + - New function `isOverLabel` + - Update to `ghc-lib-parser-0.20220103` + + ## 9.0.0.6 released 2021-12-26 + - Add back `isQuasiQuote` for backwards compatibility + + ## 9.0.0.5 released 2021-12-25 + - Bugfix to `isFieldPunUpdate` + - New module `Language.Haskell.GHC.Hs.Type.hs` to replace `Language.Haskell.GHC.Hs.Types.hs` (which remains for now but deprecated and will be removed in a future release) + - New function `isKindTyApp` + - Rename `isQuasiQuote` to `isQuasiQuoteExpr` + - Add new function `isQuasiQuoteSplice` + - Update to `ghc-lib-parser-9.0.2.20211226` + + ## 9.2.0.1 released 2021-11-01 + - Update to `ghc-lib-parser-9.2.1.20211101` + + ## 0.20211101 released 2021-11-01 + - Update to `ghc-lib-parser-0.20211101` + + ## 9.2.0.0 released 2021-10-30 + - Update to `ghc-lib-parser-9.2.1.20211030` + + ## 0.20211001 released 2021-10-01 + - Add `isSplicePat` to `Language.Haskell.GhclibParserEx.GHC.Hs.Pat` + - Use `genericPlatform` on `GHCLIB_API_HEAD` in `GhclibParserEx.GHC.Settings.Config.hs` + - Update to `ghc-lib-parser-0.20211001` + + ## 0.20210901 released 2021-09-01 + - Update to `ghc-lib-parser-0.20210901` + + ## 8.10.0.23 released 2021-08-28 + - Update to `ghc-lib-parser-8.10.7.20210828` + + ## 8.10.0.22 released 2021-08-14 + - Update to `ghc-lib-parser-0.20210814` + - Added to `GhclibParserEx.GHC.Hs.Expr`: + - `isMonadComp` + - `isListComp` + + ## 0.20210701 released 2021-07-01 + - Update to `ghc-lib-0.20210701` + + ## 8.10.0.21 released 2021-06-07 + - Bugfix cabal files + + ## 8.10.0.20 released 2021-06-06 + - Update to `ghc-lib-8.10.5.20210606` + + ## 0.20210601 released 2021-06-01 + - Update to `ghc-lib-parser-0.20210601` + - Update types in `GHC.Types.Name.Reader` for ghc-9.2.1, `Located` becomes `LocatedN` + + ## 0.20210501 released 2021-05-01 + - Update to `ghc-lib-0.20210501` + + ## 0.20210331 released 2021-02-31 + - Update to `ghc-lib-0.20210331` + - Update to `ghc-lib-parser-9.0.1.20210324` + + ## 9.0.0.4 released 2021-03-11 + - Bugfix for `GHC.Hs.Dump` + + ## 0.20210228 released 2021-02-28 + - Update to `ghc-lib-0.20210228` + + ## 9.0.0.3 released 2021-02-08 + - Cabal bugfix + + ## 9.0.0.2 released 2021-02-08 + - Cabal bugfix + + ## 8.10.0.19 released 2021-02-08 + - Cabal bugfix + ------------------------------------------------------------------- Mon Feb 8 05:05:21 UTC 2021 - psimons@suse.com diff --git a/ghc-ghc-lib-parser-ex.spec b/ghc-ghc-lib-parser-ex.spec index 9b8652a..5d30b5e 100644 --- a/ghc-ghc-lib-parser-ex.spec +++ b/ghc-ghc-lib-parser-ex.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-lib-parser-ex # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name ghc-lib-parser-ex %bcond_with tests Name: ghc-%{pkg_name} -Version: 8.10.0.19 +Version: 9.4.0.0 Release: 0 Summary: Algorithms on GHC parse trees License: BSD-3-Clause @@ -28,9 +28,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel -BuildRequires: ghc-ghc-boot-devel -BuildRequires: ghc-ghc-boot-th-devel -BuildRequires: ghc-ghc-devel +BuildRequires: ghc-ghc-lib-parser-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-uniplate-devel ExcludeArch: %{ix86} diff --git a/ghc-lib-parser-ex-8.10.0.19.tar.gz b/ghc-lib-parser-ex-8.10.0.19.tar.gz deleted file mode 100644 index a6d1e4e..0000000 --- a/ghc-lib-parser-ex-8.10.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8963f7e95b3d7f44028ebd363ea865ec7a50e2c1ebbe349cad6225adcfc6b361 -size 21193 diff --git a/ghc-lib-parser-ex-9.4.0.0.tar.gz b/ghc-lib-parser-ex-9.4.0.0.tar.gz new file mode 100644 index 0000000..c6f363e --- /dev/null +++ b/ghc-lib-parser-ex-9.4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3ff339a0a259a18ae921c547b35732eaca1a567a33fba1a7c65c16c973191b +size 23592 From c0d34000ed7185b180b10f650ec4d4d764b243b550e601afd38f9395439b56bb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 3 Feb 2023 09:19:02 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-ghc-lib-parser-ex revision:16, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-lib-parser-ex?expand=0&rev=17 --- ghc-ghc-lib-parser-ex.changes | 134 ----------------------------- ghc-ghc-lib-parser-ex.spec | 8 +- ghc-lib-parser-ex-8.10.0.19.tar.gz | 3 + ghc-lib-parser-ex-9.4.0.0.tar.gz | 3 - 4 files changed, 8 insertions(+), 140 deletions(-) create mode 100644 ghc-lib-parser-ex-8.10.0.19.tar.gz delete mode 100644 ghc-lib-parser-ex-9.4.0.0.tar.gz diff --git a/ghc-ghc-lib-parser-ex.changes b/ghc-ghc-lib-parser-ex.changes index 0190ad8..b235f7e 100644 --- a/ghc-ghc-lib-parser-ex.changes +++ b/ghc-ghc-lib-parser-ex.changes @@ -1,137 +1,3 @@ -------------------------------------------------------------------- -Mon Aug 8 00:15:34 UTC 2022 - Peter Simons - -- Update ghc-lib-parser-ex to version 9.4.0.0. - ## 9.4.0.0 released - - Update to `ghc-lib-parser-9.4.1.20220807` - - ## 0.20220801 released - - Update to `ghc-lib-parser-0.20220801` - - ## 9.2.1.1 released - - Update to `ghc-lib-parser-9.2.4.20220527` - - ## 0.20220701 released - - Update to `ghc-lib-parser-0.20220701` - - ## 9.2.1.0 released - - The Cabal flag `auto` now defaults to `False`: - - When `auto` has the value `False`: - - `ghc-lib-parser-ex` depends on `ghc-lib-parser` - - When `auto` has the value `True`: - - When the build compiler is >=9.2.2 && <9.3.0 - - `ghc-lib-parser-ex` depends on the compiler libs - - Otherwise, `ghc-lib-parser-ex` depends on `ghc-lib-parser` - - Deprecated modues removed: - - `Language.Haskell.GhclibParserEx.Config` - - `Language.Haskell.GhclibParserEx.Parse` - - `Language.Haskell.GhclibParserEx.Outputable` - - ## 0.20220601 released - - Update to `ghc-lib-parser-0.20220601` - - `fakeLlvmConfig` removed for `GHCLIB_API_HEAD` - - ## 9.2.0.4 released - - Update to `ghc-lib-parser-9.2.3.20220527` - - Add support for ghc-9.4 series: `GHCLIB_API_904` - - ## 0.20220501 released - - Update to `ghc-lib-parser-0.20220501` - - ## 0.20220401 released - - Update to `ghc-lib-parser-0.20220401` - - ## 9.2.0.3 released - - Fix ghc bounds in auto mode to use ghc-lib not ghc if build compiler ghc-9.2.1 (see [issue](https://github.com/ndmitchell/hlint/issues/1314)) - - ## 9.2.0.2 released - - Update to `ghc-lib-parser-9.2.2.20220307` - - ## 0.20220301 released - - Update to `ghc-lib-parser-0.20220301` - - ## 8.10.0.24 released - - Update to `ghc-lib-parser-8.10.7.20220219` - - ## 0.20220201 released - - Update to `ghc-lib-parser-0.20220201` - - ## 0.20220103 released - - New function `isOverLabel` - - Update to `ghc-lib-parser-0.20220103` - - ## 9.0.0.6 released 2021-12-26 - - Add back `isQuasiQuote` for backwards compatibility - - ## 9.0.0.5 released 2021-12-25 - - Bugfix to `isFieldPunUpdate` - - New module `Language.Haskell.GHC.Hs.Type.hs` to replace `Language.Haskell.GHC.Hs.Types.hs` (which remains for now but deprecated and will be removed in a future release) - - New function `isKindTyApp` - - Rename `isQuasiQuote` to `isQuasiQuoteExpr` - - Add new function `isQuasiQuoteSplice` - - Update to `ghc-lib-parser-9.0.2.20211226` - - ## 9.2.0.1 released 2021-11-01 - - Update to `ghc-lib-parser-9.2.1.20211101` - - ## 0.20211101 released 2021-11-01 - - Update to `ghc-lib-parser-0.20211101` - - ## 9.2.0.0 released 2021-10-30 - - Update to `ghc-lib-parser-9.2.1.20211030` - - ## 0.20211001 released 2021-10-01 - - Add `isSplicePat` to `Language.Haskell.GhclibParserEx.GHC.Hs.Pat` - - Use `genericPlatform` on `GHCLIB_API_HEAD` in `GhclibParserEx.GHC.Settings.Config.hs` - - Update to `ghc-lib-parser-0.20211001` - - ## 0.20210901 released 2021-09-01 - - Update to `ghc-lib-parser-0.20210901` - - ## 8.10.0.23 released 2021-08-28 - - Update to `ghc-lib-parser-8.10.7.20210828` - - ## 8.10.0.22 released 2021-08-14 - - Update to `ghc-lib-parser-0.20210814` - - Added to `GhclibParserEx.GHC.Hs.Expr`: - - `isMonadComp` - - `isListComp` - - ## 0.20210701 released 2021-07-01 - - Update to `ghc-lib-0.20210701` - - ## 8.10.0.21 released 2021-06-07 - - Bugfix cabal files - - ## 8.10.0.20 released 2021-06-06 - - Update to `ghc-lib-8.10.5.20210606` - - ## 0.20210601 released 2021-06-01 - - Update to `ghc-lib-parser-0.20210601` - - Update types in `GHC.Types.Name.Reader` for ghc-9.2.1, `Located` becomes `LocatedN` - - ## 0.20210501 released 2021-05-01 - - Update to `ghc-lib-0.20210501` - - ## 0.20210331 released 2021-02-31 - - Update to `ghc-lib-0.20210331` - - Update to `ghc-lib-parser-9.0.1.20210324` - - ## 9.0.0.4 released 2021-03-11 - - Bugfix for `GHC.Hs.Dump` - - ## 0.20210228 released 2021-02-28 - - Update to `ghc-lib-0.20210228` - - ## 9.0.0.3 released 2021-02-08 - - Cabal bugfix - - ## 9.0.0.2 released 2021-02-08 - - Cabal bugfix - - ## 8.10.0.19 released 2021-02-08 - - Cabal bugfix - ------------------------------------------------------------------- Mon Feb 8 05:05:21 UTC 2021 - psimons@suse.com diff --git a/ghc-ghc-lib-parser-ex.spec b/ghc-ghc-lib-parser-ex.spec index 5d30b5e..9b8652a 100644 --- a/ghc-ghc-lib-parser-ex.spec +++ b/ghc-ghc-lib-parser-ex.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-lib-parser-ex # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name ghc-lib-parser-ex %bcond_with tests Name: ghc-%{pkg_name} -Version: 9.4.0.0 +Version: 8.10.0.19 Release: 0 Summary: Algorithms on GHC parse trees License: BSD-3-Clause @@ -28,7 +28,9 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel -BuildRequires: ghc-ghc-lib-parser-devel +BuildRequires: ghc-ghc-boot-devel +BuildRequires: ghc-ghc-boot-th-devel +BuildRequires: ghc-ghc-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-uniplate-devel ExcludeArch: %{ix86} diff --git a/ghc-lib-parser-ex-8.10.0.19.tar.gz b/ghc-lib-parser-ex-8.10.0.19.tar.gz new file mode 100644 index 0000000..a6d1e4e --- /dev/null +++ b/ghc-lib-parser-ex-8.10.0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8963f7e95b3d7f44028ebd363ea865ec7a50e2c1ebbe349cad6225adcfc6b361 +size 21193 diff --git a/ghc-lib-parser-ex-9.4.0.0.tar.gz b/ghc-lib-parser-ex-9.4.0.0.tar.gz deleted file mode 100644 index c6f363e..0000000 --- a/ghc-lib-parser-ex-9.4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce3ff339a0a259a18ae921c547b35732eaca1a567a33fba1a7c65c16c973191b -size 23592 From c801e2f06130168e9d34f7d1137c760a85a5ea7310dd7c17a72367bc3602cd8a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 Mar 2023 08:26:24 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-ghc-lib-parser-ex revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-lib-parser-ex?expand=0&rev=18 --- ghc-ghc-lib-parser-ex.changes | 134 +++++++++++++++++++++++++++++ ghc-ghc-lib-parser-ex.spec | 41 +++++++-- ghc-lib-parser-ex-8.10.0.19.tar.gz | 3 - ghc-lib-parser-ex-9.4.0.0.tar.gz | 3 + 4 files changed, 173 insertions(+), 8 deletions(-) delete mode 100644 ghc-lib-parser-ex-8.10.0.19.tar.gz create mode 100644 ghc-lib-parser-ex-9.4.0.0.tar.gz diff --git a/ghc-ghc-lib-parser-ex.changes b/ghc-ghc-lib-parser-ex.changes index b235f7e..0190ad8 100644 --- a/ghc-ghc-lib-parser-ex.changes +++ b/ghc-ghc-lib-parser-ex.changes @@ -1,3 +1,137 @@ +------------------------------------------------------------------- +Mon Aug 8 00:15:34 UTC 2022 - Peter Simons + +- Update ghc-lib-parser-ex to version 9.4.0.0. + ## 9.4.0.0 released + - Update to `ghc-lib-parser-9.4.1.20220807` + + ## 0.20220801 released + - Update to `ghc-lib-parser-0.20220801` + + ## 9.2.1.1 released + - Update to `ghc-lib-parser-9.2.4.20220527` + + ## 0.20220701 released + - Update to `ghc-lib-parser-0.20220701` + + ## 9.2.1.0 released + - The Cabal flag `auto` now defaults to `False`: + - When `auto` has the value `False`: + - `ghc-lib-parser-ex` depends on `ghc-lib-parser` + - When `auto` has the value `True`: + - When the build compiler is >=9.2.2 && <9.3.0 + - `ghc-lib-parser-ex` depends on the compiler libs + - Otherwise, `ghc-lib-parser-ex` depends on `ghc-lib-parser` + - Deprecated modues removed: + - `Language.Haskell.GhclibParserEx.Config` + - `Language.Haskell.GhclibParserEx.Parse` + - `Language.Haskell.GhclibParserEx.Outputable` + + ## 0.20220601 released + - Update to `ghc-lib-parser-0.20220601` + - `fakeLlvmConfig` removed for `GHCLIB_API_HEAD` + + ## 9.2.0.4 released + - Update to `ghc-lib-parser-9.2.3.20220527` + - Add support for ghc-9.4 series: `GHCLIB_API_904` + + ## 0.20220501 released + - Update to `ghc-lib-parser-0.20220501` + + ## 0.20220401 released + - Update to `ghc-lib-parser-0.20220401` + + ## 9.2.0.3 released + - Fix ghc bounds in auto mode to use ghc-lib not ghc if build compiler ghc-9.2.1 (see [issue](https://github.com/ndmitchell/hlint/issues/1314)) + + ## 9.2.0.2 released + - Update to `ghc-lib-parser-9.2.2.20220307` + + ## 0.20220301 released + - Update to `ghc-lib-parser-0.20220301` + + ## 8.10.0.24 released + - Update to `ghc-lib-parser-8.10.7.20220219` + + ## 0.20220201 released + - Update to `ghc-lib-parser-0.20220201` + + ## 0.20220103 released + - New function `isOverLabel` + - Update to `ghc-lib-parser-0.20220103` + + ## 9.0.0.6 released 2021-12-26 + - Add back `isQuasiQuote` for backwards compatibility + + ## 9.0.0.5 released 2021-12-25 + - Bugfix to `isFieldPunUpdate` + - New module `Language.Haskell.GHC.Hs.Type.hs` to replace `Language.Haskell.GHC.Hs.Types.hs` (which remains for now but deprecated and will be removed in a future release) + - New function `isKindTyApp` + - Rename `isQuasiQuote` to `isQuasiQuoteExpr` + - Add new function `isQuasiQuoteSplice` + - Update to `ghc-lib-parser-9.0.2.20211226` + + ## 9.2.0.1 released 2021-11-01 + - Update to `ghc-lib-parser-9.2.1.20211101` + + ## 0.20211101 released 2021-11-01 + - Update to `ghc-lib-parser-0.20211101` + + ## 9.2.0.0 released 2021-10-30 + - Update to `ghc-lib-parser-9.2.1.20211030` + + ## 0.20211001 released 2021-10-01 + - Add `isSplicePat` to `Language.Haskell.GhclibParserEx.GHC.Hs.Pat` + - Use `genericPlatform` on `GHCLIB_API_HEAD` in `GhclibParserEx.GHC.Settings.Config.hs` + - Update to `ghc-lib-parser-0.20211001` + + ## 0.20210901 released 2021-09-01 + - Update to `ghc-lib-parser-0.20210901` + + ## 8.10.0.23 released 2021-08-28 + - Update to `ghc-lib-parser-8.10.7.20210828` + + ## 8.10.0.22 released 2021-08-14 + - Update to `ghc-lib-parser-0.20210814` + - Added to `GhclibParserEx.GHC.Hs.Expr`: + - `isMonadComp` + - `isListComp` + + ## 0.20210701 released 2021-07-01 + - Update to `ghc-lib-0.20210701` + + ## 8.10.0.21 released 2021-06-07 + - Bugfix cabal files + + ## 8.10.0.20 released 2021-06-06 + - Update to `ghc-lib-8.10.5.20210606` + + ## 0.20210601 released 2021-06-01 + - Update to `ghc-lib-parser-0.20210601` + - Update types in `GHC.Types.Name.Reader` for ghc-9.2.1, `Located` becomes `LocatedN` + + ## 0.20210501 released 2021-05-01 + - Update to `ghc-lib-0.20210501` + + ## 0.20210331 released 2021-02-31 + - Update to `ghc-lib-0.20210331` + - Update to `ghc-lib-parser-9.0.1.20210324` + + ## 9.0.0.4 released 2021-03-11 + - Bugfix for `GHC.Hs.Dump` + + ## 0.20210228 released 2021-02-28 + - Update to `ghc-lib-0.20210228` + + ## 9.0.0.3 released 2021-02-08 + - Cabal bugfix + + ## 9.0.0.2 released 2021-02-08 + - Cabal bugfix + + ## 8.10.0.19 released 2021-02-08 + - Cabal bugfix + ------------------------------------------------------------------- Mon Feb 8 05:05:21 UTC 2021 - psimons@suse.com diff --git a/ghc-ghc-lib-parser-ex.spec b/ghc-ghc-lib-parser-ex.spec index 9b8652a..90b6701 100644 --- a/ghc-ghc-lib-parser-ex.spec +++ b/ghc-ghc-lib-parser-ex.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-lib-parser-ex # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,29 +17,39 @@ %global pkg_name ghc-lib-parser-ex +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 8.10.0.19 +Version: 9.4.0.0 Release: 0 Summary: Algorithms on GHC parse trees License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-bytestring-prof BuildRequires: ghc-containers-devel -BuildRequires: ghc-ghc-boot-devel -BuildRequires: ghc-ghc-boot-th-devel -BuildRequires: ghc-ghc-devel +BuildRequires: ghc-containers-prof +BuildRequires: ghc-ghc-lib-parser-devel +BuildRequires: ghc-ghc-lib-parser-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-uniplate-devel +BuildRequires: ghc-uniplate-prof ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-directory-devel +BuildRequires: ghc-directory-prof BuildRequires: ghc-extra-devel +BuildRequires: ghc-extra-prof BuildRequires: ghc-filepath-devel +BuildRequires: ghc-filepath-prof BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-hunit-prof +BuildRequires: ghc-tasty-prof %endif %description @@ -56,6 +66,22 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. +%package -n ghc-%{pkg_name}-doc +Summary: Haskell %{pkg_name} library documentation +Requires: ghc-filesystem +BuildArch: noarch + +%description -n ghc-%{pkg_name}-doc +This package provides the Haskell %{pkg_name} library documentation. + +%package -n ghc-%{pkg_name}-prof +Summary: Haskell %{pkg_name} profiling library +Requires: ghc-%{pkg_name}-devel = %{version}-%{release} +Supplements: (ghc-%{pkg_name}-devel and ghc-prof) + +%description -n ghc-%{pkg_name}-prof +This package provides the Haskell %{pkg_name} profiling library. + %prep %autosetup -n %{pkg_name}-%{version} @@ -80,4 +106,9 @@ files. %files devel -f %{name}-devel.files %doc ChangeLog.md README.md +%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files +%license LICENSE + +%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files + %changelog diff --git a/ghc-lib-parser-ex-8.10.0.19.tar.gz b/ghc-lib-parser-ex-8.10.0.19.tar.gz deleted file mode 100644 index a6d1e4e..0000000 --- a/ghc-lib-parser-ex-8.10.0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8963f7e95b3d7f44028ebd363ea865ec7a50e2c1ebbe349cad6225adcfc6b361 -size 21193 diff --git a/ghc-lib-parser-ex-9.4.0.0.tar.gz b/ghc-lib-parser-ex-9.4.0.0.tar.gz new file mode 100644 index 0000000..c6f363e --- /dev/null +++ b/ghc-lib-parser-ex-9.4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3ff339a0a259a18ae921c547b35732eaca1a567a33fba1a7c65c16c973191b +size 23592 From 2e63730591f440636285ea53e13dfe46fa4643e48efb473d3634f2f18f4e8514 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 Mar 2023 17:38:39 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-ghc-lib-parser-ex revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-lib-parser-ex?expand=0&rev=19 --- ghc-ghc-lib-parser-ex.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-ghc-lib-parser-ex.changes b/ghc-ghc-lib-parser-ex.changes index 0190ad8..22023b3 100644 --- a/ghc-ghc-lib-parser-ex.changes +++ b/ghc-ghc-lib-parser-ex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 30 17:06:51 UTC 2023 - Peter Simons + +- Updated spec file to conform with ghc-rpm-macros-2.5.2. + ------------------------------------------------------------------- Mon Aug 8 00:15:34 UTC 2022 - Peter Simons From fed2b99ceedfb417ec5fe7e6d17f62c3666dd1936ef8e6370445e014a3466f79 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 Mar 2023 17:51:39 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-ghc-lib-parser-ex revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-lib-parser-ex?expand=0&rev=20 --- ghc-ghc-lib-parser-ex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-ghc-lib-parser-ex.spec b/ghc-ghc-lib-parser-ex.spec index 90b6701..209abb3 100644 --- a/ghc-ghc-lib-parser-ex.spec +++ b/ghc-ghc-lib-parser-ex.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-lib-parser-ex # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed