From 034cc8f37ac475f455a275972e5f04f2bcad9d9e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:37:44 +0000 Subject: auto-import changelog data from evolution-1.0.8-10.src.rpm Tue Sep 03 2002 Jeremy Katz 1.0.8-10 - add freetype-devel to build requires (#73319) Mon Sep 02 2002 Owen Taylor - Fix a problem where evolution-mail right click items corrupted the stack (#67992) --- diff --git a/evolution.spec b/evolution.spec index 2f15f33..24c7182 100644 --- a/evolution.spec +++ b/evolution.spec @@ -15,7 +15,7 @@ ExcludeArch: ia64 alpha Name: evolution Version: 1.0.8 -Release: 9 +Release: 10 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -43,6 +43,9 @@ Patch30: evolution-1.0.5-mozilla10.patch Patch40: evolution-1.0.7-omffixes.patch Patch50: evolution-1.0.8-ldapv3.diff +# bugzilla.ximian.com 29784 +Patch51: evolution-1.0.8-stackcorrupt.patch + Summary: GNOME's next-generation groupware suite Group: Applications/Productivity @@ -68,6 +71,7 @@ BuildRequires: gnome-print-devel >= 0.25 BuildRequires: libxml-devel >= 1.8.16 BuildRequires: intltool >= 0.17 BuildRequires: gtk+-devel >= 1.2.9 +BuildRequires: freetype-devel BuildRequires: mozilla-nspr-devel >= 1.0.1 BuildRequires: mozilla-nss-devel >= 1.0.1 @@ -117,6 +121,8 @@ personal information-management tool. %patch50 -p0 -b .ldapv3 +%patch51 -p1 -b .stackcorrupt + %build ## build our db 3.1.17 @@ -220,6 +226,13 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Sep 3 2002 Jeremy Katz 1.0.8-10 +- add freetype-devel to build requires (#73319) + +* Mon Sep 2 2002 Owen Taylor +- Fix a problem where evolution-mail right click items corrupted the stack + (#67992) + * Thu Aug 29 2002 Jeremy Katz 1.0.8-9 - don't install two desktop files (#72871)