diff --git a/libical.spec b/libical.spec index 18fd1fb..a045467 100644 --- a/libical.spec +++ b/libical.spec @@ -1,7 +1,7 @@ Summary: Reference implementation of the iCalendar data type and serialization format Name: libical Version: 3.0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 or MPLv2.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 %{_target_platform} %{_datadir}/gtk-doc/html/%{name}-glib %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 3.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Jan 06 2020 Milan Crha - 3.0.7-1 - Update to 3.0.7 - Remove patch to fix ICalAttach handling of the icalattach native structure (fixed upstream)