- Update to version 1.2.0

See included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pp?expand=0&rev=12
This commit is contained in:
Olaf Hering 2023-09-15 10:25:58 +00:00 committed by Git OBS Bridge
parent 39ed273a1a
commit 379c4d6a4b
5 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-pp</param>
<param name="revision">5a42badeac6da93c1978ddb6f23d0299eab62312</param>
<param name="revision">83b68c740f21acdcfe54436355ab328372871357</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml-dune/pp.git</param>

View File

@ -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

Binary file not shown.

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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
Name: %pkg%nsuffix
Version: 1.1.2
Version: 1.2.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Pretty-printing library
@ -40,8 +40,8 @@ Group: Development/Languages/OCaml
BuildRoot: %_tmppath/%name-%version-build
URL: https://opam.ocaml.org/packages/pp
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml-dune >= 2.0
BuildRequires: ocaml-rpm-macros >= 20220409
BuildRequires: ocaml-dune >= 2.8
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocaml(ocaml_base_version) >= 4.08
%if "%build_flavor" == "testsuite"