Commit Graph

47 Commits

Author SHA1 Message Date
dmalcolm
b6a800200f - bumped libsoup requirement to 2.2.3; removed mozilla_build_version, using
pkg-config instead for locating NSPRS and NSS headers/libraries
    (#158085)
2005-05-18 16:59:12 +00:00
dmalcolm
7e93af778b - added patch to calendar/libecal/e-cal.c to fix missing declaration of
open_calendar
2005-04-12 02:27:47 +00:00
dmalcolm
638d0eed0e 1.2.2 2005-04-12 00:10:20 +00:00
dmalcolm
a5cbf09173 - 1.2.1 2005-03-17 22:14:16 +00:00
dmalcolm
86b1ee96a1 - Removed explicit run-time spec-file requirement on mozilla. The Mozilla
NSS API/ABI stabilised by version 1.7.3 The libraries are always
    located in the libdir However, the headers are in
    /usr/include/mozilla-%{mozilla_build_version} and so they move each
    time the mozilla version changes. So we no longer have an explicit
    mozilla run-time requirement in the specfile; a requirement on the
    appropriate NSS and NSPR .so files is automagically generated on build.
    We have an explicit, exact build-time version, so that we can find the
    headers (without invoking an RPM query from the spec file; to do so is
    considered bad practice)
- Introduced mozilla_build_version, to replace mozilla_version
- Set mozilla_build_version to 1.7.6 to reflect current state of tree
2005-03-10 19:10:31 +00:00
dmalcolm
830276226b - Added a patch to deal with glibc defining a macro called "read" 2005-03-08 22:49:03 +00:00
dmalcolm
349d490de4 - 1.2.0
- Removed patch for GCC 4 as this is now in upstream tarball
2005-03-08 20:11:25 +00:00
Jeremy Katz
567c780128 - rebuild to fix library linking silliness 2005-03-02 20:52:57 +00:00
dmalcolm
1ee7778278 - disabling gtk-doc on ia64 and s390x 2005-03-01 23:14:15 +00:00
dmalcolm
88f4837b08 - added macro use_gtk_doc; added missing BuildRequires on gtk-doc; enabled
gtk-doc generation on all platforms (had been disabled on ia64)
2005-03-01 21:46:24 +00:00
dmalcolm
9b5ac0a298 - extended patch to deal with camel-groupwise-store-summary.c 2005-03-01 20:48:08 +00:00
dmalcolm
0a8c68dbff - added patch to fix badly-scoped declaration of "namespace_clear" in
camel-imap-store-summary.c
2005-03-01 20:23:39 +00:00
dmalcolm
261da896fe 1.1.6 2005-03-01 19:43:45 +00:00
dmalcolm
56ee23de85 rebuild 2005-02-09 01:02:00 +00:00
dmalcolm
083c443100 forgot to upload source tarball 2005-02-08 20:58:49 +00:00
dmalcolm
588da8a424 1.1.5 2005-02-08 20:53:53 +00:00
Matthias Clasen
e8eefbd77c Add a hint 2005-01-31 19:44:37 +00:00
dmalcolm
e27e4ab466 - Update from unstable 1.1.4.1 to unstable 1.1.1.4.2 2005-01-27 23:43:46 +00:00
dmalcolm
97bf4c50d8 - disable gtk-doc generation on ia64 for now 2005-01-27 01:19:19 +00:00
dmalcolm
b506d58711 - Exclude ppc64 due to missing mozilla dependency 2005-01-27 00:34:30 +00:00
dmalcolm
e15f631465 - Update from 1.0.3 to 1.1.4.1
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
- Removed 64-bit patch for calendar backend hash table; upstream now stores
    pointers to ECalBackendFactory, rather than GType
- Removed calendar optimisation patch for part of part of bug #141283 as
    this is now in the upstream tarball
- Added /usr/lib/evolution-data-server-%{eds_major} to cover the
    extensions, plus the camel code now in e-d-s, rather than evolution
- Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the
    category pixmaps
- Camel code from evolution is now in evolution-data-server:
- Added camel-index-control and camel-lock-helper to packaged files
- Added mozilla dependency code from the evolution package
- Ditto for LDAP
- Ditto for krb5
- Ditto for NNTP support handling
- Ditto for --enable-file-locking and --enable-dot-locking
- Added requirements on libbonobo, libgnomeui, gnome-vfs2, GConf2,
    libglade2
- Updated libsoup requirement from 2.2.1 to 2.2.2
- Enabled gtk-doc
2005-01-27 00:28:15 +00:00
dmalcolm
5e5665470f - fixed packaging of translation files to reflect upstream change to
GETTEXT_PACKAGE being evolution-data-server-1.0 rather than -1.5
2004-12-16 01:05:50 +00:00
dmalcolm
3be68b450c - update from upstream 1.0.2 to 1.0.3:
Address Book
- prevent e_book_commit_contact from crashing on multiple calls (Diego
    Gonzalez)
- prevent file backend from crashing if uid of vcard is NULL (Diego
    Gonzalez)
Calendar #XB59904 - Speed up calendar queries (Rodrigo) #XB69624 - make
    changes in evo corresponding to soap schema changes (Siva)
- fix libical build for automake 1.9 (Rodney)
- fix putenv usage for portability (Julio M. Merino Vidal)
- sv (Christian Rose)
- Removed patches to fix build on x86_64 and calendar optimisation for
    XB59004 as these are in the upstream tarball
2004-12-16 00:16:23 +00:00
dmalcolm
3d417fee14 - Amortize writes to a local cache of a webcal calendar, fixing further
aspect of #141283 (upstream bugzilla #70267), as posted to mailing list
    here:
    http://lists.ximian.com/archives/public/evolution-patches/2004-December
    /008338.html (The groupwise part of that patch did not cleanly apply,
    so I removed it).
2004-12-08 00:27:01 +00:00
dmalcolm
020533969f - Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar
optimisation patch posted to upstream development mailing list here:
    http://lists.ximian.com/archives/public/evolution-patches/2004-November
    /008139.html
Wed Nov 3 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-4
- Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar
    backend GType hash table, breaking on ia64 (#136914)
2004-12-03 23:11:19 +00:00
dmalcolm
15c3980798 - added workaround for a backend leak that causes the "contacts" calendar
backend to hold open an EBook for the local contacts (filed upstream
    at: http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was
    causing e-d-s to never lose its last addressbook, and hence never quit.
    We workaround this by detecting this condition and exiting when it
    occurs, fixing bug #134851 and #134849.
2004-10-20 06:30:06 +00:00
dmalcolm
8d97612437 Added patch to fix build on x86_64 (had multiple definitions of mutex code
in libdb/dbinc.mutex.h)
2004-10-12 21:20:26 +00:00
dmalcolm
cb81c34d23 1.0.21.0.2
1.0.2
2004-10-12 17:00:54 +00:00
dmalcolm
521ea07c6a - update from 1.0.0 to 1.0.1
- removed patch that fixed warnings in calendar code (now in upstream
    tarball)
2004-09-28 16:58:25 +00:00
dmalcolm
459a4b564e Added upstream bugzilla reference 2004-09-20 22:43:20 +00:00
dmalcolm
a6822a03ff Fixed various warnings in the calendar code 2004-09-20 22:35:06 +00:00
dmalcolm
e6c389d02d Update from 0.0.99 to 1.0.0; fixed source FTP location 2004-09-14 18:44:21 +00:00
cvsdist
1f9826ca41 auto-import changelog data from evolution-data-server-0.0.99-1.src.rpm
Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
- update from 0.0.98 to 0.0.99
- increased libsoup requirement to 2.2.0 to match configuration script
2004-09-09 04:38:54 +00:00
cvsdist
398b644782 auto-import changelog data from evolution-data-server-0.0.98-1.src.rpm
Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version
    to 2.1.13
2004-09-09 04:38:27 +00:00
cvsdist
6484738fba auto-import changelog data from evolution-data-server-0.0.97-2.src.rpm
Thu Aug 05 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
2004-09-09 04:38:08 +00:00
cvsdist
4aecd2ae85 auto-import changelog data from evolution-data-server-0.0.97-1.src.rpm
Wed Aug 04 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
- upgraded to 0.0.97; rewrote the package's description
2004-09-09 04:37:59 +00:00
cvsdist
a8db9b720e auto-import changelog data from evolution-data-server-0.0.96-3.src.rpm
Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
- rebuilt
Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
- added version numbers to the BuildRequires test for libsoup-devel and
    ORBit2-devel
Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
- 0.0.96; libsoup required is now 2.1.12
2004-09-09 04:37:55 +00:00
cvsdist
b8cc4bc2b0 auto-import changelog data from evolution-data-server-0.0.95-3.src.rpm
Thu Jul 08 2004 David Malcolm <dmalcolm@redhat.com>
- rebuilt
2004-09-09 04:37:53 +00:00
cvsdist
d3a245530d auto-import changelog data from evolution-data-server-0.0.95-2.src.rpm
Wed Jul 07 2004 David Malcolm <dmalcolm@redhat.com>
- rebuilt
Tue Jul 06 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
- 0.0.95
2004-09-09 04:37:38 +00:00
cvsdist
a5df5bdf5a auto-import changelog data from evolution-data-server-0.0.94.1-1.src.rpm
Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
- 0.0.94.1
2004-09-09 04:37:22 +00:00
cvsdist
6522bf64fc auto-import evolution-data-server-0.0.94-2 from
evolution-data-server-0.0.94-2.src.rpm
2004-09-09 04:37:04 +00:00
cvsdist
43480819a9 auto-import changelog data from evolution-data-server-0.0.94-1.src.rpm
Mon Jun 07 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
- 0.0.94
Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
- added ORBit2 requirement
2004-09-09 04:36:59 +00:00
cvsdist
2b334d147a auto-import evolution-data-server-0.0.93-3 from
evolution-data-server-0.0.93-3.src.rpm
2004-09-09 04:36:55 +00:00
cvsdist
cb791b8399 auto-import changelog data from evolution-data-server-0.0.93-2.src.rpm
Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
- rebuilt
Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
- 0.0.93; libsoup required is now 2.1.10
2004-09-09 04:36:47 +00:00
cvsdist
58ae61e2fc auto-import changelog data from evolution-data-server-0.0.92-1.src.rpm
Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
- Update to 0.0.92; added a define and a requirement on the libsoup version
Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
- 0.0.90
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 04:36:03 +00:00
cvsdist
b2d4cc1afd auto-import changelog data from evolution-data-server-0.0.6-1.src.rpm
Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
- 0.0.6
2004-09-09 04:35:42 +00:00
cvsdist
b2a5721a7e auto-import changelog data from evolution-data-server-0.0.5-2.src.rpm
Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
- better fix by using system libtool
Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
- add some libdb linkage to make the build on x86_64 happy
Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
- update to 0.0.5
Sat Jan 03 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
- Initial build.
2004-09-09 04:35:38 +00:00