diff --git a/ocaml-omake.spec b/ocaml-omake.spec index fb558a4..38f02d6 100644 --- a/ocaml-omake.spec +++ b/ocaml-omake.spec @@ -1,12 +1,12 @@ %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %if !%opt %global debug_package %{nil} -%define __strip /bin/true +%global __strip /bin/true %endif Name: ocaml-omake Version: 0.9.8.6 -Release: 0.rc1%{?dist}.20 +Release: 0.rc1%{?dist}.21 Summary: Build system with automated dependency analysis License: LGPLv2+ with exceptions and GPLv2+ and BSD @@ -81,6 +81,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_bindir}/* %changelog +* Tue Jan 05 2016 Richard Jones - 0.9.8.6-0.rc1.21 +- Use global instead of define. + * Tue Jul 28 2015 Richard W.M. Jones - 0.9.8.6-0.rc1.20 - OCaml 4.02.3 rebuild.