From eca3ba5f4bad0af098d52a8ba085209b0ccf512dbaf0b1dfdc70e18b8939893a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sun, 19 Sep 2021 21:47:41 +0000 Subject: [PATCH] - Update to version 1.6.8 Allow empty patch version OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=59 --- _service | 2 +- ocaml-cppo-1.6.7.tar.xz | 3 --- ocaml-cppo-1.6.8.tar.xz | 3 +++ ocaml-cppo.changes | 6 ++++++ ocaml-cppo.spec | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 ocaml-cppo-1.6.7.tar.xz create mode 100644 ocaml-cppo-1.6.8.tar.xz diff --git a/_service b/_service index 0b66017..db5db1c 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-cppo - 7d217864a5fdc4551699e248137a2f8b719d2078 + 94b2d0f21fcda5473773518a12afbcff45a52990 git disable https://github.com/ocaml-community/cppo.git diff --git a/ocaml-cppo-1.6.7.tar.xz b/ocaml-cppo-1.6.7.tar.xz deleted file mode 100644 index 8ed27ab..0000000 --- a/ocaml-cppo-1.6.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:441b51c65ab61e2f2c35c51852bd82281ba2a091fd19082353554bd1256da2b1 -size 25144 diff --git a/ocaml-cppo-1.6.8.tar.xz b/ocaml-cppo-1.6.8.tar.xz new file mode 100644 index 0000000..220ee2c --- /dev/null +++ b/ocaml-cppo-1.6.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6124dd464a830eb812933dcec57a253afa9cbcf537325741398c8d2705abb65f +size 25232 diff --git a/ocaml-cppo.changes b/ocaml-cppo.changes index 17fee6a..c693eb3 100644 --- a/ocaml-cppo.changes +++ b/ocaml-cppo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de + +- Update to version 1.6.8 + Allow empty patch version + ------------------------------------------------------------------- Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 0c7e119..75465f6 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -18,7 +18,7 @@ Name: ocaml-cppo -Version: 1.6.7 +Version: 1.6.8 Release: 0 %{?ocaml_preserve_bytecode} Summary: The C preprocessor written in OCaml @@ -28,7 +28,7 @@ URL: https://opam.ocaml.org/packages/cppo Source: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210121 +BuildRequires: ocaml-rpm-macros >= 20210911 BuildRequires: ocamlfind(str) BuildRequires: ocamlfind(unix)