From 6a959c8e9a82dfdae198a15b5f668c5be3a0d4d1 Mon Sep 17 00:00:00 2001 From: zhangshaoning Date: Mon, 13 Dec 2021 02:55:18 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9Aupdate=20epstool.spec=20:=20delete=20%dist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epstool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/epstool.spec b/epstool.spec index de5451a..7bb0a37 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 +* Mon Dec 13 2021 zhangshaoning - 3.08-2 +- delete %dist. + * Tue May 05 2020 Hubble Zhu - 3.08-1 - First release. -- Gitee