From e5199fd3747a6ecd0baa91b70893adf11e1200ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Tue, 30 Jul 2024 08:21:55 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- openbox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openbox.spec b/openbox.spec index 867cd1a..8e349ae 100644 --- a/openbox.spec +++ b/openbox.spec @@ -1,6 +1,6 @@ Name: openbox Version: 3.6.1 -Release: 13 +Release: 14 Summary: Windowmanager based on the original blackbox-code License: GPLv2+ URL: http://openbox.org @@ -117,7 +117,10 @@ install -m644 -D data/gnome-session/openbox-gnome-fallback.session \ %{_mandir}/man1/* %changelog -* Tue 08 Jun 2021 sunguoshuai - 3.6.1-13 +* Tue Jul 30 2024 zhangshaoning - 3.6.1-14 +- Fix bad date in changelog + +* Tue Jun 08 2021 sunguoshuai - 3.6.1-13 - Del useless deps for openbox-kde * Wed Apr 8 2020 liangguohui - 3.6.1-12 -- Gitee