forked from pool/ghc-persistent-sqlite
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
c35b9edb19 | |||
c81347302f | |||
f9c66f4663 | |||
045c80df62 | |||
6c7a93c8f7 | |||
22c6721ea5 | |||
0291a28980 | |||
c6afafab88 | |||
5be01eb73e |
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 01:50:27 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update persistent-sqlite to version 2.13.3.1.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/persistent-sqlite-2.13.3.1/src/ChangeLog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.13.3.0
|
||||
Version: 2.13.3.1
|
||||
Release: 0
|
||||
Summary: Backend for the persistent library using sqlite3
|
||||
License: MIT
|
||||
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdc152911ce197cbaab66350354e90f863d74df1599c08b5c01e95e1b35a9104
|
||||
size 2469325
|
3
persistent-sqlite-2.13.3.1.tar.gz
Normal file
3
persistent-sqlite-2.13.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0b95e10fc8f441f65390693c4f89a22616e4b218276a3f559014b6c8b1ad693
|
||||
size 2469356
|
Reference in New Issue
Block a user