- Update to 2.27.2
- Remove strict_build_settings since the settings are used upstream now.
This commit is contained in:
parent
a00cb06603
commit
50345697a3
@ -1 +1 @@
|
||||
evolution-data-server-2.27.1.tar.bz2
|
||||
evolution-data-server-2.27.2.tar.bz2
|
||||
|
@ -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 <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.
|
||||
|
Loading…
Reference in New Issue
Block a user