Compare commits

...

1 Commits

3 changed files with 19 additions and 5 deletions

BIN
ocaml-gettext-0.4.2.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de
- Remove usage of dune.configurator because ocamlfind names which
contain a dot are not considered valid anymore with dune 3.13
-------------------------------------------------------------------
Tue Aug 8 08:08:08 UTC 2023 - ohering@suse.de
@@ -20,6 +26,14 @@ Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
- Update to version 0.4.2
Compatibility with OCaml 4.11
-------------------------------------------------------------------
Thu May 14 14:14:14 UTC 2020 - ohering@suse.de
- The filename for rpm *.attr files and the tag used within these
files must match. Otherwise rpm will not execute the helper scripts.
Use helper 'suseocaml' in addition to 'ocaml' to avoid
filename conflicts with rpm-build.rpm (bsc#1154874)
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocaml-gettext
#
# 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
@@ -39,11 +39,11 @@ URL: https://opam.ocaml.org/packages/gettext
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocaml-rpm-macros >= 20231101
%if 1
BuildRequires: ocamlfind(compiler-libs.common)
BuildRequires: ocamlfind(cppo)
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(dune-configurator)
BuildRequires: ocamlfind(fileutils)
%endif