- Update to 2.27.2

- Remove strict_build_settings since the settings are used upstream now.
This commit is contained in:
Matthew Barnes 2009-05-26 02:49:17 +00:00
parent c0d01a912b
commit 5f8d20c34c
3 changed files with 7 additions and 25 deletions

View File

@ -1 +1 @@
evolution-2.27.1.tar.bz2
evolution-2.27.2.tar.bz2

View File

@ -36,15 +36,12 @@
%endif
%define use_mozilla_nss 1
# Use stricter build settings than required by upstream.
%define strict_build_settings 1
%define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins
### Abstract ###
Name: evolution
Version: 2.27.1
Version: 2.27.2
Release: 1%{?dist}
Group: Applications/Productivity
Summary: Mail and calendar client for GNOME
@ -289,25 +286,6 @@ if pkg-config openssl ; then
fi
%endif
# Add stricter build settings here as the source code gets cleaned up.
# We want to make sure things like compiler warnings and avoiding deprecated
# functions in the GNOME/GTK+ libraries stay fixed.
#
# Please file a bug report at bugzilla.gnome.org if these settings break
# compilation, and encourage the upstream developers to use them.
%if %{strict_build_settings}
CFLAGS="$CFLAGS \
-DG_DISABLE_DEPRECATED=1 \
-DPANGO_DISABLE_DEPRECATED=1 \
-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
-DGDK_DISABLE_DEPRECATED=1 \
-Wdeclaration-after-statement \
-Werror-implicit-function-declaration"
# TODO: Make -DCAMEL_DISABLE_DEPRECATED work.
# TODO: Make -DEDS_DISABLE_DEPRECATED work again.
%endif
%configure \
--enable-gtk-doc \
--enable-ipv6 \
@ -688,6 +666,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean
%changelog
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1.fc12
- Update to 2.27.2
- Remove strict_build_settings since the settings are used upstream now.
* Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
- Update to 2.27.1
- Bump evo_major to 2.28.

View File

@ -1 +1 @@
4105442e30499740b493ce43a1302a70 evolution-2.27.1.tar.bz2
0720be28447da86b1971d64a9e11d4b1 evolution-2.27.2.tar.bz2