Accepting request 1144416 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1144416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-file-embed?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2024-02-06 15:34:41 +00:00 committed by Git OBS Bridge
commit feb5c8ee51
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 28 06:59:04 UTC 2024 - Peter Simons <psimons@suse.com>
- Update file-embed to version 0.0.16.0.
## 0.0.16.0
* Add `embedFileRelative`
-------------------------------------------------------------------
Thu Mar 30 17:06:47 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-file-embed
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: 0.0.15.0
Version: 0.0.16.0
Release: 0
Summary: Use Template Haskell to embed file contents directly
License: BSD-2-Clause