From e43f46b5b3ae0b304c51fa584f77bee73619ad19 Mon Sep 17 00:00:00 2001 From: Ben Rosser Date: Mon, 23 Oct 2017 20:19:59 -0400 Subject: [PATCH] I improperly bumped the Release tag, do it correctly. --- ocaml-mccs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-mccs.spec b/ocaml-mccs.spec index b115c3a..e4c3744 100644 --- a/ocaml-mccs.spec +++ b/ocaml-mccs.spec @@ -2,7 +2,7 @@ Name: ocaml-mccs Version: 1.1 -Release: 1.%{extraver}%{?dist} +Release: 2.%{extraver}%{?dist} Summary: Multi Criteria CUDF Solver with OCaml bindings %global libname %(echo %{name} | sed -e 's/^ocaml-//') @@ -75,7 +75,7 @@ cp -aLr _build/install/default/lib/* %{buildroot}%{_libdir}/ocaml/ %{_libdir}/ocaml/*/*.mli %changelog -* Sun Oct 22 2017 Ben Rosser - 1.1-1.3b +* Sun Oct 22 2017 Ben Rosser - 1.1-2.3b - Update to latest upstream release. * Sat Sep 02 2017 Ben Rosser - 1.1-1.2c