import libical-3.0.14-1.el9

This commit is contained in:
CentOS Sources 2022-03-01 05:33:10 -05:00 committed by Stepan Oksanichenko
parent c7a731ed7b
commit 1d4fa1719a
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libical-3.0.12.tar.gz SOURCES/libical-3.0.14.tar.gz

View File

@ -1 +1 @@
054c54caa471b7c7207f6c1b6556c85f22ea8978 SOURCES/libical-3.0.12.tar.gz 0f04c6ae7060478516411d98af43e1ed85eddc72 SOURCES/libical-3.0.14.tar.gz

View File

@ -2,7 +2,7 @@
Summary: Reference implementation of the iCalendar data type and serialization format Summary: Reference implementation of the iCalendar data type and serialization format
Name: libical Name: libical
Version: 3.0.12 Version: 3.0.14
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2 or MPLv2.0 License: LGPLv2 or MPLv2.0
URL: https://libical.github.io/libical/ URL: https://libical.github.io/libical/
@ -84,12 +84,12 @@ Development files needed for building things which link against %{name}-glib.
rm %{buildroot}/%{_libexecdir}/libical/ical-glib-src-generator rm %{buildroot}/%{_libexecdir}/libical/ical-glib-src-generator
%check %check
make test ARGS="-V" -C %{_target_platform} make test ARGS="-V" -C %{_vpath_builddir}
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%doc ReadMe.txt THANKS %doc README.md ReleaseNotes.txt THANKS
%license LICENSE %license LICENSE
%{_libdir}/libical.so.3 %{_libdir}/libical.so.3
%{_libdir}/libical.so.%{version} %{_libdir}/libical.so.%{version}
@ -133,6 +133,12 @@ make test ARGS="-V" -C %{_target_platform}
%{_datadir}/gtk-doc/html/%{name}-glib %{_datadir}/gtk-doc/html/%{name}-glib
%changelog %changelog
* Mon Feb 14 2022 Milan Crha <mcrha@redhat.com> - 3.0.14-1
- Resolves: #2054087 (Update to 3.0.14)
* Tue Jan 18 2022 Milan Crha <mcrha@redhat.com> - 3.0.13-1
- Resolves: #2041724 (Update to 3.0.13)
* Mon Dec 13 2021 Milan Crha <mcrha@redhat.com> - 3.0.12-1 * Mon Dec 13 2021 Milan Crha <mcrha@redhat.com> - 3.0.12-1
- Resolves: #2031657 (Update to 3.0.12) - Resolves: #2031657 (Update to 3.0.12)