From 50345697a369877f285c5bb31832333e0ef8942a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: May 26 2009 02:18:43 +0000 Subject: - Update to 2.27.2 - Remove strict_build_settings since the settings are used upstream now. --- diff --git a/.cvsignore b/.cvsignore index 817f8bc..9329593 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-2.27.1.tar.bz2 +evolution-data-server-2.27.2.tar.bz2 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 7cc1f4c..e1230a8 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -24,13 +24,10 @@ %define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers %define eds_extensions_dir %{_libdir}/evolution-data-server-%{eds_api_version}/extensions -# Use stricter build settings than required by upstream. -%define strict_build_settings 1 - ### Abstract ### Name: evolution-data-server -Version: 2.27.1 +Version: 2.27.2 Release: 1%{?dist} Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -207,23 +204,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" -%endif - # Regenerate configure to pick up configure.in and acinclude.m4 changes. aclocal autoheader @@ -381,6 +361,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libedataserverui %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 0428037..be46080 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaba865951d49a337dc53a8d56f1f0ed evolution-data-server-2.27.1.tar.bz2 +a266d8b68f02f41b5acdc69b9541633d evolution-data-server-2.27.2.tar.bz2