Sync from SUSE:SLFO:Main ocaml revision 032f91f17631a893ed140a58e4390296
This commit is contained in:
parent
694b2fabc0
commit
2e2931f7a3
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml</param>
|
<param name="filename">ocaml</param>
|
||||||
<param name="revision">99cb5d93fc30f1a6f3e69f5aa5d2063994d33a93</param>
|
<param name="revision">8eb41f72ded84df884c3671734c947f612091f84</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/ocaml/ocaml.git</param>
|
<param name="url">https://github.com/ocaml/ocaml.git</param>
|
||||||
|
BIN
ocaml-4.14.1.tar.xz
(Stored with Git LFS)
BIN
ocaml-4.14.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
ocaml-4.14.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-4.14.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 14:14:14 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
- update to version 4.14.2
|
||||||
|
See included Changes for benefits and breaking changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 12:32:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||||
|
PatchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
|
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml
|
# spec file for package ocaml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2010 Andrew Psaltis <ampsaltis at gmail dot com>
|
# Copyright (c) 2010 Andrew Psaltis <ampsaltis at gmail dot com>
|
||||||
# Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail dot com>
|
# Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail dot com>
|
||||||
#
|
#
|
||||||
@ -42,7 +42,7 @@
|
|||||||
%bcond_without suse_ocaml_use_rpm_license_macro
|
%bcond_without suse_ocaml_use_rpm_license_macro
|
||||||
|
|
||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.14.1
|
Version: 4.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OCaml Compiler and Programming Environment
|
Summary: OCaml Compiler and Programming Environment
|
||||||
%if %{with suse_ocaml_use_rpm_license_macro}
|
%if %{with suse_ocaml_use_rpm_license_macro}
|
||||||
@ -59,7 +59,7 @@ Patch0: ocaml-configure-Allow-user-defined-C-compiler-flags.patch
|
|||||||
BuildRequires: autoconf >= 2.69
|
BuildRequires: autoconf >= 2.69
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: ocaml-rpm-macros >= 20230101
|
BuildRequires: ocaml-rpm-macros >= 20231101
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
Requires: ocaml(runtime) = %version-%release
|
Requires: ocaml(runtime) = %version-%release
|
||||||
@ -147,8 +147,7 @@ This package contains libraries and signature files for developing
|
|||||||
applications that use Ocaml.
|
applications that use Ocaml.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo %version > VERSION
|
echo %version > VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user