Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ae29245dff | |||
| b9f3c936f4 |
8
_service
8
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="filename">ocaml-ppxlib</param>
|
||||
<param name="revision">ad46a4c87f99a44dc70b2ec4c42caec2ccacc3c3</param>
|
||||
<param name="revision">3a791083c612e91fa4e6a9660ef69776ea750324</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/ocaml-ppx/ppxlib.git</param>
|
||||
@@ -9,9 +9,9 @@
|
||||
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d696df4fd6b5ed6d2ddd059510a30008fd458afbdd665acf49816132393d5b5d
|
||||
size 311440
|
||||
3
ocaml-ppxlib-0.35.0.tar.xz
Normal file
3
ocaml-ppxlib-0.35.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ed9ab98182ff6d5427d57625f6c906953310c0dc6ca2c7a65a597940fcf9e2c
|
||||
size 332832
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
|
||||
|
||||
- Update to version 0.35.0
|
||||
see included CHANGES.md file for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 05:05:05 UTC 2024 - ohering@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-ppxlib
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -32,7 +32,7 @@ ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64
|
||||
|
||||
%define pkg ocaml-ppxlib
|
||||
Name: %pkg%nsuffix
|
||||
Version: 0.32.0
|
||||
Version: 0.35.0
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Base library and tools for ppx rewriters
|
||||
@@ -41,18 +41,15 @@ Group: Development/Languages/OCaml
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
URL: https://opam.ocaml.org/packages/ppxlib
|
||||
Source0: %pkg-%version.tar.xz
|
||||
BuildRequires: ocaml-dune >= 2.7
|
||||
BuildRequires: ocaml-rpm-macros >= 20231101
|
||||
BuildRequires: ocaml(ocaml_base_version) >= 4.04
|
||||
%if 1
|
||||
BuildRequires: ocamlfind(compiler-libs.bytecomp)
|
||||
BuildRequires: ocamlfind(compiler-libs.common)
|
||||
BuildRequires: ocamlfind(ocaml-compiler-libs.common)
|
||||
BuildRequires: ocamlfind(ocaml-compiler-libs.shadow)
|
||||
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
||||
BuildRequires: ocaml-dune >= 3.8
|
||||
BuildRequires: ocaml-rpm-macros >= 20240909
|
||||
BuildRequires: ocamlfind(cmdliner)
|
||||
BuildRequires: ocamlfind(compiler-libs)
|
||||
BuildRequires: ocamlfind(ocaml-compiler-libs)
|
||||
BuildRequires: ocamlfind(ppx_derivers)
|
||||
BuildRequires: ocamlfind(sexplib0)
|
||||
BuildRequires: ocamlfind(stdlib-shims)
|
||||
%endif
|
||||
|
||||
%if "%build_flavor" == "testsuite"
|
||||
BuildRequires: ocamlfind(cinaps)
|
||||
@@ -80,7 +77,7 @@ developing applications that use %name.
|
||||
%setup -q -n %pkg-%version
|
||||
|
||||
%build
|
||||
dune_release_pkgs='ppxlib'
|
||||
dune_release_pkgs='ppxlib,ppxlib-tools'
|
||||
%ocaml_dune_setup
|
||||
%if "%build_flavor" == ""
|
||||
%ocaml_dune_build
|
||||
@@ -100,6 +97,7 @@ dune_release_pkgs='ppxlib'
|
||||
%if "%build_flavor" == ""
|
||||
%files -f %name.files
|
||||
%defattr(-,root,root,-)
|
||||
%_bindir/*
|
||||
|
||||
%files devel -f %name.files.devel
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
Reference in New Issue
Block a user