- Add patch for RH bug #157400, reorder some patch #'s.

This commit is contained in:
Matthew Barnes 2006-06-30 14:59:13 +00:00
parent d541d9fe95
commit 50411f8d43

View File

@ -47,7 +47,7 @@
Name: evolution Name: evolution
Version: 2.7.3 Version: 2.7.3
Release: 6 Release: 7
License: GPL License: GPL
Group: Applications/Productivity Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite Summary: GNOME's next-generation groupware suite
@ -119,14 +119,17 @@ Patch900: evolution-2.7.2.1-quit-resize-crash.patch
# Gnome.org #345677 - fixed upstream # Gnome.org #345677 - fixed upstream
Patch901: evolution-2.7.3-no-boolean-in-schemas.patch Patch901: evolution-2.7.3-no-boolean-in-schemas.patch
# RH bug #157505 # RH bug #157400 / Gnome.org bug #303877
Patch902: evolution-2.7.3-candidate-window-position.patch Patch902: evolution-2.7.3-candidate-window-position-task.patch
# RH bug #157505 / Gnome.org bug #303878
Patch903: evolution-2.7.3-candidate-window-position-calendar.patch
# Gnome.org #211058 - for Trever Adams to test # Gnome.org #211058 - for Trever Adams to test
Patch903: evolution-2.7.3-filter-datespec.patch Patch904: evolution-2.7.3-filter-datespec.patch
# RH bug #175596 / Gnome.org bug #323952 # RH bug #175596 / Gnome.org bug #323952
Patch904: evolution-2.7.3-mailing-list-menu.patch Patch905: evolution-2.7.3-mailing-list-menu.patch
### Dependencies ### ### Dependencies ###
@ -281,9 +284,10 @@ Development files needed for building things which link against evolution.
%patch900 -p1 -b .quit-resize-crash %patch900 -p1 -b .quit-resize-crash
%patch901 -p1 -b .no-boolean-in-schemas %patch901 -p1 -b .no-boolean-in-schemas
%patch902 -p1 -b .candidate-window-position %patch902 -p1 -b .candidate-window-position-task
%patch903 -p1 -b .filter-datespec %patch903 -p1 -b .candidate-window-position-calendar
%patch904 -p1 -b .mailing-list-menu %patch904 -p1 -b .filter-datespec
%patch905 -p1 -b .mailing-list-menu
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib mkdir -p krb5-fakeprefix/lib
@ -674,6 +678,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so %{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog %changelog
* Fri Jun 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-7
- Add patch for RH bug #157400, reorder some patch #'s.
* Thu Jun 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-6 * Thu Jun 29 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.3-6
- Properly capitalize "Message->Mailing List" menu items (RH #175596). - Properly capitalize "Message->Mailing List" menu items (RH #175596).