- Don't crash on quit when trying to save window size (Gnome.org #343331)
This commit is contained in:
parent
c25932b4ec
commit
eb681d4efe
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.7.2.1
|
Version: 2.7.2.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
@ -110,6 +110,9 @@ Patch809: evolution-2.6.0-prototypes.patch
|
|||||||
# Patch to remove preedit buffer replication problem -- removed after as it was added without being confirmed.
|
# Patch to remove preedit buffer replication problem -- removed after as it was added without being confirmed.
|
||||||
# Patch810: evolution-2.7.2-preedit-gnome.bz-264485.patch
|
# Patch810: evolution-2.7.2-preedit-gnome.bz-264485.patch
|
||||||
|
|
||||||
|
# Gnome.org #343331
|
||||||
|
Patch900: evolution-2.7.2.1-quit-resize-crash.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: scrollkeeper >= 0.1.4
|
Requires: scrollkeeper >= 0.1.4
|
||||||
@ -264,6 +267,8 @@ cd ../..
|
|||||||
%patch809 -p1 -b .prototypes
|
%patch809 -p1 -b .prototypes
|
||||||
# %patch810 -p1 -b .preedit-gnome.bz-264485 -- commented as patch 810 was unconfirmed -- majain@redhat.com
|
# %patch810 -p1 -b .preedit-gnome.bz-264485 -- commented as patch 810 was unconfirmed -- majain@redhat.com
|
||||||
|
|
||||||
|
%patch900 -p1 -b .quit-resize-crash
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
mkdir -p krb5-fakeprefix/%{_lib}
|
mkdir -p krb5-fakeprefix/%{_lib}
|
||||||
@ -653,6 +658,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 29 2006 Dan Williams <dcbw@redhat.com> - 2.7.2.1-4
|
||||||
|
- Don't crash on quit when trying to save window size (Gnome.org #343331)
|
||||||
|
|
||||||
* Tue May 23 2006 Matthew Barnes <mbarnes@redhat.com> 2.7.2.1-3
|
* Tue May 23 2006 Matthew Barnes <mbarnes@redhat.com> 2.7.2.1-3
|
||||||
- Port evolution-2.7.1-notification-cleanups.patch to new libnotify API.
|
- Port evolution-2.7.1-notification-cleanups.patch to new libnotify API.
|
||||||
- Require libnotify >= 0.4.
|
- Require libnotify >= 0.4.
|
||||||
|
Loading…
Reference in New Issue
Block a user