91fddd5
%define openchange_version 2.0
d5ba76c
%define intltool_version 0.35.5
d5ba76c
d5ba76c
%define strict_build_settings 0
d5ba76c
d5ba76c
### Abstract ###
d5ba76c
d5ba76c
Name: evolution-mapi
95c04c3
Version: 3.33.3
096e03d
Release: 1%{?dist}
d5ba76c
Summary: Evolution extension for MS Exchange 2007 servers
d5ba76c
License: LGPLv2+
eb2bf50
URL: https://wiki.gnome.org/Apps/Evolution
8495fe3
Source: http://download.gnome.org/sources/%{name}/3.33/%{name}-%{version}.tar.xz
b8e050c
b8e050c
Obsoletes: evolution-mapi-devel <= 3.23.1
d5ba76c
9b6351a
%global eds_evo_version %{version}
9b6351a
d5ba76c
### Dependencies ###
d5ba76c
9b6351a
Requires: evolution >= %{eds_evo_version}
9b6351a
Requires: evolution-data-server >= %{eds_evo_version}
2a26bf5
Requires: %{name}-langpacks = %{version}-%{release}
d5ba76c
d5ba76c
### Build Dependencies ###
d5ba76c
ab083e9
BuildRequires: cmake
ab083e9
BuildRequires: gcc
d5ba76c
BuildRequires: gettext
d5ba76c
BuildRequires: intltool >= %{intltool_version}
adac077
9b6351a
BuildRequires: pkgconfig(camel-1.2) >= %{eds_evo_version}
9b6351a
BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{eds_evo_version}
9b6351a
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{eds_evo_version}
9b6351a
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{eds_evo_version}
adac077
BuildRequires: pkgconfig(glib-2.0)
adac077
BuildRequires: pkgconfig(gtk+-3.0)
9b6351a
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_evo_version}
9b6351a
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_evo_version}
27a0782
BuildRequires: pkgconfig(libecal-2.0) >= %{eds_evo_version}
9b6351a
BuildRequires: pkgconfig(libedata-book-1.2) >= %{eds_evo_version}
27a0782
BuildRequires: pkgconfig(libedata-cal-2.0) >= %{eds_evo_version}
9b6351a
BuildRequires: pkgconfig(libemail-engine) >= %{eds_evo_version}
adac077
BuildRequires: pkgconfig(libmapi) >= %{openchange_version}
d5ba76c
d5ba76c
%description
d5ba76c
This package allows Evolution to interact with MS Exchange 2007 servers.
d5ba76c
2a26bf5
%package langpacks
2a26bf5
Summary: Translations for %{name}
2a26bf5
BuildArch: noarch
2a26bf5
Requires: %{name} = %{version}-%{release}
2a26bf5
2a26bf5
%description langpacks
2a26bf5
This package contains translations for %{name}.
2a26bf5
d5ba76c
%prep
d5ba76c
%setup -q
c71e372
d5ba76c
%build
d5ba76c
ab083e9
mkdir _build
ab083e9
cd _build
ab083e9
Matthew Barnes 7828521
CFLAGS="$RPM_OPT_FLAGS"
Matthew Barnes 7828521
d5ba76c
# Add stricter build settings here as the source code gets cleaned up.
d5ba76c
# We want to make sure things like compiler warnings and avoiding deprecated
d5ba76c
# functions in the GNOME/GTK+ libraries stay fixed.
d5ba76c
#
d5ba76c
# Please file a bug report at bugzilla.gnome.org if these settings break
d5ba76c
# compilation, and encourage the upstream developers to use them.
d5ba76c
d5ba76c
%if %{strict_build_settings}
d5ba76c
CFLAGS="$CFLAGS \
d5ba76c
	-DG_DISABLE_DEPRECATED=1 \
d5ba76c
	-DPANGO_DISABLE_DEPRECATED=1 \
d5ba76c
	-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
d5ba76c
	-DGDK_DISABLE_DEPRECATED=1 \
d5ba76c
	-DGTK_DISABLE_DEPRECATED=1 \
d5ba76c
	-DEDS_DISABLE_DEPRECATED=1 \
d5ba76c
	-Wdeclaration-after-statement \
d5ba76c
	-Werror-implicit-function-declaration"
d5ba76c
%endif
d5ba76c
ff6d738
export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
ff6d738
ab083e9
%cmake -G "Unix Makefiles" ..
c0bc1d6
d5ba76c
make %{?_smp_mflags}
d5ba76c
d5ba76c
%install
d5ba76c
rm -rf $RPM_BUILD_ROOT
d5ba76c
ab083e9
cd _build
ab083e9
make install DESTDIR=$RPM_BUILD_ROOT
d5ba76c
d5ba76c
%find_lang %{name}
d5ba76c
2a26bf5
%files
aafdbd0
%license COPYING
aafdbd0
%doc AUTHORS ChangeLog INSTALL README
ab083e9
%{_libdir}/evolution/modules/module-mapi-configuration.so
fdae8a9
%{_libdir}/evolution-data-server/camel-providers/libcamelmapi.so
fdae8a9
%{_libdir}/evolution-data-server/camel-providers/libcamelmapi.urls
fdae8a9
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendmapi.so
fdae8a9
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendmapi.so
Matthew Barnes 5ec8d10
%{_libdir}/evolution-data-server/registry-modules/module-mapi-backend.so
ab083e9
%{_libdir}/evolution-mapi/libcamelmapi-priv.so
ab083e9
%{_libdir}/evolution-mapi/libevolution-mapi.so
7925625
%{_datadir}/metainfo/org.gnome.Evolution-mapi.metainfo.xml
9b94c25
%{_datadir}/evolution-data-server/mapi
d5ba76c
2a26bf5
%files langpacks -f _build/%{name}.lang
2a26bf5
d5ba76c
%changelog
95c04c3
* Mon Jun 17 2019 Milan Crha <mcrha@redhat.com> - 3.33.3-1
95c04c3
- Update to 3.33.3
95c04c3
27a0782
* Mon May 20 2019 Milan Crha <mcrha@redhat.com> - 3.33.2-1
27a0782
- Update to 3.33.2
27a0782
8495fe3
* Mon Apr 22 2019 Milan Crha <mcrha@redhat.com> - 3.33.1-1
8495fe3
- Update to 3.33.1
8495fe3
5b024e1
* Mon Apr 08 2019 Milan Crha <mcrha@redhat.com> - 3.32.1-1
5b024e1
- Update to 3.32.1
5b024e1
e0f520f
* Mon Mar 11 2019 Milan Crha <mcrha@redhat.com> - 3.32.0-1
e0f520f
- Update to 3.32.0
e0f520f
d7da9ef
* Mon Feb 18 2019 Milan Crha <mcrha@redhat.com> - 3.31.91-1
d7da9ef
- Update to 3.31.91
d7da9ef
096e03d
* Mon Feb 04 2019 Milan Crha <mcrha@redhat.com> - 3.31.90-1
096e03d
- Update to 3.31.90
096e03d
ec7b061
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
ec7b061
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ec7b061
b555338
* Mon Jan 07 2019 Milan Crha <mcrha@redhat.com> - 3.31.4-1
b555338
- Update to 3.31.4
b555338
9618495
* Mon Dec 10 2018 Milan Crha <mcrha@redhat.com> - 3.31.3-1
9618495
- Update to 3.31.3
9618495
89d3c83
* Mon Nov 12 2018 Milan Crha <mcrha@redhat.com> - 3.31.2-1
89d3c83
- Update to 3.31.2
89d3c83
b8e050c
* Mon Oct 08 2018 Milan Crha <mcrha@redhat.com> - 3.31.1-1
b8e050c
- Update to 3.31.1
b8e050c
- Add missing Obsoletes for evolution-mapi-devel subpackage
b8e050c
e5c62f4
* Mon Sep 24 2018 Milan Crha <mcrha@redhat.com> - 3.30.1-1
e5c62f4
- Update to 3.30.1
e5c62f4
74eaa69
* Mon Sep 03 2018 Milan Crha <mcrha@redhat.com> - 3.30.0-1
74eaa69
- Update to 3.30.0
74eaa69
06ad637
* Mon Aug 27 2018 Milan Crha <mcrha@redhat.com> - 3.29.92-1
06ad637
- Update to 3.29.92
06ad637
5a4512c
* Mon Aug 13 2018 Milan Crha <mcrha@redhat.com> - 3.29.91-1
5a4512c
- Update to 3.29.91
5a4512c
fdfedb6
* Mon Jul 30 2018 Milan Crha <mcrha@redhat.com> - 3.29.90-1
fdfedb6
- Update to 3.29.90
fdfedb6
08776ca
* Mon Jul 16 2018 Milan Crha <mcrha@redhat.com> - 3.29.4-1
08776ca
- Update to 3.29.4
08776ca
0fafb47
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.3-2
0fafb47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0fafb47
bd7346e
* Mon Jun 18 2018 Milan Crha <mcrha@redhat.com> - 3.29.3-1
bd7346e
- Update to 3.29.3
bd7346e
ebed0a2
* Mon May 21 2018 Milan Crha <mcrha@redhat.com> - 3.29.2-1
ebed0a2
- Update to 3.29.2
ebed0a2
b7cf506
* Mon Apr 16 2018 Milan Crha <mcrha@redhat.com> - 3.29.1-1
b7cf506
- Update to 3.29.1
b7cf506
bf265a2
* Mon Apr 09 2018 Milan Crha <mcrha@redhat.com> - 3.28.1-1
bf265a2
- Update to 3.28.1
bf265a2
93106c7
* Mon Mar 12 2018 Milan Crha <mcrha@redhat.com> - 3.28.0-1
93106c7
- Update to 3.28.0
93106c7
7ff066b
* Mon Mar 05 2018 Milan Crha <mcrha@redhat.com> - 3.27.92-1
7ff066b
- Update to 3.27.92
7ff066b
7925625
* Mon Feb 19 2018 Milan Crha <mcrha@redhat.com> - 3.27.91-1
7925625
- Update to 3.27.91
7925625
1f7929d
* Tue Feb 06 2018 Milan Crha <mcrha@redhat.com> - 3.27.90-1
1f7929d
- Update to 3.27.90
1f7929d
0397d77
* Mon Jan 08 2018 Milan Crha <mcrha@redhat.com> - 3.27.4-1
0397d77
- Update to 3.27.4
0397d77
34c24bf
* Mon Dec 11 2017 Milan Crha <mcrha@redhat.com> - 3.27.3-1
34c24bf
- Update to 3.27.3
34c24bf
443c6af
* Mon Nov 13 2017 Milan Crha <mcrha@redhat.com> - 3.27.2-1
443c6af
- Update to 3.27.2
443c6af
296a5a0
* Wed Nov 08 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-2
296a5a0
- Rebuild for newer libical
296a5a0
cbea609
* Mon Oct 16 2017 Milan Crha <mcrha@redhat.com> - 3.27.1-1
cbea609
- Update to 3.27.1
cbea609
ea7b9c0
* Mon Oct 02 2017 Milan Crha <mcrha@redhat.com> - 3.26.1-1
ea7b9c0
- Update to 3.26.1
ea7b9c0
9b6351a
* Mon Sep 11 2017 Milan Crha <mcrha@redhat.com> - 3.26.0-1
9b6351a
- Update to 3.26.0
9b6351a
cf1eda4
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92.2-1
cf1eda4
- Update to 3.25.92.2
cf1eda4
fd3d9e6
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92-1
fd3d9e6
- Update to 3.25.92
fd3d9e6
aafdbd0
* Tue Aug 22 2017 Ville Skyttä <ville.skytta@iki.fi> - 3.25.91-2
aafdbd0
- Install COPYING as %%license
aafdbd0
a0dfccf
* Mon Aug 21 2017 Milan Crha <mcrha@redhat.com> - 3.25.91-1
a0dfccf
- Update to 3.25.91
a0dfccf
636a805
* Mon Aug 07 2017 Milan Crha <mcrha@redhat.com> - 3.25.90-1
636a805
- Update to 3.25.90
636a805
f85324a
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-4
f85324a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f85324a
7a315ec
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 3.25.4-3
7a315ec
- Rebuild with binutils fix for ppc64le (#1475636)
7a315ec
dc2ad6c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
dc2ad6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dc2ad6c
c4118e6
* Mon Jul 17 2017 Milan Crha <mcrha@redhat.com> - 3.25.4-1
c4118e6
- Update to 3.25.4
c4118e6
f1a8b9e
* Mon Jun 19 2017 Milan Crha <mcrha@redhat.com> - 3.25.3-1
f1a8b9e
- Update to 3.25.3
f1a8b9e
a47ac9f
* Mon May 22 2017 Milan Crha <mcrha@redhat.com> - 3.25.2-1
a47ac9f
- Update to 3.25.2
a47ac9f
2a26bf5
* Thu Apr 27 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-2
2a26bf5
- Split translations into separate package
2a26bf5
5c576ac
* Mon Apr 24 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-1
5c576ac
- Update to 3.25.1
5c576ac
141e6ec
* Mon Apr 10 2017 Milan Crha <mcrha@redhat.com> - 3.24.1-1
141e6ec
- Update to 3.24.1
141e6ec
94db8da
* Mon Mar 20 2017 Milan Crha <mcrha@redhat.com> - 3.24.0-1
94db8da
- Update to 3.24.0
94db8da
677c624
* Mon Mar 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.92-1
677c624
- Update to 3.23.92
677c624
5c7f35d
* Mon Feb 27 2017 Milan Crha <mcrha@redhat.com> - 3.23.91-1
5c7f35d
- Update to 3.23.91
5c7f35d
24ed901
* Mon Feb 13 2017 Milan Crha <mcrha@redhat.com> - 3.23.90-1
24ed901
- Update to 3.23.90
24ed901
c8eeb97
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.4-2
c8eeb97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c8eeb97
9c7045e
* Mon Jan 16 2017 Milan Crha <mcrha@redhat.com> - 3.23.4-1
9c7045e
- Update to 3.23.4
9c7045e
b804a97
* Mon Dec 12 2016 Milan Crha <mcrha@redhat.com> - 3.23.3-1
b804a97
- Update to 3.23.3
b804a97
3f92763
* Mon Nov 21 2016 Milan Crha <mcrha@redhat.com> - 3.23.2-1
3f92763
- Update to 3.23.2
3f92763
ab083e9
* Mon Oct 24 2016 Milan Crha <mcrha@redhat.com> - 3.23.1-1
ab083e9
- Update to 3.23.1
ab083e9
d8207b9
* Mon Sep 19 2016 Milan Crha <mcrha@redhat.com> - 3.22.0-1
d8207b9
- Update to 3.22.0
d8207b9
2105944
* Mon Sep 12 2016 Milan Crha <mcrha@redhat.com> - 3.21.92-1
2105944
- Update to 3.21.92
2105944
3dd8f42
* Mon Aug 29 2016 Milan Crha <mcrha@redhat.com> - 3.21.91-1
3dd8f42
- Update to 3.21.91
3dd8f42
58dc09b
* Mon Aug 15 2016 Milan Crha <mcrha@redhat.com> - 3.21.90-1
58dc09b
- Update to 3.21.90
58dc09b
7bf85ae
* Mon Jul 18 2016 Milan Crha <mcrha@redhat.com> - 3.21.4-1
7bf85ae
- Update to 3.21.4
7bf85ae
bf83f93
* Mon Jun 20 2016 Milan Crha <mcrha@redhat.com> - 3.21.3-1
bf83f93
- Update to 3.21.3
bf83f93
8bd78ac
* Mon May 23 2016 Milan Crha <mcrha@redhat.com> - 3.21.2-1
8bd78ac
- Update to 3.21.2
8bd78ac
a480c03
* Mon Apr 25 2016 Milan Crha <mcrha@redhat.com> - 3.21.1-1
a480c03
- Update to 3.21.1
a480c03
205582f
* Mon Apr 11 2016 Milan Crha <mcrha@redhat.com> - 3.20.1-1
205582f
- Update to 3.20.1
205582f
af031e0
* Mon Mar 21 2016 Milan Crha <mcrha@redhat.com> - 3.20.0-1
af031e0
- Update to 3.20.0
af031e0
ac5aa7d
* Mon Mar 14 2016 Milan Crha <mcrha@redhat.com> - 3.19.92-1
ac5aa7d
- Update to 3.19.92
ac5aa7d
a74e975
* Mon Feb 15 2016 Milan Crha <mcrha@redhat.com> - 3.19.90-1
a74e975
- Update to 3.19.90
a74e975
536a3d6
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-3
536a3d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
536a3d6
6dc7f26
* Mon Jan 18 2016 David Tardon <dtardon@redhat.com> - 3.19.4-2
6dc7f26
- rebuild for libical 2.0.0
6dc7f26
638aeaa
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 3.19.4-1
638aeaa
- Update to 3.19.4
638aeaa
c0ce266
* Mon Dec 14 2015 Milan Crha <mcrha@redhat.com> - 3.19.3-1
c0ce266
- Update to 3.19.3
c0ce266
7348782
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 3.19.1-1
7348782
- Update to 3.19.1
7348782
ff8597a
* Mon Sep 21 2015 Milan Crha <mcrha@redhat.com> - 3.18.0-1
ff8597a
- Update to 3.18.0
ff8597a
bad8cb1
* Mon Sep 14 2015 Milan Crha <mcrha@redhat.com> - 3.17.92-1
bad8cb1
- Update to 3.17.92
bad8cb1
6a1c87f
* Mon Aug 31 2015 Milan Crha <mcrha@redhat.com> - 3.17.91-1
6a1c87f
- Update to 3.17.91
6a1c87f
dd52a71
* Mon Aug 17 2015 Milan Crha <mcrha@redhat.com> - 3.17.90-1
dd52a71
- Update to 3.17.90
dd52a71
3f5f802
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 3.17.4-1
3f5f802
- Update to 3.17.4
3f5f802
1fcd2d3
* Mon Jun 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-1
1fcd2d3
- Update to 3.17.3
1fcd2d3
c3f0261
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
c3f0261
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c3f0261
d1198a6
* Mon May 25 2015 Milan Crha <mcrha@redhat.com> - 3.17.2-1
d1198a6
- Update to 3.17.2
d1198a6
6090716
* Mon Apr 27 2015 Milan Crha <mcrha@redhat.com> - 3.17.1-1
6090716
- Update to 3.17.1
6090716
684bae2
* Mon Apr 13 2015 Milan Crha <mcrha@redhat.com> - 3.16.1-1
684bae2
- Update to 3.16.1
684bae2
281b487
* Mon Mar 23 2015 Milan Crha <mcrha@redhat.com> - 3.16.0-1
281b487
- Update to 3.16.0
281b487
19edf7f
* Mon Mar 16 2015 Milan Crha <mcrha@redhat.com> - 3.15.92-1
19edf7f
- Update to 3.15.92
19edf7f
daa0640
* Mon Mar 02 2015 Milan Crha <mcrha@redhat.com> - 3.15.91-1
daa0640
- Update to 3.15.91
daa0640
8898868
* Mon Feb 16 2015 Milan Crha <mcrha@redhat.com> - 3.13.90-1
8898868
- Update to 3.13.90
8898868
346bee9
* Mon Jan 26 2015 Milan Crha <mcrha@redhat.com> - 3.13.10-1
346bee9
- Update to 3.13.10
346bee9
4ced842
* Mon Dec 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.9-1
4ced842
- Update to 3.13.9
4ced842
2239541
* Mon Nov 24 2014 Milan Crha <mcrha@redhat.com> - 3.13.8-1
2239541
- Update to 3.13.8
2239541
0030a62
* Mon Oct 27 2014 Milan Crha <mcrha@redhat.com> - 3.13.7-1
0030a62
- Update to 3.13.7
0030a62
e0ceb28
* Mon Sep 22 2014 Milan Crha <mcrha@redhat.com> - 3.13.6-1
e0ceb28
- Update to 3.13.6
e0ceb28
3f07e2a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
3f07e2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3f07e2a
5eaa7f4
* Wed Jul 30 2014 Milan Crha <mcrha@redhat.com> - 3.13.4-1
5eaa7f4
- Update to 3.13.4
5eaa7f4
6e50735
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
6e50735
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6e50735
99027cc
* Mon May 12 2014 Milan Crha <mcrha@redhat.com> - 3.12.2-1
99027cc
- Update to 3.12.2
99027cc
- Remove upstream patch to adapt to OpenChange 2.1 release changes
99027cc
e6cbe08
* Mon Apr 28 2014 Milan Crha <mcrha@redhat.com> - 3.12.1-2
e6cbe08
- Add upstream patch to adapt to OpenChange 2.1 release changes
e6cbe08
3d9f96d
* Mon Apr 14 2014 Milan Crha <mcrha@redhat.com> - 3.12.1-1
3d9f96d
- Update to 3.12.1
3d9f96d
ad11693
* Mon Mar 24 2014 Milan Crha <mcrha@redhat.com> - 3.12.0-1
ad11693
- Update to 3.12.0
ad11693
9f3c4c8
* Mon Mar 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.92-1
9f3c4c8
- Update to 3.11.92
9f3c4c8
e3aa0c2
* Mon Mar 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.91-1
e3aa0c2
- Update to 3.11.91
e3aa0c2
eb2bf50
* Mon Feb 17 2014 Milan Crha <mcrha@redhat.com> - 3.11.90-1
eb2bf50
- Update to 3.11.90
eb2bf50
a7fc989
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 3.11.5-1
a7fc989
- Update to 3.11.5
a7fc989
54ea0d7
* Mon Jan 13 2014 Milan Crha <mcrha@redhat.com> - 3.11.4-1
54ea0d7
- Update to 3.11.4
54ea0d7
Matthew Barnes 2bbe071
* Sun Dec 01 2013 Matthew Barnes <mbarnes@redhat.com> - 3.11.2-3
Matthew Barnes 7828521
- Add $RPM_OPT_FLAGS to $CFLAGS (RH bug #1035931)
Matthew Barnes 7828521
f19deff
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-2
f19deff
- Rebuild for new libical (RH bug #1023020)
f19deff
ff6d738
* Mon Nov 18 2013 Milan Crha <mcrha@redhat.com> - 3.11.2-1
ff6d738
- Update to 3.11.2
ff6d738
- Disable compiler warnings about deprecated symbols
ff6d738
29a0d25
* Fri Nov 08 2013 Milan Crha <mcrha@redhat.com> - 3.11.1-1
29a0d25
- Update to 3.11.1
29a0d25
58b0059
* Mon Oct 14 2013 Milan Crha <mcrha@redhat.com> - 3.10.1-1
58b0059
- Update to 3.10.1
58b0059
e001937
* Mon Sep 23 2013 Milan Crha <mcrha@redhat.com> - 3.10.0-1
e001937
- Update to 3.10.0
e001937
- Fix URL tag in the .spec file to point to evolution project
e001937
b7de55f
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
b7de55f
- Update to 3.9.92
b7de55f
94f3032
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 3.9.90-1
94f3032
- Update to 3.9.90
94f3032
4c069a0
* Mon Jul 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.5-1
4c069a0
- Update to 3.9.5
4c069a0
ee22a90
* Wed Jul 10 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-2
ee22a90
- Rebuild against newer evolution-data-server
ee22a90
aa695f0
* Mon Jun 17 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-1
aa695f0
- Update to 3.9.3
aa695f0
47411de
* Mon May 27 2013 Milan Crha <mcrha@redhat.com> - 3.9.2-1
47411de
- Update to 3.9.2
47411de
Rex Dieter 95df12f
* Sat May 25 2013 Rex Dieter <rdieter@fedoraproject.org> 3.9.1-2
Rex Dieter 95df12f
- rebuild (libical)
Rex Dieter 95df12f
a022340
* Mon Apr 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.1-1
a022340
- Update to 3.9.1
a022340
69c8445
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
69c8445
- Update to 3.8.0
69c8445
d1ebdda
* Mon Mar 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.92-1
d1ebdda
- Update to 3.7.92
d1ebdda
- Remove patch to drop GTK_DOC_CHECK from configure.ac (fixed upstream)
d1ebdda
dbf8ef3
* Mon Mar 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.91-1
dbf8ef3
- Update to 3.7.91
513af2f
- Add patch to drop GTK_DOC_CHECK from configure.ac
dbf8ef3
91fddd5
* Mon Feb 18 2013 Milan Crha <mcrha@redhat.com> - 3.7.90-1
91fddd5
- Update to 3.7.90
91fddd5
592846a
* Mon Feb 04 2013 Milan Crha <mcrha@redhat.com> - 3.7.5-1
592846a
- Update to 3.7.5
592846a
2cbda9c
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
2cbda9c
- Update to 3.7.4
2cbda9c
Matthew Barnes 5a32943
* Wed Dec 19 2012 Matthew Barnes <mbarnes@redhat.com> - 3.7.3-1
Matthew Barnes 5a32943
- Update to 3.7.3
Matthew Barnes 5a32943
4717dc7
* Mon Nov 19 2012 Milan Crha <mcrha@redhat.com> - 3.7.2-1
4717dc7
- Update to 3.7.2
4717dc7
03000cc
* Mon Oct 22 2012 Milan Crha <mcrha@redhat.com> - 3.7.1-1
03000cc
- Update to 3.7.1
03000cc
13faf5e
* Mon Sep 17 2012 Milan Crha <mcrha@redhat.com> - 3.5.92-1
13faf5e
- Update to 3.5.92
13faf5e
d2946ad
* Mon Sep 03 2012 Milan Crha <mcrha@redhat.com> - 3.5.91-1
d2946ad
- Update to 3.5.91
d2946ad
1ef6790
* Mon Aug 20 2012 Milan Crha <mcrha@redhat.com> - 3.5.90-1
1ef6790
- Update to 3.5.90
1ef6790
05d0d9f
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 3.5.5-1
05d0d9f
- Update to 3.5.5
05d0d9f
34e55a5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
34e55a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
34e55a5
be38927
* Mon Jul 16 2012 Milan Crha <mcrha@redhat.com> - 3.5.4-1
be38927
- Update to 3.5.4
be38927
Matthew Barnes 3af276d
* Tue Jun 26 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
Matthew Barnes 3af276d
- Update to 3.5.3
Matthew Barnes 3af276d
a2ed0a8
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
a2ed0a8
- Update to 3.5.2
a2ed0a8
Matthew Barnes a765837
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
Matthew Barnes a765837
- Update to 3.5.1
Matthew Barnes a765837
228937b
* Tue Apr 24 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-3
228937b
- Rebuild against newer OpenChange
228937b
851caf8
* Thu Apr 19 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-2
851caf8
- Rebuild against newer OpenChange
851caf8
df09d6b
* Tue Apr 03 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
68ee531
- Update to 3.4.0
3843f54
- Bump OpenChange dependency to 1.0
3843f54
56533b6
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
56533b6
- Update to 3.3.91
56533b6
- Remove add-rpath patch (obsolete)
56533b6
eb32f7c
* Thu Feb 23 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-2
eb32f7c
- Do not change rpath on .so files (fixes Red Hat bug #790056)
eb32f7c
489b174
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
489b174
- Update to 3.3.90
489b174
7fa384b
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
7fa384b
- Update to 3.3.5
7fa384b
4bb2944
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
4bb2944
- Update to 3.3.4
4bb2944
c0d3f3f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
c0d3f3f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c0d3f3f
b19d3ca
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
b19d3ca
- Update to 3.3.3
b19d3ca
- Remove patch to remove usage of deprecated flags (fixed upstream)
b19d3ca
b86b2c3
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
b86b2c3
- Update to 3.3.2
af8a7d1
- Add patch to remove usage of deprecated flags
b86b2c3
c626724
* Mon Oct 24 2011 Milan Crha <mcrha@redhat.com> - 3.3.1-1
c626724
- Update to 3.3.1
c626724
67b2ea9
* Mon Sep 26 2011 Milan Crha <mcrha@redhat.com> - 3.2.0-1
67b2ea9
- Update to 3.2.0
67b2ea9
c0bc1d6
* Mon Sep 19 2011 Milan Crha <mcrha@redhat.com> - 3.1.92-1
c0bc1d6
- Update to 3.1.92
c0bc1d6
e5544de
* Mon Sep 05 2011 Milan Crha <mcrha@redhat.com> - 3.1.91-1
e5544de
- Update to 3.1.91
e5544de
8f17cbc
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 3.1.90-1
8f17cbc
- Update to 3.1.90
8f17cbc
58ba622
* Mon Aug 15 2011 Milan Crha <mcrha@redhat.com> - 3.1.5-1
58ba622
- Update to 3.1.5
58ba622
3deec27
* Thu Aug 11 2011 Milan Crha <mcrha@redhat.com> - 3.1.4-1
3deec27
- Update to 3.1.4
3deec27
- Remove patch to enable GLib deprecated stuff (fixed upstream)
3deec27
Matthew Barnes aa588aa
* Tue Jul 05 2011 Matthew Barnes <mbarnes@redhat.com> - 3.1.3-1
Matthew Barnes aa588aa
- Update to 3.1.3
Matthew Barnes aa588aa
cf29601
* Tue Jun 14 2011 Milan Crha <mcrha@redhat.com> - 3.1.2-1
cf29601
- Update to 3.1.2
3b8f4af
- Add patch to enable GLib deprecated stuff (due to G_CONST_RETURN deprecation)
cf29601
314a667
* Mon May 09 2011 Milan Crha <mcrha@redhat.com> - 3.1.1-1
314a667
- Update to 3.1.1
314a667
Matthew Barnes ffa3d14
* Wed Apr 06 2011 Matthew Barnes <mbarnes@redhat.com> - 3.0.0-2
Matthew Barnes ffa3d14
- Rebuild against newer Samba4 and OpenChange libraries.
Matthew Barnes ffa3d14
604847b
* Mon Apr 04 2011 Milan Crha <mcrha@redhat.com> - 3.0.0-1
604847b
- Update to 3.0.0
604847b
920509c
* Mon Mar 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.92-1
920509c
- Update to 2.91.92
920509c
ee49410
* Mon Mar 07 2011 Milan Crha <mcrha@redhat.com> - 2.91.91-1
ee49410
- Update to 2.91.91
ee49410
081bed2
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 2.91.90-1
081bed2
- Update to 2.91.90
081bed2
345e6df
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-4
345e6df
- Rebuild against newer gtk
345e6df
2c4e3e2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-3
2c4e3e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2c4e3e2
4f62491
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-2
4f62491
- Rebuild
4f62491
cf5b461
* Mon Jan 31 2011 Milan Crha <mcrha@redhat.com> - 2.91.6-1
cf5b461
- Update to 2.91.6
cf5b461
fdae8a9
* Mon Jan 10 2011 Milan Crha <mcrha@redhat.com> - 2.91.5-1
fdae8a9
- Update to 2.91.5
fdae8a9
5981ef6
* Mon Dec 20 2010 Milan Crha <mcrha@redhat.com> - 2.91.4-1
5981ef6
- Update to 2.91.4
5981ef6
750597b
* Mon Nov 29 2010 Milan Crha <mcrha@redhat.com> - 2.91.3-1
750597b
- Update to 2.91.3
750597b
8eb6a71
* Mon Nov 08 2010 Milan Crha <mcrha@redhat.com> - 2.91.2-1
8eb6a71
- Update to 2.91.2
8eb6a71
23f4dc6
* Mon Oct 18 2010 Milan Crha <mcrha@redhat.com> - 2.91.1-1
23f4dc6
- Update to 2.91.1
23f4dc6
154c280
* Mon Oct 11 2010 Milan Crha <mcrha@redhat.com> - 2.91.0-1
154c280
- Update to 2.91.0
154c280
Jesse Keating 4514527
* Wed Sep 29 2010 jkeating - 0.31.92-3
Jesse Keating 4514527
- Rebuilt for gcc bug 634757
Jesse Keating 4514527
d80a453
* Tue Sep 14 2010 Milan Crha <mcrha@redhat.com> - 0.31.92-2
d80a453
- Bump openchange requirement to 0.9-8
d80a453
d80a453
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 0.31.92-1
d80a453
- Update to 0.31.92
d80a453
- Remove patch for Gnome bug #627999 (fixed upstream)
d80a453
e89156a
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 0.31.91-1
e89156a
- Update to 0.31.91
e89156a
- Add patch for Gnome bug #627999 (Cannot autocomplete)
d80a453
d80a453
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 0.31.90-1
d80a453
- Update to 0.31.90
d80a453
61150d6
* Mon Aug 02 2010 Matthew Barnes <mbarnes@redhat.com> - 0.31.6-1
d80a453
- Update to 0.31.6
e89156a
- Roll back evo_base_version to 2.32.
e89156a
b8c35df
* Tue Jul 13 2010 Milan Crha <mcrha@redhat.com> - 0.31.5-1
b8c35df
- Update to 0.31.5
b8c35df
c1fa67e
* Mon Jun 07 2010 Milan Crha <mcrha@redhat.com> - 0.31.3-1
c1fa67e
- Update to 0.31.3
c1fa67e
44e809d
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 0.31.2-1
44e809d
- Update to 0.31.2
44e809d
c1228c1
* Mon May 03 2010 Milan Crha <mcrha@redhat.com> - 0.31.1-1
c1228c1
- Update to 0.31.1
c1228c1
18c8906
* Mon Feb 08 2010 Milan Crha <mcrha@redhat.com> - 0.29.90-1
18c8906
- Update to 0.29.90
18c8906
27bb8eb
* Mon Jan 25 2010 Milan Crha <mcrha@redhat.com> - 0.29.6-1
27bb8eb
- Update to 0.29.6
27bb8eb
ff306f9
* Tue Jan 12 2010 Milan Crha <mcrha@redhat.com> - 0.29.5-1
ff306f9
- Update to 0.29.5
ff306f9
6ca015b
* Sat Jan 09 2010 Matthew Barnes <mbarnes@redhat.com> - 0.29.4-2
6ca015b
- Rebuild against OpenChange 0.9.
6ca015b
20d0486
* Mon Dec 21 2009 Milan Crha <mcrha@redhat.com> - 0.29.4-1
20d0486
- Update to 0.29.4
20d0486
8718d24
* Mon Nov 30 2009 Milan Crha <mcrha@redhat.com> - 0.29.3-1
8718d24
- Update to 0.29.3
8718d24
- Remove patch for Gnome bug #588453 (fixed upstream).
8718d24
- Remove patch for Gnome bug #595260 (fixed upstream).
8718d24
- Remove patch for Gnome bug #595355 (fixed upstream).
8718d24
- Remove patch for Gnome bug #595480 (fixed upstream).
8718d24
c71e372
* Tue Sep 22 2009 Milan Crha <mcrha@redhat.com> - 0.28.0-1
c71e372
- Update to 0.28.0
c71e372
- Add patch for Gnome bug #588453 (slow retrieval of message IDs).
c71e372
- Add patch for Gnome bug #595260 (crash in mapi_sync_deleted).
c71e372
- Add patch for Gnome bug #595355 (crash and incorrect header parsing).
c71e372
- Add patch for Gnome bug #595480 (crash on fetching GAL).
c71e372
87e74fd
* Mon Sep 07 2009 Milan Crha <mcrha@redhat.com> - 0.27.92-1
87e74fd
- Update to 0.27.92
87e74fd
c24ed3e
* Mon Aug 24 2009 Milan Crha <mcrha@redhat.com> - 0.27.91-1
c24ed3e
- Update to 0.27.91
c24ed3e
7b4af33
* Mon Aug 10 2009 Milan Crha <mcrha@redhat.com> - 0.27.90-1
7b4af33
- Update to 0.27.90
7b4af33
1f1814b
* Tue Jul 28 2009 Milan Crha <mcrha@redhat.com> - 0.27.5-2
1f1814b
- Add new libebookbackendmapigal.so to a list of installed files.
1f1814b
- Bump requirement of evolution and evolution-data-server to 2.27.5.
1f1814b
972876d
* Mon Jul 27 2009 Milan Crha <mcrha@redhat.com> - 0.27.5-1
972876d
- Update to 0.27.5
972876d
cf4fd3e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27.4-2
cf4fd3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cf4fd3e
f811fb0
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.4-1
f811fb0
- Update to 0.27.4
f811fb0
cc564c8
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.3-4
cc564c8
- Remove redundant library flag from pkg-config file.
cc564c8
460419c
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.3-3
460419c
- Rebuild against mutated openchange (see RH bug #503783).
460419c
460419c
* Fri Jun 26 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.3-2
6c9e7b5
- Remove ldconfig calls since all the libraries we install are
6c9e7b5
  dlopen'ed modules (RH bug #586991).
6c9e7b5
5815516
* Mon Jun 15 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.3-1
5815516
- Update to 0.27.3
5815516
1d02daf
* Fri May 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.2-1
1d02daf
- Update to 0.27.2
1d02daf
2040bee
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 0.27.1-1
2040bee
- Update to 0.27.1
2040bee
- Bump eds_major to 2.28.
2040bee
- Bump evo and eds req's to 2.27.1.
2040bee
8a2b512
* Mon Apr 13 2009 Matthew Barnes <mbarnes@redhat.com> - 0.26.1-1
8a2b512
- Update to 0.26.1
8a2b512
9adf24d
* Thu Mar 19 2009 Matthew Barnes <mbarnes@redhat.com> - 0.26.0.1-1
9adf24d
- Update to 0.26.0.1
9adf24d
98e122c
* Mon Mar 16 2009 Matthew Barnes <mbarnes@redhat.com> - 0.26.0-1
98e122c
- Update to 0.26.0
98e122c
33cd58c
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.92-1
33cd58c
- Update to 0.25.92
33cd58c
d5ba76c
* Thu Feb 26 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.91-3
d5ba76c
- Formal package review cleanups.
d5ba76c
d5ba76c
* Thu Feb 19 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.91-2
d5ba76c
- Add some missing build requirements.
d5ba76c
d5ba76c
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.91-1
d5ba76c
- Update to 0.25.91
d5ba76c
d5ba76c
* Thu Feb 05 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.90-1
d5ba76c
- Update to 0.25.90
d5ba76c
d5ba76c
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.5-1
d5ba76c
- Update to 0.25.5
d5ba76c
d5ba76c
* Tue Jan 06 2009 Matthew Barnes <mbarnes@redhat.com> - 0.25.4-1
d5ba76c
- Update to 0.25.4
d5ba76c
- Handle translations.
d5ba76c
d5ba76c
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 0.25.3-1
d5ba76c
- Update to 0.25.3
d5ba76c
d5ba76c
* Fri Dec 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.1-1
d5ba76c
- Initial packaging of evolution-mapi.