forked from pool/ocaml-pp
Accepting request 1112986 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1112986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-pp?expand=0&rev=5
This commit is contained in:
commit
62536dff96
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-pp</param>
|
<param name="filename">ocaml-pp</param>
|
||||||
<param name="revision">5a42badeac6da93c1978ddb6f23d0299eab62312</param>
|
<param name="revision">83b68c740f21acdcfe54436355ab328372871357</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-dune/pp.git</param>
|
<param name="url">https://github.com/ocaml-dune/pp.git</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba4d355e7da7cb8182e94ef31186badae2d20473539c0dcd7354c412ad13038b
|
|
||||||
size 9336
|
|
BIN
ocaml-pp-1.2.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-pp-1.2.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 9 09:09:09 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.2.0
|
||||||
|
See included CHANGES.md for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 5 05:05:05 UTC 2023 - ohering@suse.de
|
Fri May 5 05:05:05 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-pp
|
# spec file for package ocaml-pp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -31,7 +31,7 @@ ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64
|
|||||||
|
|
||||||
%define pkg ocaml-pp
|
%define pkg ocaml-pp
|
||||||
Name: %pkg%nsuffix
|
Name: %pkg%nsuffix
|
||||||
Version: 1.1.2
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Pretty-printing library
|
Summary: Pretty-printing library
|
||||||
@ -40,8 +40,8 @@ Group: Development/Languages/OCaml
|
|||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %_tmppath/%name-%version-build
|
||||||
URL: https://opam.ocaml.org/packages/pp
|
URL: https://opam.ocaml.org/packages/pp
|
||||||
Source0: %pkg-%version.tar.xz
|
Source0: %pkg-%version.tar.xz
|
||||||
BuildRequires: ocaml-dune >= 2.0
|
BuildRequires: ocaml-dune >= 2.8
|
||||||
BuildRequires: ocaml-rpm-macros >= 20220409
|
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||||
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
||||||
|
|
||||||
%if "%build_flavor" == "testsuite"
|
%if "%build_flavor" == "testsuite"
|
||||||
|
Loading…
Reference in New Issue
Block a user