From f33dca1ed9221dc324a32179059edbb5472add2eba9b25feb95ede1cc75074d2 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 17 May 2017 14:41:38 +0000 Subject: [PATCH] - Update to version 1.5.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=28 --- _service | 4 ++-- ocaml-cppo-1.3.2.tar.xz | 3 --- ocaml-cppo-1.5.0.tar.xz | 3 +++ ocaml-cppo.changes | 5 +++++ ocaml-cppo.spec | 23 +++++++++++++---------- 5 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 ocaml-cppo-1.3.2.tar.xz create mode 100644 ocaml-cppo-1.5.0.tar.xz diff --git a/_service b/_service index 6c0a455..16f73cb 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git://github.com/mjambon/cppo.git git - 1.3.2 - v1.3.2 + 1.5.0 + v1.5.0 ocaml-cppo diff --git a/ocaml-cppo-1.3.2.tar.xz b/ocaml-cppo-1.3.2.tar.xz deleted file mode 100644 index d276fec..0000000 --- a/ocaml-cppo-1.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f79b5e4a3456a5a23818da38e1ce13efcc2ce9b400012d61f2a279f6d7e3e859 -size 23252 diff --git a/ocaml-cppo-1.5.0.tar.xz b/ocaml-cppo-1.5.0.tar.xz new file mode 100644 index 0000000..db233bd --- /dev/null +++ b/ocaml-cppo-1.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c51496820d56db2ccc815da3884592d4c5f9e7d4cbe4e307a8279583780b1da +size 23476 diff --git a/ocaml-cppo.changes b/ocaml-cppo.changes index 87cc577..ac51716 100644 --- a/ocaml-cppo.changes +++ b/ocaml-cppo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 17 14:40:14 UTC 2017 - ohering@suse.de + +- Update to version 1.5.0 + ------------------------------------------------------------------- Mon May 30 06:39:17 UTC 2016 - ohering@suse.de diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 565ab52..f2360e3 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-cppo # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -16,15 +16,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: ocaml-cppo -Version: 1.3.2 -Release: 0 +Version: 1.5.0 +Release: 0 %{ocaml_preserve_bytecode} -License: BSD-3-Clause -Summary: The C preprocessor written in OCaml -Url: http://mjambon.com/cppo.html -Group: Development/Libraries/Other -Source: %{name}-%{version}.tar.xz +Summary: The C preprocessor written in OCaml +License: BSD-3-Clause +Group: Development/Libraries/Other +Url: http://mjambon.com/cppo.html +Source: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-oasis BuildRequires: ocaml-ocamldoc @@ -37,7 +38,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # ocaml autodep start for pkg: ocaml-cppo # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires %if 0%{?suse_version} < 1210 -Requires: ocaml-ocamlbuild ocaml-runtime +Requires: ocaml-ocamlbuild +Requires: ocaml-runtime %endif # ocaml autodep end for pkg: ocaml-cppo @@ -72,7 +74,7 @@ echo 'let cppo_version = "%{version}"' > cppo_version.ml sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_ OASISFormat: 0.4 Name: cppo -Version: %{version} +Version: 0 Synopsis: The C preprocessor written in OCaml Authors: Martin Jambon LicenseFile: LICENSE @@ -145,3 +147,4 @@ _EOF_ %{_libdir}/ocaml/*/*.mli %{_libdir}/ocaml/*/META +%changelog