- Update to 2.9.2
- Remove patch for Gnome.org bug #360240 (fixed upstream). - Remove patch for Gnome.org bug #360619 (fixed upstream).
This commit is contained in:
parent
5bd7f4419d
commit
09e24157f8
@ -1 +1 @@
|
|||||||
evolution-2.9.1.tar.bz2
|
evolution-2.9.2.tar.bz2
|
||||||
|
@ -35,15 +35,15 @@
|
|||||||
%define use_mozilla_nss 1
|
%define use_mozilla_nss 1
|
||||||
|
|
||||||
# Use stricter build settings than required by upstream.
|
# Use stricter build settings than required by upstream.
|
||||||
%define strict_build_settings 0
|
%define strict_build_settings 1
|
||||||
|
|
||||||
%define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins
|
%define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins
|
||||||
|
|
||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.9.1
|
Version: 2.9.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
@ -121,12 +121,6 @@ Patch30: evolution-2.8.0-more-deprecated.patch
|
|||||||
# RH bug #202751 / Gnome.org bug #355766
|
# RH bug #202751 / Gnome.org bug #355766
|
||||||
#Patch31: evolution-2.8.0-fix-indic-printing.patch
|
#Patch31: evolution-2.8.0-fix-indic-printing.patch
|
||||||
|
|
||||||
# Gnome.org bug #360240
|
|
||||||
Patch32: evolution-2.8.1-warn-unused-variable.patch
|
|
||||||
|
|
||||||
# Gnome.org bug #360619
|
|
||||||
Patch33: evolution-2.8.1-warn-incompatible-pointer-type.patch
|
|
||||||
|
|
||||||
# Gnome.org bug #360946
|
# Gnome.org bug #360946
|
||||||
Patch34: evolution-2.8.1-about-dialog.patch
|
Patch34: evolution-2.8.1-about-dialog.patch
|
||||||
|
|
||||||
@ -275,8 +269,6 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch29 -p1 -b .deprecated-gdk-font
|
%patch29 -p1 -b .deprecated-gdk-font
|
||||||
%patch30 -p1 -b .more-deprecated
|
%patch30 -p1 -b .more-deprecated
|
||||||
#%patch31 -p1 -b .fix-indic-printing
|
#%patch31 -p1 -b .fix-indic-printing
|
||||||
%patch32 -p1 -b .warn-unused-variable
|
|
||||||
%patch33 -p1 -b .warn-incompatible-pointer-type
|
|
||||||
%patch34 -p1 -b .about-dialog
|
%patch34 -p1 -b .about-dialog
|
||||||
%patch35 -p1 -b .kill-ethread
|
%patch35 -p1 -b .kill-ethread
|
||||||
%patch36 -p1 -b .kill-ememory
|
%patch36 -p1 -b .kill-ememory
|
||||||
@ -622,6 +614,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{evo_plugin_dir}/liborg-gnome-plugin-manager.so
|
%{evo_plugin_dir}/liborg-gnome-plugin-manager.so
|
||||||
%{evo_plugin_dir}/org-gnome-plugin-manager.xml
|
%{evo_plugin_dir}/org-gnome-plugin-manager.xml
|
||||||
|
|
||||||
|
%{evo_plugin_dir}/org-gnome-prefer-plain.eplug
|
||||||
|
%{evo_plugin_dir}/liborg-gnome-prefer-plain.so
|
||||||
|
|
||||||
%{evo_plugin_dir}/org-gnome-print-message.eplug
|
%{evo_plugin_dir}/org-gnome-print-message.eplug
|
||||||
%{evo_plugin_dir}/liborg-gnome-print-message.so
|
%{evo_plugin_dir}/liborg-gnome-print-message.so
|
||||||
%{evo_plugin_dir}/org-gnome-print-message.xml
|
%{evo_plugin_dir}/org-gnome-print-message.xml
|
||||||
@ -681,6 +676,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.2-1.fc7
|
||||||
|
- Update to 2.9.2
|
||||||
|
- Remove patch for Gnome.org bug #360240 (fixed upstream).
|
||||||
|
- Remove patch for Gnome.org bug #360619 (fixed upstream).
|
||||||
|
|
||||||
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
|
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.1-3.fc7
|
||||||
- Add patch for RH bug #176400 (reset calendar IM context).
|
- Add patch for RH bug #176400 (reset calendar IM context).
|
||||||
- Add patch for RH bug #182247 (calendar input glitch).
|
- Add patch for RH bug #182247 (calendar input glitch).
|
||||||
|
Loading…
Reference in New Issue
Block a user