Compare commits

1 Commits
main ... 1.1

5 changed files with 10 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-pp</param>
<param name="revision">b6741dd41ef5fc5bda8b3640097ac29818a43577</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>
@@ -9,9 +9,9 @@
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="manual">
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
<service name="set_version" mode="disabled"/>
</services>

BIN
ocaml-pp-1.2.0.tar.xz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
- Update to version 2.0.0
see included CHANGES.md file for details
-------------------------------------------------------------------
Sat Sep 9 09:09:09 UTC 2023 - ohering@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocaml-pp
#
# Copyright (c) 2025 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: 2.0.0
Version: 1.2.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Pretty-printing library
@@ -41,7 +41,7 @@ BuildRoot: %_tmppath/%name-%version-build
URL: https://opam.ocaml.org/packages/pp
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml-dune >= 2.8
BuildRequires: ocaml-rpm-macros >= 20240909
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocaml(ocaml_base_version) >= 4.08
%if "%build_flavor" == "testsuite"