From 68d6b2f392c94f3de78925788c19efe46bec3508 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:56:09 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- libical.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libical.spec b/libical.spec index bde71fa..dc38ac9 100644 --- a/libical.spec +++ b/libical.spec @@ -3,7 +3,7 @@ Summary: Reference implementation of the iCalendar data type and serialization format Name: libical Version: 3.0.18 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL-2.1-only OR MPL-2.0 URL: https://libical.github.io/libical/ Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -133,6 +133,9 @@ make test ARGS="-V" -C %{_vpath_builddir} %{_datadir}/gtk-doc/html/%{name}-glib %changelog +* Mon Jun 24 2024 Troy Dawson - 3.0.18-2 +- Bump release for June 2024 mass rebuild + * Mon Apr 08 2024 Milan Crha - 3.0.18-1 - Resolves: RHEL-32074 (Update to 3.0.18)