forked from pool/evolution-data-server
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=55
This commit is contained in:
parent
48098620d1
commit
a0ffd22071
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b056bd6976a9e69822e029d57c405244d1fc24113621e34348c721c5b4d9ba8a
|
||||
size 7334454
|
3
evolution-data-server-2.25.92.tar.bz2
Normal file
3
evolution-data-server-2.25.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:797b30b9b0b50bd38d5a030902ac64fbb690fb385161cc1f0fc89d07186d4da4
|
||||
size 7322909
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 7 00:57:11 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.25.92:
|
||||
+ Bugs Fixed: bgo#266147, bgo#273233, bgo#477535, bgo#534938,
|
||||
bgo#555888, bgo#563212, bgo#567008, bgo#567861, bgo#569459,
|
||||
bgo#570653, bgo#570696, bgo#570765, bgo#571046, bgo#571726,
|
||||
bgo#571761, bgo#572268, bgo#572566, bgo#572950, bgo#573175,
|
||||
bgo#573240, bgo#573497, bgo#566984, bgo#573183, bgo#573494,
|
||||
bgo#549838
|
||||
+ Other contributions:
|
||||
- AC_HELP_STRING instead of AS_HELP_STRING
|
||||
- Add a "no space" error
|
||||
- Add e_contact_field_id_from_vcard()
|
||||
- Add EVC_X_SIP and E_CONTACT_SIP
|
||||
- Comment too recent error codes
|
||||
- Fix -Wold-style-definition warnings
|
||||
- Handle EContactName structures containing NULLs
|
||||
- Move e_book_view_set_book to -private
|
||||
- Recompute digests from the signed message content
|
||||
- Some help comments for the future maintainers
|
||||
- Include <libical/ical*.h>
|
||||
- Use correct server parameter for getting folder information
|
||||
+ Updated translations.
|
||||
- Remove -fno-strict-aliasing from compilation flags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 10:51:54 IST 2009 - msuman@suse.de
|
||||
|
||||
@ -9,6 +35,11 @@ Tue Feb 17 10:51:54 IST 2009 - msuman@suse.de
|
||||
specified internally upstream.
|
||||
- Remove the MONO_PATH from the script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 20:44:12 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package evolution-data-server (Version 2.25.91)
|
||||
# spec file for package evolution-data-server (Version 2.25.92)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,6 +47,7 @@ BuildRequires: perl-XML-Parser
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: sgml-skel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/GNOME
|
||||
AutoReqProv: on
|
||||
@ -58,7 +59,7 @@ Obsoletes: evolution-data-server-64bit
|
||||
Obsoletes: evolution-data-server-32bit
|
||||
%endif
|
||||
Summary: Evolution Data Server
|
||||
Version: 2.25.91
|
||||
Version: 2.25.92
|
||||
Release: 1
|
||||
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.
|
||||
@ -146,6 +147,7 @@ documentation.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
###%patch3
|
||||
###%patch4
|
||||
###%patch5
|
||||
@ -163,9 +165,6 @@ aclocal
|
||||
autoconf
|
||||
automake -a
|
||||
autoheader
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
export FFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%{configure} \
|
||||
--libexecdir=%{_libdir}/evolution-data-server \
|
||||
%if %suse_version > 1100
|
||||
@ -232,7 +231,30 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 msuman@suse.de
|
||||
* Sat Mar 07 2009 vuntz@novell.com
|
||||
- Update to version 2.25.92:
|
||||
+ Bugs Fixed: bgo#266147, bgo#273233, bgo#477535, bgo#534938,
|
||||
bgo#555888, bgo#563212, bgo#567008, bgo#567861, bgo#569459,
|
||||
bgo#570653, bgo#570696, bgo#570765, bgo#571046, bgo#571726,
|
||||
bgo#571761, bgo#572268, bgo#572566, bgo#572950, bgo#573175,
|
||||
bgo#573240, bgo#573497, bgo#566984, bgo#573183, bgo#573494,
|
||||
bgo#549838
|
||||
+ Other contributions:
|
||||
- AC_HELP_STRING instead of AS_HELP_STRING
|
||||
- Add a "no space" error
|
||||
- Add e_contact_field_id_from_vcard()
|
||||
- Add EVC_X_SIP and E_CONTACT_SIP
|
||||
- Comment too recent error codes
|
||||
- Fix -Wold-style-definition warnings
|
||||
- Handle EContactName structures containing NULLs
|
||||
- Move e_book_view_set_book to -private
|
||||
- Recompute digests from the signed message content
|
||||
- Some help comments for the future maintainers
|
||||
- Include <libical/ical*.h>
|
||||
- Use correct server parameter for getting folder information
|
||||
+ Updated translations.
|
||||
- Remove -fno-strict-aliasing from compilation flags.
|
||||
* Tue Feb 17 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
|
||||
@ -240,6 +262,8 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
- Remove option -DLDAP_DEPRECATED to CFLAGS, it is already
|
||||
specified internally upstream.
|
||||
- Remove the MONO_PATH from the script.
|
||||
* Mon Feb 16 2009 sbrabec@suse.cz
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
* Tue Feb 10 2009 vuntz@novell.com
|
||||
- Remove non-upstream translations: they'll get out-of-date.
|
||||
* Thu Feb 05 2009 vuntz@novell.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user