diff --git a/_service b/_service index af993e2..b9faa00 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-graphics - b8d606a17827f47f6e7b67019caa0cb17d780e7a + fbfa38f50f9df5d562d5c892ae12cec2c695776d git disable https://github.com/ocaml/graphics.git diff --git a/ocaml-graphics-5.1.0.tar.xz b/ocaml-graphics-5.1.0.tar.xz deleted file mode 100644 index 7155565..0000000 --- a/ocaml-graphics-5.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c846cdfa4fc4d15aa258dd5956b6041294599edfe1f9bd2bab2a37e70826441 -size 39128 diff --git a/ocaml-graphics-5.1.2.tar.xz b/ocaml-graphics-5.1.2.tar.xz new file mode 100644 index 0000000..b791f65 --- /dev/null +++ b/ocaml-graphics-5.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2fb1be4d86435d28d4dfd4c46896bb4735957fc2f14c13539aede3615b9f91 +size 55688 diff --git a/ocaml-graphics.changes b/ocaml-graphics.changes index 727e0b0..23d1041 100644 --- a/ocaml-graphics.changes +++ b/ocaml-graphics.changes @@ -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 diff --git a/ocaml-graphics.spec b/ocaml-graphics.spec index a91c433..bce894d 100644 --- a/ocaml-graphics.spec +++ b/ocaml-graphics.spec @@ -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 >= 20210911 BuildRequires: ocamlfind(dune) BuildRequires: pkgconfig(x11)