From 5f8d20c34cf3aeeac8129dd0d500c14fd85366ee Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 26 May 2009 02:49:17 +0000 Subject: [PATCH] - Update to 2.27.2 - Remove strict_build_settings since the settings are used upstream now. --- .cvsignore | 2 +- evolution.spec | 28 +++++----------------------- sources | 2 +- 3 files changed, 7 insertions(+), 25 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0e8e122..010f8d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-2.27.1.tar.bz2 +evolution-2.27.2.tar.bz2 diff --git a/evolution.spec b/evolution.spec index ee33523..259e15f 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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 - 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 - 2.27.1-1.fc12 - Update to 2.27.1 - Bump evo_major to 2.28. diff --git a/sources b/sources index 402d0b0..8642e5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4105442e30499740b493ce43a1302a70 evolution-2.27.1.tar.bz2 +0720be28447da86b1971d64a9e11d4b1 evolution-2.27.2.tar.bz2