parent
a9b2a9b27a
commit
6e00080ca2
@ -1 +1 @@
|
||||
evolution-data-server-2.27.3.tar.bz2
|
||||
evolution-data-server-2.27.4.tar.bz2
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -up evolution-data-server-2.27.3/libedataserver/e-categories.c.category-crash evolution-data-server-2.27.3/libedataserver/e-categories.c
|
||||
--- evolution-data-server-2.27.3/libedataserver/e-categories.c.category-crash 2009-06-12 08:20:13.000000000 -0400
|
||||
+++ evolution-data-server-2.27.3/libedataserver/e-categories.c 2009-07-02 22:23:01.000000000 -0400
|
||||
@@ -399,6 +399,7 @@ load_default_categories (void)
|
||||
gettext (cat_info->category),
|
||||
NULL, icon_file, TRUE);
|
||||
g_free (icon_file);
|
||||
+ icon_file = NULL;
|
||||
cat_info++;
|
||||
}
|
||||
}
|
@ -27,8 +27,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 2.27.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2.27.4
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
@ -50,9 +50,6 @@ Patch11: evolution-data-server-1.10.1-camel-folder-summary-crash.patch
|
||||
# RH bug #243296
|
||||
Patch12: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
||||
|
||||
# RH bug #505661 / GNOME bug #587165
|
||||
Patch13: evolution-data-server-2.27.3-category-crash.patch
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
BuildRequires: GConf2-devel
|
||||
@ -136,7 +133,6 @@ This package contains developer documentation for %{name}.
|
||||
%patch10 -p1 -b .fix-ldap-query
|
||||
%patch11 -p1 -b .camel-folder-summary-crash
|
||||
%patch12 -p1 -b .fix-64bit-acinclude
|
||||
%patch13 -p1 -b .category-crash
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -365,6 +361,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libedataserverui
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.4-1.fc12
|
||||
- Update to 2.27.4
|
||||
- Remove patch for RH bug #505661 (fixed upstream).
|
||||
|
||||
* Thu Jul 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.3-3.fc12
|
||||
- Add patch for RH bug #505661 (crash on startup).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user