- 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:18:43 +00:00
parent a00cb06603
commit 50345697a3
3 changed files with 7 additions and 23 deletions

View File

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

View File

@ -24,13 +24,10 @@
%define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers %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 %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 ### ### Abstract ###
Name: evolution-data-server Name: evolution-data-server
Version: 2.27.1 Version: 2.27.2
Release: 1%{?dist} Release: 1%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
@ -207,23 +204,6 @@ if pkg-config openssl ; then
fi fi
%endif %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. # Regenerate configure to pick up configure.in and acinclude.m4 changes.
aclocal aclocal
autoheader autoheader
@ -381,6 +361,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libedataserverui %{_datadir}/gtk-doc/html/libedataserverui
%changelog %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 * Mon May 04 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.1-1.fc12
- Update to 2.27.1 - Update to 2.27.1
- Bump evo_major to 2.28. - Bump evo_major to 2.28.

View File

@ -1 +1 @@
aaba865951d49a337dc53a8d56f1f0ed evolution-data-server-2.27.1.tar.bz2 a266d8b68f02f41b5acdc69b9541633d evolution-data-server-2.27.2.tar.bz2