- Update to version 5.1.2

see included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-graphics?expand=0&rev=8
This commit is contained in:
Olaf Hering 2021-09-11 21:57:45 +00:00 committed by Git OBS Bridge
parent c1dd328c22
commit f1519e79ba
5 changed files with 13 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-graphics</param>
<param name="revision">b8d606a17827f47f6e7b67019caa0cb17d780e7a</param>
<param name="revision">fbfa38f50f9df5d562d5c892ae12cec2c695776d</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/graphics.git</param>

View File

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

BIN
ocaml-graphics-5.1.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
- Update to version 5.1.2
see included CHANGES.md for details
-------------------------------------------------------------------
Sat Feb 29 20:20:20 UTC 2020 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-graphics
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ocaml-graphics
Version: 5.1.0
Version: 5.1.2
Release: 0
%{?ocaml_preserve_bytecode}
Summary: The OCaml graphics library
@ -26,7 +26,7 @@ Group: Development/Languages/OCaml
Url: https://github.com/ocaml/graphics
Source: %{name}-%{version}.tar.xz
BuildRequires: ocaml(ocaml_base_version) >= 4.09
BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocaml-rpm-macros >= 20210421
BuildRequires: ocamlfind(dune)
BuildRequires: pkgconfig(x11)