1
0

Compare commits

..

7 Commits

Author SHA256 Message Date
Ana Guerrero
f9c66f4663 Accepting request 1240768 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1240768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-persistent-sqlite?expand=0&rev=15
2025-01-28 15:41:00 +00:00
Peter Simons
045c80df62 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-persistent-sqlite revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=38
2025-01-28 10:26:37 +00:00
Dominique Leuenberger
6c7a93c8f7 Accepting request 1231464 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-persistent-sqlite?expand=0&rev=14
2024-12-20 22:10:49 +00:00
Peter Simons
22c6721ea5 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-persistent-sqlite revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=36
2024-12-17 22:01:02 +00:00
Peter Simons
0291a28980 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-persistent-sqlite revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=35
2024-12-16 09:30:51 +00:00
Peter Simons
c6afafab88 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-persistent-sqlite revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=34
2024-12-16 07:50:41 +00:00
Peter Simons
5be01eb73e osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-persistent-sqlite revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=33
2024-12-10 11:25:56 +00:00
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 28 10:20:04 UTC 2025 - Peter Simons <psimons@suse.com>
- Update copyright header. No functional change.
-------------------------------------------------------------------
Mon Dec 16 07:57:55 UTC 2024 - Peter Simons <psimons@suse.com>
- Re-generate spec file with a recent versions of Cabal.
-------------------------------------------------------------------
Thu Dec 7 16:55:02 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-persistent-sqlite
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -61,7 +61,7 @@ BuildRequires: ghc-unliftio-core-prof
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-unordered-containers-prof
BuildRequires: glibc-devel
BuildRequires: sqlite3-devel
BuildRequires: sqlite-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-HUnit-devel
@ -95,7 +95,6 @@ Summary: Haskell %{pkg_name} library development files
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires: glibc-devel
Requires: sqlite3-devel
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
@ -123,7 +122,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%autosetup -n %{pkg_name}-%{version}
%build
%define cabal_configure_options -fsystemlib
%define cabal_configure_options -f+systemlib
%ghc_lib_build
%install