OBS User unknown 2009-02-20 21:35:57 +00:00 committed by Git OBS Bridge
parent 2a48dd068c
commit 48098620d1
4 changed files with 29 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e34c9d211f55449b5758d69960ba6fd6a0b9e7e531272ed2588747d760e5eb21
size 7330533

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b056bd6976a9e69822e029d57c405244d1fc24113621e34348c721c5b4d9ba8a
size 7334454

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 17 10:51:54 IST 2009 - msuman@suse.de
- Update to version 2.25.91:
+ Bugs fixed: bgo#266147, bgo#534938, bgo#555888, bgo#567861,
bgo#569459, bgo#570653, bgo#571726, bgo#571761
+ Updated translations
- Remove option -DLDAP_DEPRECATED to CFLAGS, it is already
specified internally upstream.
- Remove the MONO_PATH from the script.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 10 20:44:12 CET 2009 - vuntz@novell.com Tue Feb 10 20:44:12 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package evolution-data-server (Version 2.25.90) # spec file for package evolution-data-server (Version 2.25.91)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -58,8 +58,8 @@ Obsoletes: evolution-data-server-64bit
Obsoletes: evolution-data-server-32bit Obsoletes: evolution-data-server-32bit
%endif %endif
Summary: Evolution Data Server Summary: Evolution Data Server
Version: 2.25.90 Version: 2.25.91
Release: 2 Release: 1
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM evolution-data-server-1.11.5-cert-auth-complete.patch bgo253574 -- Fix has been submitted to bgo. # PATCH-FIX-UPSTREAM evolution-data-server-1.11.5-cert-auth-complete.patch bgo253574 -- Fix has been submitted to bgo.
Patch3: evolution-data-server-1.11.5-cert-auth-complete.patch Patch3: evolution-data-server-1.11.5-cert-auth-complete.patch
@ -163,9 +163,9 @@ aclocal
autoconf autoconf
automake -a automake -a
autoheader autoheader
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED" export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export FFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED" export FFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%{configure} \ %{configure} \
--libexecdir=%{_libdir}/evolution-data-server \ --libexecdir=%{_libdir}/evolution-data-server \
%if %suse_version > 1100 %if %suse_version > 1100
@ -197,7 +197,7 @@ export FFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED"
%fdupes $RPM_BUILD_ROOT %fdupes $RPM_BUILD_ROOT
%if %suse_version > 1100 %if %suse_version > 1100
%{__mv} $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version} $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}.bin %{__mv} $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version} $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}.bin
echo -e "#!/bin/sh\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib MONO_PATH=%{_libdir}/mono:%{_libdir}/dice exec -a \"%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}\" %{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}.bin \$@\n\nexit \$?" > $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version} echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}\" %{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}.bin \"\$@\"" > $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}
%{__chmod} +x $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version} %{__chmod} +x $RPM_BUILD_ROOT/%{_libdir}/evolution-data-server/evolution-data-server-%{_evo_version}
%endif %endif
@ -232,6 +232,14 @@ echo -e "#!/bin/sh\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib MONO_PATH=%{_libdir
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Mon Feb 16 2009 msuman@suse.de
- Update to version 2.25.91:
+ Bugs fixed: bgo#266147, bgo#534938, bgo#555888, bgo#567861,
bgo#569459, bgo#570653, bgo#571726, bgo#571761
+ Updated translations
- Remove option -DLDAP_DEPRECATED to CFLAGS, it is already
specified internally upstream.
- Remove the MONO_PATH from the script.
* Tue Feb 10 2009 vuntz@novell.com * Tue Feb 10 2009 vuntz@novell.com
- Remove non-upstream translations: they'll get out-of-date. - Remove non-upstream translations: they'll get out-of-date.
* Thu Feb 05 2009 vuntz@novell.com * Thu Feb 05 2009 vuntz@novell.com