From 9402353d4773b05a6436a3972394f8a4a492f5e8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 9 May 2023 05:31:44 +0000 Subject: [PATCH] import jansi-2.3.3-6.el9 --- SPECS/jansi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/jansi.spec b/SPECS/jansi.spec index eeed799..3a7d6a1 100644 --- a/SPECS/jansi.spec +++ b/SPECS/jansi.spec @@ -2,7 +2,7 @@ Name: jansi Version: 2.3.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Generate and interpret ANSI escape sequences in Java License: ASL 2.0 URL: http://fusesource.github.io/jansi/ @@ -103,6 +103,9 @@ cp -p src/main/native/libjansi.so %{buildroot}%{_prefix}/lib/%{name} %license license.txt %changelog +* Mon Jan 30 2023 Mikolaj Izdebski - 2.3.3-6 +- Rebuild to regenerate auto-requires + * Thu Aug 19 2021 Marian Koncek - 2.3.3-5 - Install native artifact into a fixed location - Related: rhbz#1994935