From c46be9b2d80526b0ccd03aa99c64a7a9992e5871 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 24 Mar 2022 19:06:46 +0800 Subject: [PATCH] delete %{?dist} (cherry picked from commit f9f1c056fe44a3eb3fe92c9540ea605fd8e5c2ed) --- epstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/epstool.spec b/epstool.spec index de5451a..f9752d4 100644 --- a/epstool.spec +++ b/epstool.spec @@ -1,6 +1,6 @@ Name: epstool Version: 3.08 -Release: 1%{?dist} +Release: 2 Summary: A utility to create or extract preview images in EPS files License: GPLv2+ URL: http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm @@ -43,5 +43,8 @@ install -D -p -m 644 doc/epstool.1 %{buildroot}%{_mandir}/man1/epstool.1 %{_mandir}/man1/epstool.1.* %changelog +* Thu Mar 24 2022 caodongxia - 3.08-2 +- Delete %{?dist} + * Tue May 05 2020 Hubble Zhu - 3.08-1 - First release.