Olaf Hering 2020-08-21 18:25:06 +00:00 committed by Git OBS Bridge
parent 1323f4795d
commit 93750d002e
5 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="filename">ocaml-stdcompat</param> <param name="filename">ocaml-stdcompat</param>
<param name="revision">cb5627da650965142a75228e066db7165463f2be</param> <param name="revision">6d9f11b4debe61a10e87dbd548874eb008263daf</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="submodules">disable</param> <param name="submodules">disable</param>
<param name="url">https://github.com/thierry-martinez/stdcompat.git</param> <param name="url">https://github.com/thierry-martinez/stdcompat.git</param>

View File

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

View File

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

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
- Initial version 13 - Initial version 14

View File

@ -1,7 +1,7 @@
# #
# spec file for package ocaml-stdcompat # spec file for package ocaml-stdcompat
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@ -15,20 +15,21 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: ocaml-stdcompat Name: ocaml-stdcompat
Version: 13 Version: 14
Release: 0 Release: 0
%{?ocaml_preserve_bytecode} %{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library Summary: Stdcompat: compatibility module for OCaml standard library
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/OCaml Group: Development/Languages/OCaml
URL: https://github.com/thierry-martinez/stdcompat URL: https://opam.ocaml.org/packages/stdcompat
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: ocaml(ocaml.opt)
BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-rpm-macros >= 20191101 BuildRequires: ocaml-rpm-macros >= 20200514
BuildRequires: ocaml(ocaml.opt)
%description %description
Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml. Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml.
@ -38,7 +39,6 @@ Summary: Development files for %{name}
Group: Development/Languages/OCaml Group: Development/Languages/OCaml
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description devel %description devel
The %{name}-devel package contains libraries and signature files for The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}. developing applications that use %{name}.