From c64fa8bbae0631ab28378c2c35f5a68ed1568c27 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:33:29 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- gtk+.spec => gtk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename gtk+.spec => gtk.spec (96%) diff --git a/gtk+.spec b/gtk.spec similarity index 96% rename from gtk+.spec rename to gtk.spec index 3a33787..e1f32ac 100644 --- a/gtk+.spec +++ b/gtk.spec @@ -3,7 +3,7 @@ Name: gtk+ Version: 1.2.10 Epoch: 1 -Release: 90 +Release: 91 Summary: A toolkit for creating graphical user interfaces License: LGPLv2+ URL: http://www.gtk.org/ @@ -136,5 +136,8 @@ make check LIBTOOL=/usr/bin/libtool %{_mandir}/man1/gtk-config.1* %changelog +* Tue Oct 26 2021 chenchen - 1.2.10-91 +- change the spec file name to be the same as the repo name + * Mon Dec 02 2019 zhouyihang - 1.2.10-90 - Package init -- Gitee