From f41315e21a037bc8053d7630b9edc9c7522be66d Mon Sep 17 00:00:00 2001 From: Veronika Kabatova Date: Tue, 31 Mar 2026 19:14:13 +0200 Subject: [PATCH] Rebuild to fix missing binaries due to buildsystem oversight Resolves: RHEL-158208 Signed-off-by: Veronika Kabatova --- cscope.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cscope.spec b/cscope.spec index 2f5d093..3314d17 100644 --- a/cscope.spec +++ b/cscope.spec @@ -7,7 +7,7 @@ Summary: C source code tree search and browse tool Name: cscope Version: 15.9 -Release: 31%{?dist} +Release: 32%{?dist} Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/v%{version}/%{name}-%{version}.tar.gz URL: http://cscope.sourceforge.net License: BSD-3-Clause AND GPL-2.0-or-later @@ -118,6 +118,9 @@ rm -f %{emacs_lisp_path}/xcscope.el rm -f %{vim_plugin_path}/cctree.vim %changelog +* Tue Mar 31 2026 Veronika Kabatova - 15.9-32 +- Rebuild to fix missing binaries due to buildsystem oversight + * Wed Mar 25 2026 Vladislav Dronov - 15.9-31 - Add two latest distribution patches (RHEL-158208) - Correct the erroneous brace count caused by the unbalanced { }