Accepting request 1231471 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-spdx?expand=0&rev=3
This commit is contained in:
commit
5ce6af037d
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 16:26:35 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update spdx to version 1.1.
|
||||||
|
1.1
|
||||||
|
|
||||||
|
- Support GHC-9.6.5...9.10.1
|
||||||
|
- Use better algorithm for expression equivalence and preorder
|
||||||
|
(It's still very slow compared to the state of the art SAT solvers:
|
||||||
|
but it can solve the sudoku example in reasonable time)
|
||||||
|
- Remove "Distribution.SPDX.Extra.Internal" module
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 16 13:29:24 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Nov 16 13:29:24 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-spdx
|
# spec file for package ghc-spdx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,25 +20,26 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.0.3
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SPDX license expression language, Extras
|
Summary: SPDX license expression language, Extras
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-Cabal-prof
|
BuildRequires: ghc-Cabal-syntax-devel
|
||||||
|
BuildRequires: ghc-Cabal-syntax-prof
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-containers-prof
|
BuildRequires: ghc-containers-prof
|
||||||
|
BuildRequires: ghc-puresat-devel
|
||||||
|
BuildRequires: ghc-puresat-prof
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-transformers-prof
|
BuildRequires: ghc-transformers-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-base-compat-devel
|
|
||||||
BuildRequires: ghc-base-compat-prof
|
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-prof
|
BuildRequires: ghc-tasty-prof
|
||||||
BuildRequires: ghc-tasty-quickcheck-devel
|
BuildRequires: ghc-tasty-quickcheck-devel
|
||||||
@ -76,9 +77,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
cabal-tweak-dep-ver base '<4.17' '< 5'
|
cabal-tweak-dep-ver Cabal-syntax '^>=3.12.1.0' '< 4'
|
||||||
cabal-tweak-dep-ver Cabal '^>=3.6.0.0' '< 4'
|
|
||||||
cabal-tweak-dep-ver transformers '<0.6' '< 1'
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35249687021bae5934abe276093e1e378cefa5694b3918f813c09ffc2bc82af7
|
|
||||||
size 6400
|
|
3
spdx-1.1.tar.gz
Normal file
3
spdx-1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3eede4600c30dc3a6145c08467f6c050256b5e8aa5c48aa1a8a60b5c89ca193
|
||||||
|
size 5197
|
Loading…
x
Reference in New Issue
Block a user