From f2e3dab5a64122feb132c9805d45e6ef786fd772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Sat, 5 Sep 2020 09:33:08 +0800 Subject: [PATCH] update Source0 --- dialog.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dialog.spec b/dialog.spec index 3770dc4..7209948 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,11 +1,11 @@ %global dialogsubversion 20180621 Name: dialog Version: 1.3 -Release: 17 +Release: 18 Summary: A utility which displays dialog boxes from shell scripts License: LGPLv2 URL: https://invisible-island.net/dialog/dialog.html -Source0: https://invisible-island.net/datafiles/release/dialog-%{version}-%{dialogsubversion}.tgz +Source0: https://invisible-mirror.net/archives/dialog//dialog-%{version}-%{dialogsubversion}.tgz BuildRequires: gcc ncurses-devel gettext findutils libtool Provides: dialog-static @@ -84,6 +84,9 @@ chmod 755 %{buildroot}%{_libdir}/libdialog.so.*.*.* %{_mandir}/man3/dialog.* %changelog +* Sat Sep 5 2020 shixuantong - 1.3-18 +- update Source0 + * Sat Jan 11 2020 zhangguangzhi - 1.3-17 - del patch to be consistent with open source -- Gitee