Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2019-07-25 22:57:20 +00:00
parent d816aa6266
commit fc6c0313c0
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: ocaml-ocp-indent
Version: 1.7.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A simple tool to indent OCaml programs
%global libname %(echo %{name} | sed -e 's/^ocaml-//')
@ -106,6 +106,9 @@ mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}
%{_libdir}/ocaml/%{libname}/*/*.ml
%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Apr 6 2019 Robin Lee <cheeselee@fedoraproject.org> - 1.7.0-2
- Make cmxs files executable to properly generate debuginfo