auto-import changelog data from evolution-1.5.8-1.src.rpm
Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-1 - 1.5.8; added explicit libbonoboui requirement; disabled filechooser patch for now
This commit is contained in:
parent
d688328a62
commit
e5d1677c9e
@ -1 +1 @@
|
|||||||
evolution-1.5.7.tar.bz2
|
evolution-1.5.8.tar.bz2
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
# no ppc64 mozilla
|
# no ppc64 mozilla
|
||||||
ExcludeArch: ppc64
|
ExcludeArch: ppc64
|
||||||
|
|
||||||
%define gal_version 2:2.1.8
|
%define gal_version 2:2.1.9
|
||||||
%define gtkhtml_version 3.1.12
|
%define gtkhtml_version 3.1.14
|
||||||
%define soup_version 2.1.9
|
%define soup_version 2.1.9
|
||||||
%define eds_version 0.0.92
|
%define eds_version 0.0.93
|
||||||
%define use_mozilla_nss 1
|
%define use_mozilla_nss 1
|
||||||
%define evo_major 1.5
|
%define evo_major 1.5
|
||||||
|
%define libbonoboui_version 2.4.2
|
||||||
|
|
||||||
%if %{use_mozilla_nss}
|
%if %{use_mozilla_nss}
|
||||||
%define mozilla_version 1.6
|
%define mozilla_version 1.6
|
||||||
@ -23,15 +24,14 @@ ExcludeArch: ppc64
|
|||||||
%define nntp_support 1
|
%define nntp_support 1
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 1.5.7
|
Version: 1.5.8
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/1.5/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/stable/sources/evolution/1.5/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# patches pulled from upstream CVS
|
# patches pulled from upstream CVS
|
||||||
Patch600: evolution-1.5.7-fix_emfv_signal.patch
|
|
||||||
|
|
||||||
# Red Hat Linux specific patches
|
# Red Hat Linux specific patches
|
||||||
#Patch11: evolution-1.3.2-redhatify.patch
|
#Patch11: evolution-1.3.2-redhatify.patch
|
||||||
@ -42,7 +42,6 @@ Patch600: evolution-1.5.7-fix_emfv_signal.patch
|
|||||||
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
||||||
|
|
||||||
# patches sent upstream
|
# patches sent upstream
|
||||||
Patch601: evolution-1.5.7-fix_defaults_for_gcc34.patch
|
|
||||||
|
|
||||||
# not accepted, but proposed on a few occasions. fixes problems with
|
# not accepted, but proposed on a few occasions. fixes problems with
|
||||||
# some cyrus servers
|
# some cyrus servers
|
||||||
@ -71,13 +70,14 @@ Requires: libgal2 >= %{gal_version}
|
|||||||
Requires: evolution-data-server >= %{eds_version}
|
Requires: evolution-data-server >= %{eds_version}
|
||||||
Requires: gnome-spell >= 1.0.2
|
Requires: gnome-spell >= 1.0.2
|
||||||
Requires: gtk2 >= 2.4.0
|
Requires: gtk2 >= 2.4.0
|
||||||
|
Requires: libbonoboui >= %{libbonoboui_version}
|
||||||
|
|
||||||
BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
|
BuildRequires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||||
BuildRequires: libgal2-devel >= %{gal_version}
|
BuildRequires: libgal2-devel >= %{gal_version}
|
||||||
BuildRequires: libsoup-devel >= %{soup_version}
|
BuildRequires: libsoup-devel >= %{soup_version}
|
||||||
BuildRequires: evolution-data-server-devel >= %{eds_version}
|
BuildRequires: evolution-data-server-devel >= %{eds_version}
|
||||||
BuildRequires: libbonobo-devel >= 2.0
|
BuildRequires: libbonobo-devel >= 2.0
|
||||||
BuildRequires: libbonoboui-devel >= 2.0
|
BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
|
||||||
BuildRequires: gnome-vfs2-devel >= 2.0
|
BuildRequires: gnome-vfs2-devel >= 2.0
|
||||||
BuildRequires: libgnomeui-devel >= 2.0
|
BuildRequires: libgnomeui-devel >= 2.0
|
||||||
BuildRequires: libgnomecanvas-devel >= 2.0
|
BuildRequires: libgnomecanvas-devel >= 2.0
|
||||||
@ -145,16 +145,13 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch98 -p1 -b .ldaphack
|
%patch98 -p1 -b .ldaphack
|
||||||
|
|
||||||
# patches sent upstream
|
# patches sent upstream
|
||||||
%patch601 -p1 -b .fix_defaults_for_gcc34
|
|
||||||
|
|
||||||
#patch200 -p1 -b .commandlength
|
#patch200 -p1 -b .commandlength
|
||||||
|
|
||||||
#patch500 -p0 -b .wombatsm
|
#patch500 -p0 -b .wombatsm
|
||||||
|
|
||||||
# Already in CVS on 1-5-branch:
|
# Patch disabled for now
|
||||||
%patch600 -p1 -b .fix_emfv_signal
|
#%patch700 -p1 -b .filechooser
|
||||||
|
|
||||||
%patch700 -p1 -b .filechooser
|
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -299,10 +296,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*/*.a
|
%{_libdir}/evolution/%{evo_major}/*/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 4 2004 David Malcolm <dmalcolm@boston.redhat.com> - 1.5.7-3
|
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.8-1
|
||||||
|
- 1.5.8; added explicit libbonoboui requirement; disabled filechooser patch for now
|
||||||
|
|
||||||
|
* Tue May 4 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-3
|
||||||
- Added GtkFileChooser patch based on work by Carlos Garnacho Parro (http://lists.ximian.com/archives/public/evolution-patches/2004-March/004867.html); added requirement for GTK 2.4
|
- Added GtkFileChooser patch based on work by Carlos Garnacho Parro (http://lists.ximian.com/archives/public/evolution-patches/2004-March/004867.html); added requirement for GTK 2.4
|
||||||
|
|
||||||
* Thu Apr 22 2004 David Malcolm <dmalcolm@boston.redhat.com> - 1.5.7-2
|
* Thu Apr 22 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-2
|
||||||
- added emfv signal fix patch and fix for defaults in switch statements on gcc3.4
|
- added emfv signal fix patch and fix for defaults in switch statements on gcc3.4
|
||||||
|
|
||||||
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-1
|
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 1.5.7-1
|
||||||
|
Loading…
Reference in New Issue
Block a user