Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
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) 2025 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
@ -61,7 +61,7 @@ BuildRequires: ghc-unliftio-core-prof
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-unordered-containers-prof
BuildRequires: glibc-devel
BuildRequires: sqlite-devel
BuildRequires: sqlite3-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-HUnit-devel
@ -95,6 +95,7 @@ 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}
@ -122,7 +123,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%autosetup -n %{pkg_name}-%{version}
%build
%define cabal_configure_options -f+systemlib
%define cabal_configure_options -fsystemlib
%ghc_lib_build
%install