From 0a459a0d62feba4ea597003153588b5ed969bfdf Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 28 Mar 2023 15:27:58 +0800 Subject: [PATCH] Del Specific Fields --- jbigkit.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jbigkit.spec b/jbigkit.spec index 008ceaa..a7d2ad9 100644 --- a/jbigkit.spec +++ b/jbigkit.spec @@ -1,4 +1,4 @@ -%define anolis_release 15 +%define anolis_release 16 Name: jbigkit Version: 2.1 Release: %{anolis_release}%{?dist} @@ -62,13 +62,11 @@ The %{name}-doc package contains documentation files for %{name}. %setup -q -n jbigkit-2.1 %patch0 -p1 -b .shlib %patch1 -p1 -b .warnings -# jbigkit: Partial Fedora build flags injection (bug #1548546) %patch2 -p1 -b .ldflags # covscan issues - backported from upstream %patch3 -p1 -b .covscan %build -# get the correct redhat build flags %set_build_flags %make_build @@ -115,6 +113,9 @@ make test %{_includedir}/jbig*.h %changelog +* Tue Mar 28 2023 mgb01105731 - 2.1-16 +- Del Specific Fields + * Mon Jan 2 2023 Funda Wang - 2.1-15 - Bump release for upgrading from anolis 8 -- Gitee