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