diff --git a/libical.spec b/libical.spec index d844a02..c2ae80e 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.3 -Release: 3%{?dist} +Release: 4%{?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 @@ -123,6 +123,9 @@ make test ARGS="-V" -C %{_target_platform} %{_datadir}/gtk-doc/html/%{name}-glib %changelog +* Mon Apr 30 2018 Pete Walter - 3.0.3-4 +- Rebuild for ICU 61.1 + * Sat Apr 28 2018 Rex Dieter - 3.0.3-3 - use %%license - %%build: use %%make_build