- Update to version 0.4.2

Compatibility with OCaml 4.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-gettext?expand=0&rev=28
This commit is contained in:
2020-08-21 17:25:30 +00:00
committed by Git OBS Bridge
parent a6c9223ce7
commit b0689744e4
5 changed files with 24 additions and 15 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
- Update to version 0.4.2
Compatibility with OCaml 4.11
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
+7 -6
View File
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-gettext
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
Name: ocaml-gettext
Version: 0.4.1
Version: 0.4.2
Release: 0
%{?ocaml_preserve_bytecode}
Summary: OCaml library for i18n
License: SUSE-LGPL-2.0-with-linking-exception
Group: Development/Languages/OCaml
Url: https://github.com/gildor478/ocaml-gettext
URL: https://opam.ocaml.org/packages/gettext
Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191101
BuildRequires: ocaml-rpm-macros >= 20200514
BuildRequires: ocamlfind(camomile)
BuildRequires: ocamlfind(compiler-libs.common)
BuildRequires: ocamlfind(cppo)
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(fileutils)
BuildRequires: ocamlfind(oUnit)
@@ -39,12 +40,12 @@ Requires: ocaml-camomile-data
#
Obsoletes: ocaml-gettext-camomile < %{version}-%{release}
Obsoletes: ocaml-gettext-stub < %{version}-%{release}
Obsoletes: ocaml-gettext-stub-devel < %{version}-%{release}
Obsoletes: ocaml-gettext-stub-debuginfo < %{version}-%{release}
Obsoletes: ocaml-gettext-stub-devel < %{version}-%{release}
Provides: ocaml-gettext-camomile = %{version}-%{release}
Provides: ocaml-gettext-stub = %{version}-%{release}
Provides: ocaml-gettext-stub-devel = %{version}-%{release}
Provides: ocaml-gettext-stub-debuginfo = %{version}-%{release}
Provides: ocaml-gettext-stub-devel = %{version}-%{release}
%description
Ocaml-gettext provides support for internationalization of Ocaml
+8 -6
View File
@@ -1,12 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/gildor478/ocaml-gettext.git</param>
<param name="scm">git</param>
<param name="versionformat">0.4.1</param>
<!-- v0.4.1 -->
<param name="revision">a74be839b4e1305a538e2838f5700b5a7907a197</param>
<param name="filename">ocaml-gettext</param>
<param name="exclude">patches</param>
<param name="filename">ocaml-gettext</param>
<param name="revision">9b7afc702bccace9a544b8efa2a28bc2b13371ed</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/gildor478/ocaml-gettext.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
Binary file not shown.
Binary file not shown.