1
0

Compare commits

9 Commits

Author SHA256 Message Date
c35b9edb19 Accepting request 1279250 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1279250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-persistent-sqlite?expand=0&rev=16
2025-05-22 14:57:13 +00:00
c81347302f osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-persistent-sqlite revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=40
2025-05-22 10:58:58 +00:00
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
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
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
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
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
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
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
4 changed files with 26 additions and 8 deletions

View File

@@ -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> 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 # 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 # 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,7 +20,7 @@
%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: 2.13.3.0 Version: 2.13.3.1
Release: 0 Release: 0
Summary: Backend for the persistent library using sqlite3 Summary: Backend for the persistent library using sqlite3
License: MIT License: MIT
@@ -61,7 +61,7 @@ BuildRequires: ghc-unliftio-core-prof
BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-unordered-containers-prof BuildRequires: ghc-unordered-containers-prof
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: sqlite3-devel BuildRequires: sqlite-devel
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%if %{with tests} %if %{with tests}
BuildRequires: ghc-HUnit-devel BuildRequires: ghc-HUnit-devel
@@ -95,7 +95,6 @@ Summary: Haskell %{pkg_name} library development files
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires: glibc-devel Requires: glibc-devel
Requires: sqlite3-devel
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): 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} %autosetup -n %{pkg_name}-%{version}
%build %build
%define cabal_configure_options -fsystemlib %define cabal_configure_options -f+systemlib
%ghc_lib_build %ghc_lib_build
%install %install

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdc152911ce197cbaab66350354e90f863d74df1599c08b5c01e95e1b35a9104
size 2469325

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0b95e10fc8f441f65390693c4f89a22616e4b218276a3f559014b6c8b1ad693
size 2469356