Compare commits

1 Commits
1.1 ... main

5 changed files with 19 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">ocaml-graphics</param>
<param name="revision">fbfa38f50f9df5d562d5c892ae12cec2c695776d</param>
<param name="revision">9f1c7c84e294231d5d268a26a0f73d8803bf1034</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/graphics.git</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

Binary file not shown.

BIN
ocaml-graphics-5.2.0.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 6 06:06:06 UTC 2025 - ohering@suse.de
- Update to version 5.2
see included CHANGES.md file for details
-------------------------------------------------------------------
Sat Apr 9 12:34:56 UTC 2022 - ohering@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocaml-graphics
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 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.2
Version: 5.2.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: The OCaml graphics library
@@ -27,9 +27,10 @@ Url: https://github.com/ocaml/graphics
Source: %name-%version.tar.xz
BuildRequires: ocaml(ocaml_base_version) >= 4.09
BuildRequires: ocaml-dune >= 2.1
BuildRequires: ocaml-rpm-macros >= 20220409
BuildRequires: ocaml-rpm-macros >= 20250517
BuildRequires: ocamlfind(dune-configurator)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xft)
%description
The graphics library provides a set of portable drawing
@@ -42,6 +43,8 @@ This library used to be distributed with OCaml up to OCaml 4.08.
Summary: Development files for %name
Group: Development/Languages/OCaml
Requires: %name = %version
Requires: pkgconfig(x11)
Requires: pkgconfig(xft)
Provides: ocaml-x11 = %version-%release
Obsoletes: ocaml-x11 < %version-%release