From f439d4fcf1eb0d33672161e79d5a6f281fab5711 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Dec 2023 08:09:39 -0800 Subject: [PATCH] Fix a typo in -27 which made it uninstallable (missing %) --- startup-notification.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/startup-notification.spec b/startup-notification.spec index ad4cf10..641f365 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,6 +1,6 @@ Name: startup-notification Version: 0.12 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Library for tracking application startup License: LGPL-2.0-or-later AND MIT @@ -21,7 +21,7 @@ feedback such as a busy cursor, among other features. %package devel Summary: Development portions of startup-notification -Requires: %{name}{?_isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libX11-devel %description devel @@ -54,6 +54,9 @@ cp -p test/*.c test/*.h examples %{_includedir}/startup-notification-1.0/ %changelog +* Fri Dec 22 2023 Adam Williamson - 0.12-28 +- Fix a typo in -27 which made it uninstallable (missing %) + * Fri Dec 22 2023 David King - 0.12-27 - Use SPDX for license field