OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=57
This commit is contained in:
parent
8cd11b12d9
commit
36ff09b9d1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e15e964355de7db63f9ee1480c0882ede0d44252ed5778fe65b4e163f7945f0
|
||||
size 7344309
|
3
evolution-data-server-2.26.1.1.tar.bz2
Normal file
3
evolution-data-server-2.26.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:530bc9309625afceb6545569dfa11ecc9ffe9b944e0d775ad82780dd6441ab8e
|
||||
size 7375026
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 19:21:31 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.26.1.1:
|
||||
+ bgo#556116 – unmatched search folder missing
|
||||
- Do not ship empty README and AUTHORS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:20:41 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.26.1:
|
||||
+ bnc#477697: Evolution GroupWise Sender column is blank
|
||||
+ bnc#480091: Crash From Filters Moving To Sub-Folders
|
||||
+ bgo#564465: Pass correct body for signature verification
|
||||
+ bgo#569700: Disconnect properly on a failure
|
||||
+ bgo#571677: Do not duplicate timezones in a file on open
|
||||
+ bgo#573187: Do not leak unchanged components
|
||||
+ bgo#573880: Encode only path and use SoupURI to do this
|
||||
+ bgo#574522: Crash while authenticating to the exchange server
|
||||
+ bgo#575084: Check for actual SQLite3 version in runtime to call
|
||||
xCheckReservedLock with correct number parameters
|
||||
+ bgo#576424: Do not unref object twice and treat icalcomponent as it is
|
||||
+ bgo#577002: Do not leak ".ev-journal" file handles
|
||||
- Remove AutoReqProv: it's default now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 16:32:05 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package evolution-data-server (Version 2.26.0)
|
||||
# spec file for package evolution-data-server (Version 2.26.1.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -50,7 +50,6 @@ BuildRequires: sqlite3-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
License: GPL v2 or later
|
||||
Group: Development/Libraries/GNOME
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: evolution-data-server-64bit
|
||||
@ -59,7 +58,7 @@ Obsoletes: evolution-data-server-64bit
|
||||
Obsoletes: evolution-data-server-32bit
|
||||
%endif
|
||||
Summary: Evolution Data Server
|
||||
Version: 2.26.0
|
||||
Version: 2.26.1.1
|
||||
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.
|
||||
@ -206,7 +205,7 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING ChangeLog NEWS TODO AUTHORS
|
||||
%doc COPYING ChangeLog NEWS TODO
|
||||
%{_datadir}/evolution-data-server-%{_evo_version}
|
||||
%{_datadir}/idl/evolution-data-server-1.2
|
||||
%{_datadir}/pixmaps/evolution-data-server
|
||||
@ -228,6 +227,25 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2009 vuntz@novell.com
|
||||
- Update to version 2.26.1.1:
|
||||
+ bgo#556116 – unmatched search folder missing
|
||||
- Do not ship empty README and AUTHORS.
|
||||
* Tue Apr 14 2009 vuntz@novell.com
|
||||
- Update to version 2.26.1:
|
||||
+ bnc#477697: Evolution GroupWise Sender column is blank
|
||||
+ bnc#480091: Crash From Filters Moving To Sub-Folders
|
||||
+ bgo#564465: Pass correct body for signature verification
|
||||
+ bgo#569700: Disconnect properly on a failure
|
||||
+ bgo#571677: Do not duplicate timezones in a file on open
|
||||
+ bgo#573187: Do not leak unchanged components
|
||||
+ bgo#573880: Encode only path and use SoupURI to do this
|
||||
+ bgo#574522: Crash while authenticating to the exchange server
|
||||
+ bgo#575084: Check for actual SQLite3 version in runtime to call
|
||||
xCheckReservedLock with correct number parameters
|
||||
+ bgo#576424: Do not unref object twice and treat icalcomponent as it is
|
||||
+ bgo#577002: Do not leak ".ev-journal" file handles
|
||||
- Remove AutoReqProv: it's default now.
|
||||
* Mon Mar 16 2009 vuntz@novell.com
|
||||
- Update to version 2.26.0:
|
||||
+ Bugs Fixed: bgo#569108, bgo#574282, bgo#573870, bgo#574282,
|
||||
@ -436,7 +454,7 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
* Mon Oct 27 2008 hpj@novell.com
|
||||
- Add evolution-data-server-shared-nss-db.patch, which lets us
|
||||
migrate to new, shared NSS database and location.
|
||||
* Fri Oct 24 2008 msuman@suse.de
|
||||
* Sat Oct 25 2008 msuman@suse.de
|
||||
- Use evoldap2-client only for SUSE versions above 11.0, fallback to
|
||||
openldap2-client for the older versions.
|
||||
- Use proper RPM macros in the spec file, clean up spec file to reduce the
|
||||
@ -447,7 +465,7 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
+ bgo-530514-check-to-handle-specific-server-response.diff. Fixed upstream.
|
||||
+ libgnomeui-dep.patch - not required anymore, SUSE has moved away from
|
||||
/opt/gnome
|
||||
* Thu Oct 23 2008 msuman@suse.de
|
||||
* Fri Oct 24 2008 msuman@suse.de
|
||||
- Update to version 2.24.1
|
||||
+ Bugs fixed: bgo#337479, bgo#364542, bgo#497928, bgo#511947,
|
||||
bgo#514670, bgo#537718, bgo#544141, bgo#546406, bgo#546637,
|
||||
@ -503,7 +521,7 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
* Wed Sep 03 2008 maw@suse.de
|
||||
- Add evolution-data-server-sexp-to-sql-fixes.patch (more work
|
||||
on bnc#418080).
|
||||
* Tue Sep 02 2008 maw@suse.de
|
||||
* Wed Sep 03 2008 maw@suse.de
|
||||
- Update to version 2.23.91:
|
||||
+ Bugs fixed: bgo#213072, bnc#391936, bnc#418080 (more work),
|
||||
bgo#466754, bgo#518728, bgo#546926, bgo#548331, bgo#548565,
|
||||
@ -577,12 +595,12 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
* Mon Jun 02 2008 abharath@suse.de
|
||||
- Added
|
||||
+ bnc#394654 - bnc-394654-eds-crasher.patch: EDS crasher (Chenthill)
|
||||
* Tue May 20 2008 msuman@suse.de
|
||||
* Wed May 21 2008 msuman@suse.de
|
||||
- Added
|
||||
+ bgo-530514-check-to-handle-specific-server-response.diff (Sankar P)
|
||||
+ bgo-530543-leak-while-syncing-mails-for-offline.diff (Sankar P)
|
||||
+ bgo-531009-right-iterator-to-prevent-crash-in-offline-mail.diff (Sankar P)
|
||||
* Tue May 13 2008 psankar@suse.de
|
||||
* Wed May 14 2008 psankar@suse.de
|
||||
- Removed: bnc-152070-eds-crash.patch
|
||||
- Removed: eds-compiler-warning.patch
|
||||
- Removed: evolution-data-server-abuild.patch
|
||||
@ -1106,7 +1124,7 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
- Update to version 1.3.6.1
|
||||
* Fri Jul 29 2005 sbrabec@suse.cz
|
||||
- Require mozilla-nss (#98002).
|
||||
* Tue Jul 26 2005 ro@suse.de
|
||||
* Wed Jul 27 2005 ro@suse.de
|
||||
- fix typo in specfile
|
||||
* Mon Jul 25 2005 gekker@suse.de
|
||||
- Update to version 1.3.5
|
||||
@ -1140,14 +1158,14 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
* Wed Mar 16 2005 gekker@suse.de
|
||||
- Update to version 1.2.1
|
||||
- Add 64bit-warn.patch
|
||||
* Tue Mar 08 2005 gekker@suse.de
|
||||
* Wed Mar 09 2005 gekker@suse.de
|
||||
- Update to version 1.2.0 (GNOME 2.10)
|
||||
- remove upstreamed dest.patch
|
||||
* Wed Mar 02 2005 gekker@suse.de
|
||||
- add dest.patch
|
||||
* Wed Mar 02 2005 gekker@suse.de
|
||||
- update to version 1.1.6
|
||||
* Sun Feb 27 2005 ro@suse.de
|
||||
* Mon Feb 28 2005 ro@suse.de
|
||||
- fix build on lib64
|
||||
* Fri Feb 25 2005 gekker@suse.de
|
||||
- fix libexecdir, so that e-d-s will actually get launched
|
||||
@ -1181,7 +1199,7 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
|
||||
- locale rename: no -> nb
|
||||
* Thu Sep 30 2004 dobey@suse.de
|
||||
- Add patch to fix bug 66368 in bugzilla.ximian.com
|
||||
* Wed Sep 29 2004 dobey@suse.de
|
||||
* Thu Sep 30 2004 dobey@suse.de
|
||||
- Add patch to fix bug 66230 in bugzilla.ximian.com
|
||||
* Fri Sep 24 2004 dobey@suse.de
|
||||
- Updated to version 1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user