c9b2f7
%global libmspack_version 0.4
c9b2f7
c9b2f7
Name: evolution-ews
c9b2f7
Version: 3.28.5
1a908d
Release: 13%{?dist}
c9b2f7
Group: Applications/Productivity
c9b2f7
Summary: Evolution extension for Exchange Web Services
c9b2f7
License: LGPLv2
c9b2f7
URL: https://wiki.gnome.org/Apps/Evolution
c9b2f7
Source: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
c9b2f7
c9b2f7
%global eds_evo_version %{version}
c9b2f7
c9b2f7
Patch01: evolution-ews-3.28.5-import-event-timezone.patch
c9b2f7
c9b2f7
# https://gitlab.gnome.org/GNOME/evolution-ews/commit/dc50ba5a50a7b74f1d2710e5f860a7e81ab60d0b
c9b2f7
Patch02: evolution-ews-3.28.5-disable-reminder-types.patch
c9b2f7
c9b2f7
# https://gitlab.gnome.org/GNOME/evolution-ews/commit/6d3dc9c50be654a9e250cfd53626f8526ff9eb70
c9b2f7
Patch03: evolution-ews-3.28.5-unknown-responsetype-as-needs-action.patch
c9b2f7
c9b2f7
# https://gitlab.gnome.org/GNOME/evolution-ews/issues/19
c9b2f7
Patch04: evolution-ews-3.28.5-contact-country-forgotten.patch
c9b2f7
c9b2f7
# https://gitlab.gnome.org/GNOME/evolution-ews/issues/21
c9b2f7
Patch05: evolution-ews-3.28.5-meeting-with-attachment.patch
c9b2f7
c9b2f7
# https://gitlab.gnome.org/GNOME/evolution-ews/commit/f50530ad101b47d461a345ff2b8b295b86c05d3a
c9b2f7
Patch06: evolution-ews-3.28.5-double-collection-backend-populate.patch
c9b2f7
1b1c34
# RH bug #1696761
1b1c34
Patch07: evolution-ews-3.28.5-cve-2019-3890.patch
1b1c34
12156d
# RH bug #1741091
12156d
Patch08: evolution-ews-3.28.5-birthday-date.patch
12156d
12156d
# RH bug #1764818
12156d
Patch09: evolution-ews-3.28.5-sync-category-list.patch
12156d
12156d
# RH bug #1765005
12156d
Patch10: evolution-ews-3.28.5-save-only-if-organizer.patch
12156d
068f62
# RH bug #1886026
068f62
Patch11: evolution-ews-3.28.5-oauth2-simplify.patch
068f62
068f62
# RH bug #1885229
068f62
Patch12: evolution-ews-3.28.5-oauth2-endpoints.patch
068f62
b29b4d
# RH bug #1972749
b29b4d
Patch13: evolution-ews-3.28.5-cmake-variable-name-comparison.patch
b29b4d
1a908d
# RH bug #2082245
76c337
Patch14: evolution-ews-3.28.5-autodiscover-improvements.patch
76c337
c9b2f7
Requires: evolution >= %{eds_evo_version}
c9b2f7
Requires: evolution-data-server >= %{eds_evo_version}
c9b2f7
Requires: %{name}-langpacks = %{version}-%{release}
c9b2f7
Requires: libmspack >= %{libmspack_version}
c9b2f7
c9b2f7
BuildRequires: cmake
c9b2f7
BuildRequires: gcc
c9b2f7
BuildRequires: intltool
c9b2f7
BuildRequires: pkgconfig(camel-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(glib-2.0)
c9b2f7
BuildRequires: pkgconfig(gtk+-3.0)
c9b2f7
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(libecal-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(libedata-book-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(libedata-cal-1.2) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(libemail-engine) >= %{eds_evo_version}
c9b2f7
BuildRequires: pkgconfig(libical)
c9b2f7
BuildRequires: pkgconfig(libmspack) >= %{libmspack_version}
c9b2f7
BuildRequires: pkgconfig(libsoup-2.4)
c9b2f7
c9b2f7
%description
c9b2f7
This package allows Evolution to interact with Microsoft Exchange servers,
c9b2f7
versions 2007 and later, through its Exchange Web Services (EWS) interface.
c9b2f7
c9b2f7
%package langpacks
c9b2f7
Summary: Translations for %{name}
c9b2f7
BuildArch: noarch
c9b2f7
Requires: %{name} = %{version}-%{release}
c9b2f7
c9b2f7
%description langpacks
c9b2f7
This package contains translations for %{name}.
c9b2f7
c9b2f7
%prep
c9b2f7
%setup -q
c9b2f7
c9b2f7
%patch01 -p1 -b .import-event-timezone
c9b2f7
%patch02 -p1 -b .disable-reminder-types
c9b2f7
%patch03 -p1 -b .unknown-responsetype-as-needs-action
c9b2f7
%patch04 -p1 -b .contact-country-forgotten
c9b2f7
%patch05 -p1 -b .meeting-with-attachment
c9b2f7
%patch06 -p1 -b .double-collection-backend-populate
1b1c34
%patch07 -p1 -b .cve-2019-3890
12156d
%patch08 -p1 -b .birthday-date
12156d
%patch09 -p1 -b .sync-category-list
12156d
%patch10 -p1 -b .save-only-if-organizer
068f62
%patch11 -p1 -b .oauth2-simplify
068f62
%patch12 -p1 -b .oauth2-endpoints
b29b4d
%patch13 -p1 -b .cmake-variable-name-comparison
76c337
%patch14 -p1 -b .autodiscover-improvements
c9b2f7
c9b2f7
%build
c9b2f7
c9b2f7
mkdir _build
c9b2f7
cd _build
c9b2f7
c9b2f7
export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations"
c9b2f7
%cmake -G "Unix Makefiles" ..
c9b2f7
make %{?_smp_mflags}
c9b2f7
c9b2f7
%install
c9b2f7
rm -rf $RPM_BUILD_ROOT
c9b2f7
c9b2f7
cd _build
c9b2f7
make install DESTDIR=$RPM_BUILD_ROOT
c9b2f7
c9b2f7
%find_lang %{name}
c9b2f7
c9b2f7
%post -p /sbin/ldconfig
c9b2f7
c9b2f7
%postun -p /sbin/ldconfig
c9b2f7
c9b2f7
%files
c9b2f7
%license COPYING
c9b2f7
%doc NEWS README
c9b2f7
%{_libdir}/evolution/modules/module-ews-configuration.so
c9b2f7
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
c9b2f7
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
c9b2f7
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
c9b2f7
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
c9b2f7
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
c9b2f7
%{_libdir}/evolution-ews/libcamelews-priv.so
c9b2f7
%{_libdir}/evolution-ews/libevolution-ews.so
c9b2f7
%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
c9b2f7
%{_datadir}/evolution/errors/module-ews-configuration.error
c9b2f7
%{_datadir}/evolution-data-server/ews/windowsZones.xml
c9b2f7
c9b2f7
%files langpacks -f _build/%{name}.lang
c9b2f7
c9b2f7
%changelog
1a908d
* Fri May 06 2022 Milan Crha <mcrha@redhat.com> - 3.28.5-13
1a908d
- Related: #2082245 (Fix issues in the patch found by Coverity scan)
1a908d
1a908d
* Fri May 06 2022 Milan Crha <mcrha@redhat.com> - 3.28.5-12
1a908d
- Resolves: #2082245 (Backport fixes to improve autodiscovery)
76c337
b29b4d
* Wed Jun 16 2021 Milan Crha <mcrha@redhat.com> - 3.28.5-11
b29b4d
- Resolves: #1972749 (PrintableOptions.cmake: Correct variable name comparison)
b29b4d
068f62
* Wed Oct 07 2020 Milan Crha <mcrha@redhat.com> - 3.28.5-10
068f62
- Resolves: #1886026 (Simplify OAuth2 for outlook.office365.com server)
068f62
- Resolves: #1885229 (Allow change of the Microsoft 365 OAuth2 endpoints)
068f62
12156d
* Wed Nov 13 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-9
12156d
- Remove patch for RH bug #1765005 (Reject creating meetings organized by other users)
12156d
12156d
* Tue Oct 29 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-8
12156d
- Remove patch for RH bug #1765005 (Send meeting change notifications only if being the organizer)
12156d
12156d
* Thu Oct 24 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-7
12156d
- Add patch for RH bug #1764818 (Sync CategoryList with mail Labels)
12156d
- Add patch for RH bug #1765005 (Send meeting change notifications only if being the organizer)
12156d
12156d
* Wed Oct 23 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-6
12156d
- Add patch for RH bug #1741091 (Birthday date of Contact depends on system timezone)
12156d
1b1c34
* Mon May 27 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-5
1b1c34
- Rebuild with added gating
1b1c34
1b1c34
* Mon Apr 15 2019 Milan Crha <mcrha@redhat.com> - 3.28.5-4
1b1c34
- Add patch for RH bug #1696761 (CVE-2019-3890 - SSL Certificates are not validated)
1b1c34
c9b2f7
* Mon Oct 01 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-3
c9b2f7
- Add "Enable only Notification reminders in the calendar" upstream fix
c9b2f7
- Add "Treat 'Unknown' ResponseType as Needs-Action" upstream fix
c9b2f7
- Add "I#19 - Country is forgotten along the way to exchange server" upstream fix
c9b2f7
- Add "I#21 - Meeting with attachment cannot be saved in 2010" upstream fix
c9b2f7
- Add "Collection backend schedules two 'populate' requests after going online" upstream fix
c9b2f7
c9b2f7
* Tue Sep 04 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-2
c9b2f7
- Add patch for RH bug #1625162 (Calendar invites added with the wrong time zone)
c9b2f7
c9b2f7
* Mon Jul 30 2018 Milan Crha <mcrha@redhat.com> - 3.28.5-1
c9b2f7
- Update to 3.28.5
c9b2f7
c9b2f7
* Mon Jul 16 2018 Milan Crha <mcrha@redhat.com> - 3.28.4-1
c9b2f7
- Update to 3.28.4
c9b2f7
c9b2f7
* Mon Jun 18 2018 Milan Crha <mcrha@redhat.com> - 3.28.3-1
c9b2f7
- Update to 3.28.3
c9b2f7
c9b2f7
* Mon Apr 09 2018 Milan Crha <mcrha@redhat.com> - 3.28.1-1
c9b2f7
- Update to 3.28.1
c9b2f7
c9b2f7
* Mon Mar 12 2018 Milan Crha <mcrha@redhat.com> - 3.28.0-1
c9b2f7
- Update to 3.28.0
c9b2f7
c9b2f7
* Mon Mar 05 2018 Milan Crha <mcrha@redhat.com> - 3.27.92-1
c9b2f7
- Update to 3.27.92
c9b2f7
c9b2f7
* Mon Feb 19 2018 Milan Crha <mcrha@redhat.com> - 3.27.91-1
c9b2f7
- Update to 3.27.91
c9b2f7
c9b2f7
* Tue Feb 06 2018 Milan Crha <mcrha@redhat.com> - 3.27.90-1
c9b2f7
- Update to 3.27.90
c9b2f7
c9b2f7
* Mon Jan 08 2018 Milan Crha <mcrha@redhat.com> - 3.27.4-1
c9b2f7
- Update to 3.27.4
c9b2f7
c9b2f7
* Mon Dec 11 2017 Milan Crha <mcrha@redhat.com> - 3.27.3-1
c9b2f7
- Update to 3.27.3
c9b2f7
c9b2f7
* Mon Nov 13 2017 Milan Crha <mcrha@redhat.com> - 3.27.2-1
c9b2f7
- Update to 3.27.2
c9b2f7
c9b2f7
* Wed Nov 08 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-2
c9b2f7
- Rebuild for newer libical
c9b2f7
c9b2f7
* Mon Oct 16 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-1
c9b2f7
- Update to 3.27.1
c9b2f7
c9b2f7
* Mon Oct 02 2017 Milan Crha <mcrha@redhat.com> - 3.26.1-1
c9b2f7
- Update to 3.26.1
c9b2f7
c9b2f7
* Mon Sep 11 2017 Milan Crha <mcrha@redhat.com> - 3.26.0-1
c9b2f7
- Update to 3.26.0
c9b2f7
c9b2f7
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92.2-1
c9b2f7
- Update to 3.25.92.2
c9b2f7
c9b2f7
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92-1
c9b2f7
- Update to 3.25.92
c9b2f7
c9b2f7
* Tue Aug 22 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.25.91-2
c9b2f7
- Install COPYING as %%license
c9b2f7
c9b2f7
* Mon Aug 21 2017 Milan Crha <mcrha@redhat.com> - 3.25.91-1
c9b2f7
- Update to 3.25.91
c9b2f7
c9b2f7
* Mon Aug 07 2017 Milan Crha <mcrha@redhat.com> - 3.25.90-1
c9b2f7
- Update to 3.25.90
c9b2f7
c9b2f7
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-4
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c9b2f7
c9b2f7
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 3.25.4-3
c9b2f7
- Rebuild with binutils fix for ppc64le (#1475636)
c9b2f7
c9b2f7
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c9b2f7
c9b2f7
* Mon Jul 17 2017 Milan Crha <mcrha@redhat.com> - 3.25.4-1
c9b2f7
- Update to 3.25.4
c9b2f7
c9b2f7
* Mon Jun 19 2017 Milan Crha <mcrha@redhat.com> - 3.25.3-1
c9b2f7
- Update to 3.25.3
c9b2f7
c9b2f7
* Mon May 22 2017 Milan Crha <mcrha@redhat.com> - 3.25.2-1
c9b2f7
- Update to 3.25.2
c9b2f7
c9b2f7
* Thu Apr 27 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-2
c9b2f7
- Split translations into separate package
c9b2f7
c9b2f7
* Mon Apr 24 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-1
c9b2f7
- Update to 3.25.1
c9b2f7
c9b2f7
* Mon Apr 10 2017 Milan Crha <mcrha@redhat.com> - 3.24.1-1
c9b2f7
- Update to 3.24.1
c9b2f7
c9b2f7
* Mon Mar 20 2017 Milan Crha <mcrha@redhat.com> - 3.24.0-1
c9b2f7
- Update to 3.24.0
c9b2f7
c9b2f7
* Mon Mar 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.92-1
c9b2f7
- Update to 3.23.92
c9b2f7
c9b2f7
* Mon Feb 27 2017 Milan Crha <mcrha@redhat.com> - 3.23.91-1
c9b2f7
- Update to 3.23.91
c9b2f7
c9b2f7
* Mon Feb 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.90-1
c9b2f7
- Update to 3.23.90
c9b2f7
c9b2f7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.4-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c9b2f7
c9b2f7
* Mon Jan 16 2017 Milan Crha <mcrha@redhat.com> - 3.23.4-1
c9b2f7
- Update to 3.23.4
c9b2f7
c9b2f7
* Mon Dec 12 2016 Milan Crha <mcrha@redhat.com> - 3.23.3-1
c9b2f7
- Update to 3.23.3
c9b2f7
c9b2f7
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-1
c9b2f7
- Update to 3.23.2
c9b2f7
c9b2f7
* Mon Oct 24 2016 Milan Crha <mcrha@redhat.com> - 3.23.1-1
c9b2f7
- Update to 3.23.1
c9b2f7
c9b2f7
* Mon Oct 10 2016 Milan Crha <mcrha@redhat.com> - 3.22.1-1
c9b2f7
- Update to 3.22.1
c9b2f7
c9b2f7
* Mon Sep 19 2016 Milan Crha <mcrha@redhat.com> - 3.22.0-1
c9b2f7
- Update to 3.22.0
c9b2f7
c9b2f7
* Mon Sep 12 2016 Milan Crha <mcrha@redhat.com> - 3.21.92-1
c9b2f7
- Update to 3.21.92
c9b2f7
c9b2f7
* Mon Aug 29 2016 Milan Crha <mcrha@redhat.com> - 3.21.91-1
c9b2f7
- Update to 3.21.91
c9b2f7
c9b2f7
* Mon Aug 15 2016 Milan Crha <mcrha@redhat.com> - 3.21.90-1
c9b2f7
- Update to 3.21.90
c9b2f7
c9b2f7
* Mon Jul 18 2016 Milan Crha <mcrha@redhat.com> - 3.21.4-1
c9b2f7
- Update to 3.21.4
c9b2f7
c9b2f7
* Mon Jun 20 2016 Milan Crha <mcrha@redhat.com> - 3.21.3-1
c9b2f7
- Update to 3.21.3
c9b2f7
c9b2f7
* Mon May 23 2016 Milan Crha <mcrha@redhat.com> - 3.21.2-1
c9b2f7
- Update to 3.21.2
c9b2f7
c9b2f7
* Mon Apr 25 2016 Milan Crha <mcrha@redhat.com> - 3.21.1-1
c9b2f7
- Update to 3.21.1
c9b2f7
c9b2f7
* Mon Apr 11 2016 Milan Crha <mcrha@redhat.com> - 3.20.1-1
c9b2f7
- Update to 3.20.1
c9b2f7
c9b2f7
* Mon Mar 21 2016 Milan Crha <mcrha@redhat.com> - 3.20.0-1
c9b2f7
- Update to 3.20.0
c9b2f7
c9b2f7
* Mon Mar 14 2016 Milan Crha <mcrha@redhat.com> - 3.19.92-1
c9b2f7
- Update to 3.19.92
c9b2f7
c9b2f7
* Mon Feb 29 2016 Milan Crha <mcrha@redhat.com> - 3.19.91-1
c9b2f7
- Update to 3.19.91
c9b2f7
c9b2f7
* Mon Feb 15 2016 Milan Crha <mcrha@redhat.com> - 3.19.90-1
c9b2f7
- Update to 3.19.90
c9b2f7
c9b2f7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-3
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c9b2f7
c9b2f7
* Mon Jan 18 2016 David Tardon <dtardon@redhat.com> - 3.19.4-2
c9b2f7
- rebuild for libical 2.0.0
c9b2f7
c9b2f7
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 3.19.4-1
c9b2f7
- Update to 3.19.4
c9b2f7
c9b2f7
* Mon Dec 14 2015 Milan Crha <mcrha@redhat.com> - 3.19.3-1
c9b2f7
- Update to 3.19.3
c9b2f7
c9b2f7
* Mon Nov 23 2015 Milan Crha <mcrha@redhat.com> - 3.19.2-1
c9b2f7
- Update to 3.19.2
c9b2f7
c9b2f7
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 3.19.1-1
c9b2f7
- Update to 3.19.1
c9b2f7
c9b2f7
* Mon Oct 12 2015 Milan Crha <mcrha@redhat.com> - 3.18.1-1
c9b2f7
- Update to 3.18.1
c9b2f7
c9b2f7
* Mon Sep 21 2015 Milan Crha <mcrha@redhat.com> - 3.18.0-1
c9b2f7
- Update to 3.18.0
c9b2f7
c9b2f7
* Mon Sep 14 2015 Milan Crha <mcrha@redhat.com> - 3.17.92-1
c9b2f7
- Update to 3.17.92
c9b2f7
c9b2f7
* Mon Aug 31 2015 Milan Crha <mcrha@redhat.com> - 3.17.91-1
c9b2f7
- Update to 3.17.91
c9b2f7
c9b2f7
* Mon Aug 17 2015 Milan Crha <mcrha@redhat.com> - 3.17.90-1
c9b2f7
- Update to 3.17.90
c9b2f7
c9b2f7
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 3.17.4-1
c9b2f7
- Update to 3.17.4
c9b2f7
c9b2f7
* Mon Jun 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-1
c9b2f7
- Update to 3.17.3
c9b2f7
c9b2f7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c9b2f7
c9b2f7
* Mon May 25 2015 Milan Crha <mcrha@redhat.com> - 3.17.2-1
c9b2f7
- Update to 3.17.2
c9b2f7
c9b2f7
* Mon Apr 27 2015 Milan Crha <mcrha@redhat.com> - 3.17.1-1
c9b2f7
- Update to 3.17.1
c9b2f7
c9b2f7
* Mon Apr 13 2015 Milan Crha <mcrha@redhat.com> - 3.16.1-1
c9b2f7
- Update to 3.16.1
c9b2f7
c9b2f7
* Mon Mar 23 2015 Milan Crha <mcrha@redhat.com> - 3.16.0-1
c9b2f7
- Update to 3.16.0
c9b2f7
c9b2f7
* Mon Mar 16 2015 Milan Crha <mcrha@redhat.com> - 3.15.92-1
c9b2f7
- Update to 3.15.92
c9b2f7
c9b2f7
* Mon Mar 02 2015 Milan Crha <mcrha@redhat.com> - 3.15.91-1
c9b2f7
- Update to 3.15.91
c9b2f7
c9b2f7
* Mon Feb 16 2015 Milan Crha <mcrha@redhat.com> - 3.13.90-1
c9b2f7
- Update to 3.13.90
c9b2f7
c9b2f7
* Mon Jan 26 2015 Milan Crha <mcrha@redhat.com> - 3.13.10-1
c9b2f7
- Update to 3.13.10
c9b2f7
c9b2f7
* Mon Dec 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.9-1
c9b2f7
- Update to 3.13.9
c9b2f7
c9b2f7
* Mon Nov 24 2014 Milan Crha <mcrha@redhat.com> - 3.13.8-1
c9b2f7
- Update to 3.13.8
c9b2f7
c9b2f7
* Mon Oct 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.7-1
c9b2f7
- Update to 3.13.7
c9b2f7
c9b2f7
* Mon Sep 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.6-1
c9b2f7
- Update to 3.13.6
c9b2f7
c9b2f7
* Mon Aug 25 2014 Milan Crha <mcrha@redhat.com> - 3.13.5-1
c9b2f7
- Update to 3.13.5
c9b2f7
c9b2f7
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c9b2f7
c9b2f7
* Wed Jul 30 2014 Milan Crha <mcrha@redhat.com> - 3.13.4-1
c9b2f7
- Update to 3.13.4
c9b2f7
c9b2f7
* Mon Jul 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.4-1
c9b2f7
- Update to 3.12.4
c9b2f7
c9b2f7
* Mon Jun 09 2014 Milan Crha <mcrha@redhat.com> - 3.12.3-1
c9b2f7
- Update to 3.12.3
c9b2f7
c9b2f7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c9b2f7
c9b2f7
* Mon May 12 2014 Milan Crha <mcrha@redhat.com> - 3.12.2-1
c9b2f7
- Update to 3.12.2
c9b2f7
c9b2f7
* Mon Apr 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.1-1
c9b2f7
- Update to 3.12.1
c9b2f7
c9b2f7
* Mon Mar 24 2014 Milan Crha <mcrha@redhat.com> - 3.12.0-1
c9b2f7
- Update to 3.12.0
c9b2f7
c9b2f7
* Mon Mar 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.92-1
c9b2f7
- Update to 3.11.92
c9b2f7
c9b2f7
* Mon Mar 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.91-1
c9b2f7
- Update to 3.11.91
c9b2f7
c9b2f7
* Mon Feb 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.90-1
c9b2f7
- Update to 3.11.90
c9b2f7
c9b2f7
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-1
c9b2f7
- Update to 3.11.5
c9b2f7
c9b2f7
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.11.4-1
c9b2f7
- Update to 3.11.4
c9b2f7
c9b2f7
* Sun Dec 01 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.2-3
c9b2f7
- Add $RPM_OPT_FLAGS to $CFLAGS (RH bug #1035930)
c9b2f7
c9b2f7
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-2
c9b2f7
- Rebuild for new libical (RH bug #1023020)
c9b2f7
c9b2f7
* Mon Nov 18 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-1
c9b2f7
- Update to 3.11.2
c9b2f7
- Disable compiler warnings about deprecated symbols
c9b2f7
c9b2f7
* Tue Oct 22 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.1-1
c9b2f7
- Update to 3.11.1
c9b2f7
c9b2f7
* Mon Oct 14 2013 Milan Crha <mcrha@redhat.com> - 3.10.1-1
c9b2f7
- Update to 3.10.1
c9b2f7
c9b2f7
* Mon Sep 23 2013 Milan Crha <mcrha@redhat.com> - 3.10.0-1
c9b2f7
- Update to 3.10.0
c9b2f7
c9b2f7
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
c9b2f7
- Update to 3.9.92
c9b2f7
c9b2f7
* Mon Sep 02 2013 Milan Crha <mcrha@redhat.com> - 3.9.91-1
c9b2f7
- Update to 3.9.91
c9b2f7
c9b2f7
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
c9b2f7
- Update to 3.9.90
c9b2f7
c9b2f7
* Mon Jul 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-1
c9b2f7
- Update to 3.9.5
c9b2f7
c9b2f7
* Mon Jul 08 2013 Milan Crha <mcrha@redhat.com> - 3.9.4-1
c9b2f7
- Update to 3.9.4
c9b2f7
c9b2f7
* Mon Jun 17 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-1
c9b2f7
- Update to 3.9.3
c9b2f7
- Add dependency on libmspack 0.4+
c9b2f7
c9b2f7
* Mon May 27 2013 Milan Crha <mcrha@redhat.com> - 3.9.2-1
c9b2f7
- Update to 3.9.2
c9b2f7
c9b2f7
* Sat May 25 2013 Rex Dieter <rdieter@fedoraproject.org> 3.9.1-2
c9b2f7
- rebuild (libical)
c9b2f7
c9b2f7
* Mon Apr 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.1-1
c9b2f7
- Update to 3.9.1
c9b2f7
c9b2f7
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
c9b2f7
- Update to 3.8.0
c9b2f7
c9b2f7
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
c9b2f7
- Update to 3.7.92
c9b2f7
c9b2f7
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
c9b2f7
- Update to 3.7.91
c9b2f7
c9b2f7
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
c9b2f7
- Update to 3.7.90
c9b2f7
c9b2f7
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
c9b2f7
- Update to 3.7.5
c9b2f7
c9b2f7
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
c9b2f7
- Update to 3.7.4
c9b2f7
c9b2f7
* Thu Dec 20 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.1-1
c9b2f7
- Update to 3.7.3.1
c9b2f7
c9b2f7
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2-1
c9b2f7
- Update to 3.7.2
c9b2f7
c9b2f7
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
c9b2f7
- Update to 3.7.1
c9b2f7
c9b2f7
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
c9b2f7
- Update to 3.5.92
c9b2f7
c9b2f7
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
c9b2f7
- Update to 3.5.91
c9b2f7
- Remove patch for new xmlOutputBuffer API (fixed upstream)
c9b2f7
c9b2f7
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
c9b2f7
- Update to 3.5.90
c9b2f7
- Add patch for new xmlOutputBuffer API
c9b2f7
c9b2f7
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
c9b2f7
- Update to 3.5.5
c9b2f7
c9b2f7
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c9b2f7
c9b2f7
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
c9b2f7
- Update to 3.5.4
c9b2f7
c9b2f7
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
c9b2f7
- Update to 3.5.3
c9b2f7
c9b2f7
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
c9b2f7
- Update to 3.5.2
c9b2f7
c9b2f7
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
c9b2f7
- Update to 3.5.1
c9b2f7
c9b2f7
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
c9b2f7
- Update to 3.4.0
c9b2f7
c9b2f7
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
c9b2f7
- Update to 3.3.92
c9b2f7
c9b2f7
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
c9b2f7
- Update to 3.3.91
c9b2f7
c9b2f7
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
c9b2f7
- Update to 3.3.90
c9b2f7
c9b2f7
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
c9b2f7
- Update to 3.3.5
c9b2f7
c9b2f7
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
c9b2f7
- Update to 3.3.4
c9b2f7
c9b2f7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
c9b2f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c9b2f7
c9b2f7
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
c9b2f7
- Update to 3.3.3
c9b2f7
- Removed the last patch (fixed upstream)
c9b2f7
c9b2f7
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
c9b2f7
- Update to 3.3.2
c9b2f7
- Removed obsolete patches (fixed upstream)
c9b2f7
c9b2f7
* Mon Nov 07 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.1-1
c9b2f7
- Initial packaging for Fedora 17.