This commit is contained in:
Dennis Gilmore 2014-06-06 22:49:34 -05:00
parent 6229997d02
commit 6a84bd1083

View File

@ -1,7 +1,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: 1.0 Version: 1.0
Release: 4%{?dist} Release: 5%{?dist}
License: LGPLv2 or MPLv1.1 License: LGPLv2 or MPLv1.1
URL: http://freeassociation.sourceforge.net/ URL: http://freeassociation.sourceforge.net/
Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
@ -64,6 +64,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.*a
%{_includedir}/libical/ %{_includedir}/libical/
%changelog %changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 1.0-4 * Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 1.0-4
- Add patch to fix icalvalue_kind enum generation (RH bug #1023020) - Add patch to fix icalvalue_kind enum generation (RH bug #1023020)