2008-07-17 18:19:34 +00:00
|
|
|
Summary: Reference implementation of the iCalendar data type and serialization format
|
2010-12-19 21:06:07 +00:00
|
|
|
Name: libical
|
2017-11-01 12:32:23 +00:00
|
|
|
Version: 3.0.0
|
2017-11-06 13:41:35 +00:00
|
|
|
Release: 2%{?dist}
|
2017-11-01 16:19:33 +00:00
|
|
|
License: LGPLv2 or MPLv2.0
|
2008-07-17 18:19:34 +00:00
|
|
|
URL: http://freeassociation.sourceforge.net/
|
2015-01-26 11:09:16 +00:00
|
|
|
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
2017-11-01 12:32:23 +00:00
|
|
|
|
2017-11-01 17:35:47 +00:00
|
|
|
Patch01: 0001-Increase-element-size-in-libical-glib-array.py-test.patch
|
|
|
|
Patch02: 0002-Return-back-fail-forgiveness-into-the-timezones-test.patch
|
|
|
|
Patch03: 0003-Fix-possible-use-after-free-in-timezones-test.patch
|
2017-11-06 13:41:35 +00:00
|
|
|
Patch04: 0004-Correct-possible-deadlock-caused-in-icaltimezone_loa.patch
|
2017-11-01 17:35:47 +00:00
|
|
|
|
2010-12-19 21:06:07 +00:00
|
|
|
BuildRequires: bison, byacc, flex
|
2013-05-24 15:47:58 +00:00
|
|
|
BuildRequires: cmake
|
2017-11-01 12:32:23 +00:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2016-02-02 18:21:45 +00:00
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(icu-uc)
|
2017-07-12 12:36:43 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2017-11-01 12:32:23 +00:00
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
BuildRequires: python3-gobject
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala-tools
|
2013-05-24 15:47:58 +00:00
|
|
|
Requires: tzdata
|
2008-07-27 15:07:56 +00:00
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
%description
|
2008-07-17 18:19:34 +00:00
|
|
|
Reference implementation of the iCalendar data type and serialization format
|
|
|
|
used in dozens of calendaring and scheduling products.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libical
|
2014-07-08 13:16:59 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2016-02-08 16:31:30 +00:00
|
|
|
Requires: pkgconfig(icu-i18n)
|
|
|
|
Requires: pkgconfig(icu-uc)
|
2008-07-17 18:19:34 +00:00
|
|
|
|
|
|
|
%description devel
|
2017-11-01 12:32:23 +00:00
|
|
|
The libical-devel package contains libraries and header files for developing
|
2008-01-19 19:24:27 +00:00
|
|
|
applications that use libical.
|
|
|
|
|
2017-11-01 12:32:23 +00:00
|
|
|
%package glib
|
|
|
|
Summary: GObject wrapper for libical library
|
2017-11-01 16:19:33 +00:00
|
|
|
Provides: libical-glib%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: libical-glib < 3.0.0
|
2017-11-01 12:32:23 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description glib
|
|
|
|
This package provides a GObject wrapper for libical library with support
|
|
|
|
of GObject Introspection.
|
|
|
|
|
|
|
|
%package glib-doc
|
2017-11-01 16:19:33 +00:00
|
|
|
Summary: Documentation files for %{name}-glib
|
|
|
|
Group: Development/Libraries
|
|
|
|
Provides: libical-glib-doc = %{version}-%{release}
|
|
|
|
Obsoletes: libical-glib-doc < 3.0.0
|
|
|
|
BuildArch: noarch
|
2017-11-01 12:32:23 +00:00
|
|
|
|
|
|
|
%description glib-doc
|
|
|
|
This package contains developer documentation for %{name}-glib.
|
|
|
|
|
|
|
|
%package glib-devel
|
2017-11-01 16:19:33 +00:00
|
|
|
Summary: Development files for building against %{name}-glib
|
|
|
|
Group: Development/Libraries
|
|
|
|
Provides: libical-glib-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: libical-glib-devel < 3.0.0
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig(glib-2.0)
|
|
|
|
Requires: pkgconfig(gobject-2.0)
|
2017-11-01 12:32:23 +00:00
|
|
|
|
|
|
|
%description glib-devel
|
|
|
|
Development files needed for building things which link against %{name}-glib.
|
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2017-11-01 17:35:47 +00:00
|
|
|
%patch01 -p1 -b .array-py-test-fix
|
|
|
|
%patch02 -p1 -b .timezones-test-forgiveness
|
|
|
|
%patch03 -p1 -b .timezones-test-use-after-free
|
2017-11-06 13:41:35 +00:00
|
|
|
%patch04 -p1 -b .deadlock-builtin-mutex
|
2008-01-19 19:24:27 +00:00
|
|
|
|
|
|
|
%build
|
2013-05-24 15:47:58 +00:00
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
2016-02-01 12:57:50 +00:00
|
|
|
%{cmake} .. \
|
|
|
|
-DUSE_INTEROPERABLE_VTIMEZONES:BOOL=true \
|
2017-07-03 08:01:41 +00:00
|
|
|
-DICAL_ALLOW_EMPTY_PROPERTIES:BOOL=true \
|
2017-11-01 12:32:23 +00:00
|
|
|
-DGOBJECT_INTROSPECTION:BOOL=true \
|
|
|
|
-DICAL_GLIB:BOOL=true \
|
|
|
|
-DICAL_GLIB_VAPI:BOOL=true \
|
2016-02-01 12:57:50 +00:00
|
|
|
-DSHARED_ONLY:BOOL=true
|
2013-05-24 15:47:58 +00:00
|
|
|
popd
|
2008-07-27 14:05:49 +00:00
|
|
|
|
2017-11-01 17:35:47 +00:00
|
|
|
make %{?_smp_mflags} -C %{_target_platform} -j1
|
2008-07-17 18:19:34 +00:00
|
|
|
|
2013-05-24 15:47:58 +00:00
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
2008-01-19 19:24:27 +00:00
|
|
|
|
2015-01-26 11:09:16 +00:00
|
|
|
%check
|
|
|
|
make test ARGS="-V" -C %{_target_platform}
|
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2015-01-26 11:09:16 +00:00
|
|
|
%doc LICENSE ReadMe.txt THANKS
|
2017-11-01 12:32:23 +00:00
|
|
|
%{_libdir}/libical.so.3*
|
|
|
|
%{_libdir}/libical_cxx.so.3*
|
|
|
|
%{_libdir}/libicalss.so.3*
|
|
|
|
%{_libdir}/libicalss_cxx.so.3*
|
|
|
|
%{_libdir}/libicalvcal.so.3*
|
|
|
|
%{_libdir}/girepository-1.0/libical-%{version}.typelib
|
|
|
|
%{_datadir}/gir-1.0/libical-%{version}.gir
|
2008-01-19 19:24:27 +00:00
|
|
|
|
|
|
|
%files devel
|
2008-07-17 18:19:34 +00:00
|
|
|
%doc doc/UsingLibical.txt
|
2013-05-24 15:47:58 +00:00
|
|
|
%{_libdir}/libical.so
|
2016-01-18 09:58:36 +00:00
|
|
|
%{_libdir}/libical_cxx.so
|
2008-07-17 18:19:34 +00:00
|
|
|
%{_libdir}/libicalss.so
|
2016-01-18 09:58:36 +00:00
|
|
|
%{_libdir}/libicalss_cxx.so
|
2008-07-17 18:19:34 +00:00
|
|
|
%{_libdir}/libicalvcal.so
|
2008-10-28 05:43:06 +00:00
|
|
|
%{_libdir}/pkgconfig/libical.pc
|
2015-01-26 11:09:16 +00:00
|
|
|
%{_libdir}/cmake/LibIcal/
|
2013-05-24 15:47:58 +00:00
|
|
|
%{_includedir}/libical/
|
2008-09-02 22:18:02 +00:00
|
|
|
|
2017-11-01 12:32:23 +00:00
|
|
|
%files glib
|
|
|
|
%{_libdir}/libical-glib.so.3*
|
|
|
|
%{_libdir}/girepository-1.0/ICalGLib-3.0.typelib
|
|
|
|
%{_datadir}/gir-1.0/ICalGLib-3.0.gir
|
|
|
|
|
|
|
|
%files glib-devel
|
|
|
|
%{_libdir}/libical-glib.so
|
|
|
|
%{_libdir}/pkgconfig/libical-glib.pc
|
|
|
|
%{_includedir}/libical-glib/
|
|
|
|
%{_datadir}/vala/vapi/libical-glib.vapi
|
|
|
|
|
|
|
|
%files glib-doc
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}-glib
|
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
%changelog
|
2017-11-06 13:41:35 +00:00
|
|
|
* Mon Nov 06 2017 Milan Crha <mcrha@redhat.com> - 3.0.0-2
|
|
|
|
- Add a patch to Correct possible deadlock caused in icaltimezone_load_builtin_timezone()
|
|
|
|
|
2017-11-01 12:32:23 +00:00
|
|
|
* Mon Nov 06 2017 Milan Crha <mcrha@redhat.com> - 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2017-08-03 01:37:58 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:01:53 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-03 08:01:41 +00:00
|
|
|
* Mon Jul 03 2017 Milan Crha <mcrha@redhat.com> - 2.0.0-10
|
|
|
|
- Build with -DICAL_ALLOW_EMPTY_PROPERTIES=true (#1466906)
|
|
|
|
|
2017-02-10 18:49:23 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-15 18:13:36 +00:00
|
|
|
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 2.0.0-8
|
|
|
|
- rebuild for ICU 57.1
|
|
|
|
|
2016-02-11 14:30:51 +00:00
|
|
|
* Thu Feb 11 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-7
|
|
|
|
- Add patch for possible use-after-free of icalrecurrencetype::rscale
|
|
|
|
|
2016-02-08 16:31:30 +00:00
|
|
|
* Mon Feb 08 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-6
|
|
|
|
- Add libicu dependency to libical-devel subpackage
|
|
|
|
|
2016-02-02 18:21:45 +00:00
|
|
|
* Tue Feb 02 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-5
|
|
|
|
- Build with libicu, to enable RSCALE support
|
|
|
|
|
2016-02-01 12:57:50 +00:00
|
|
|
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> 2.0.0-4
|
|
|
|
- %%build: -DSHARED_ONLY=TRUE (#1303598)
|
|
|
|
|
2016-01-29 09:16:28 +00:00
|
|
|
* Fri Jan 29 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-3
|
|
|
|
- Build with -DUSE_INTEROPERABLE_VTIMEZONES=true
|
|
|
|
|
2016-01-18 16:41:28 +00:00
|
|
|
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-2
|
|
|
|
- Add patch for missing function (icallangbind_quote_as_ical_r)
|
|
|
|
|
2016-01-18 09:58:36 +00:00
|
|
|
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-1
|
|
|
|
- Update to 2.0.0
|
|
|
|
- Remove patch for RH bug #1176204 (fixed upstream)
|
2016-01-18 14:39:55 +00:00
|
|
|
- Add patch to fix ARM build break
|
2016-01-18 09:58:36 +00:00
|
|
|
|
2015-06-17 15:49:35 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-26 11:09:16 +00:00
|
|
|
* Mon Jan 26 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
2015-01-12 23:57:04 +00:00
|
|
|
* Mon Jan 12 2015 Matthias Clasen <mclasen@redhat.com> - 1.0-9
|
2015-01-12 23:55:40 +00:00
|
|
|
- Fix a stupid typo in the definition of icaltime_days_in_year
|
|
|
|
|
2014-12-22 11:41:24 +00:00
|
|
|
* Mon Dec 22 2014 Milan Crha <mcrha@redhat.com> - 1.0-8
|
|
|
|
- Add patch for RH bug #1176204 (Avoid putenv() in libical)
|
|
|
|
|
2014-08-17 03:53:18 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-08 13:16:59 +00:00
|
|
|
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.0-6
|
|
|
|
- minor .spec cleanup
|
|
|
|
|
2014-06-07 03:49:34 +00:00
|
|
|
* 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
|
|
|
|
|
2013-11-21 15:23:51 +00:00
|
|
|
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 1.0-4
|
|
|
|
- Add patch to fix icalvalue_kind enum generation (RH bug #1023020)
|
|
|
|
|
2013-10-19 23:44:34 +00:00
|
|
|
* Sun Oct 20 2013 Robert Scheck <robert@fedoraproject.org> 1.0-3
|
|
|
|
- Fixed timezone issue with evolution-data-server (#1021136)
|
|
|
|
|
2013-08-03 05:48:17 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-24 15:47:58 +00:00
|
|
|
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
|
2013-02-14 04:32:18 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 20:07:03 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 07:52:11 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-17 14:55:41 +00:00
|
|
|
* Sat Dec 17 2011 Robert Scheck <robert@fedoraproject.org> 0.48-1
|
|
|
|
- Upgrade to 0.48 (#664412, #696891, #743236)
|
|
|
|
|
|
|
|
* Mon Oct 24 2011 Robert Scheck <robert@fedoraproject.org> 0.47-1
|
|
|
|
- Upgrade to 0.47 (#743236)
|
|
|
|
|
2011-02-08 06:54:47 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.46-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-19 22:03:23 +00:00
|
|
|
* Sun Dec 19 2010 Robert Scheck <robert@fedoraproject.org> 0.46-2
|
|
|
|
- Added patch to work around upstream's broken AC_PROG_MKDIR_P
|
|
|
|
|
2010-12-19 21:06:07 +00:00
|
|
|
* Sun Dec 19 2010 Robert Scheck <robert@fedoraproject.org> 0.46-1
|
|
|
|
- Upgrade to 0.46 (#525933, #628893)
|
|
|
|
- Fixed race in populating builtin timezone components (#637150)
|
|
|
|
- Fixed wrong ICAL_ERRORS_ARE_FATAL preprocessor check (#575715)
|
|
|
|
|
2009-07-25 05:56:04 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.43-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-15 18:46:59 +00:00
|
|
|
* Sun Mar 15 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-4
|
|
|
|
- Updated patch to fix #includes in the headers to work with
|
|
|
|
'pkg-config --cflags libical'. (Red Hat Bugzilla #484091)
|
|
|
|
|
|
|
|
* Wed Feb 25 2009 Release Engineering <rel-eng@.fedoraproject.org> - 0.43-3
|
|
|
|
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
2009-02-25 15:45:40 +00:00
|
|
|
|
2009-02-17 05:06:17 +00:00
|
|
|
* Tue Feb 17 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-2
|
2009-03-15 18:46:59 +00:00
|
|
|
- Added patch to fix CFLAGS in libical.pc. (Red Hat Bugzilla #484091)
|
2009-02-17 05:06:17 +00:00
|
|
|
|
2009-01-13 04:50:51 +00:00
|
|
|
* Tue Jan 13 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.43-1
|
|
|
|
- Version bump to 0.43.
|
2009-03-15 18:46:59 +00:00
|
|
|
- Added patch to fix implicit pointer conversion from Debian. (Debian BTS
|
|
|
|
#511598)
|
2009-01-13 04:50:51 +00:00
|
|
|
- Upstream has switched off ICAL_ERRORS_ARE_FATAL by default. This behaviour
|
|
|
|
is being retained across all distributions, including Fedora 11.
|
|
|
|
- Added 'Requires: tzdata'.
|
|
|
|
- Enabled backtrace dumps in the syslog.
|
|
|
|
|
2009-01-08 04:07:02 +00:00
|
|
|
* Thu Jan 08 2009 Debarshi Ray <rishi@fedoraproject.org> - 0.41-2
|
|
|
|
- Switched off ICAL_ERRORS_ARE_FATAL for all distributions, except Fedora 11.
|
2009-03-15 18:46:59 +00:00
|
|
|
(Red Hat Bugzilla #478331)
|
2009-01-08 04:07:02 +00:00
|
|
|
|
2008-11-25 08:50:48 +00:00
|
|
|
* Sun Nov 23 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.41-1
|
2009-03-15 18:46:59 +00:00
|
|
|
- Version bump to 0.41. (Red Hat Bugzilla #469252)
|
2008-11-25 08:50:48 +00:00
|
|
|
- Disabled C++ bindings.
|
|
|
|
|
2008-10-28 05:07:56 +00:00
|
|
|
* Tue Oct 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.40-1
|
2009-03-15 18:46:59 +00:00
|
|
|
- Version bump to 0.40. (Red Hat Bugzilla #466359)
|
2008-10-28 05:07:56 +00:00
|
|
|
- Add patch from upstream to fix crash in icalvalue.c.
|
2008-10-28 05:24:38 +00:00
|
|
|
- Update makefile patch, remove the test part (already applied).
|
2008-10-28 05:43:06 +00:00
|
|
|
- Package libical.pc, add Requires: pkgconfig to -devel.
|
2008-10-28 05:07:56 +00:00
|
|
|
|
2013-05-24 15:47:58 +00:00
|
|
|
* Wed Sep 03 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.32-1
|
2008-09-02 22:18:02 +00:00
|
|
|
- Version bump to 0.32.
|
|
|
|
- Parallel build problems fixed.
|
|
|
|
|
2008-07-27 15:07:56 +00:00
|
|
|
* Sun Jul 27 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-3
|
|
|
|
- Added 'BuildRequires: bison byacc flex'.
|
|
|
|
|
2008-07-27 14:05:49 +00:00
|
|
|
* Sun Jul 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.31-2
|
|
|
|
- Fixed linkage problems and disabled parallel build till upstream accepts fix.
|
|
|
|
|
2008-07-17 18:19:34 +00:00
|
|
|
* Thu Jul 17 2008 Jeff Perry <jeffperry_fedora@sourcesink.com> - 0.31-1
|
|
|
|
- Version bump to 0.31.
|
|
|
|
|
|
|
|
* Thu Jul 17 2008 Debarshi Ray <rishi@fedoraproject.org> - 0.30-4
|
|
|
|
- Changed value of License according to Fedora licensing guidelines.
|
|
|
|
- Enabled reentrant system calls and C++ bindings.
|
|
|
|
- Omitted unused direct shared library dependencies.
|
|
|
|
- Added ChangeLog, COPYING, LICENSE, NEWS and README to doc and dropped
|
|
|
|
examples.
|
|
|
|
|
2008-04-02 13:34:21 +00:00
|
|
|
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-3
|
|
|
|
- Source URL... Fixed
|
|
|
|
|
2008-04-02 13:23:04 +00:00
|
|
|
* Wed Apr 02 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.30-2
|
|
|
|
- Removed untrue note about libical's homepage (to get rid of eventuall mess)
|
|
|
|
|
2008-02-23 22:18:32 +00:00
|
|
|
* Sat Feb 23 2008 David Nielsen <gnomeuser@gmail.com> - 0.30-1
|
|
|
|
- Switch to freeassociation libical
|
|
|
|
- bump to 0.30
|
|
|
|
|
2008-02-09 18:45:34 +00:00
|
|
|
* Sat Feb 09 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-5
|
|
|
|
- Mass rebuild for new GCC... Done
|
|
|
|
|
2008-01-19 19:24:27 +00:00
|
|
|
* Sat Jan 19 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-4
|
|
|
|
- Licence... Fixed
|
|
|
|
|
|
|
|
* Fri Jan 18 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-3
|
|
|
|
- Files section... Fixed
|
|
|
|
|
|
|
|
* Thu Jan 17 2008 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-2
|
|
|
|
- Source... Changed
|
|
|
|
- Debug information in libical main package... Excluded
|
|
|
|
- Non-numbered .so files in libical main package... Moved
|
|
|
|
- libical-devel documentation... Added
|
|
|
|
|
|
|
|
* Mon Dec 24 2007 Jakub 'Livio' Rusinek <jakub.rusinek@gmail.com> - 0.27-1
|
|
|
|
- Initial release
|