- Update to 1.9.3
- Remove patch for GNOME bug #353924 (fixed upstream).
This commit is contained in:
parent
4643592812
commit
91b606fc4d
@ -1 +1 @@
|
||||
evolution-data-server-1.9.2.tar.bz2
|
||||
evolution-data-server-1.9.3.tar.bz2
|
||||
|
@ -24,8 +24,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 1.9.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.9.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -50,29 +50,26 @@ Patch15: evolution-data-server-1.7.91-maybe-fix-crash.patch
|
||||
# RH bug #203915
|
||||
Patch17: evolution-data-server-1.8.0-fix-camel-malloc.patch
|
||||
|
||||
# Gnome.org bug #356177
|
||||
# GNOME bug #356177
|
||||
Patch18: evolution-data-server-1.8.0-kill-emutex.patch
|
||||
|
||||
# Gnome.org bug #360240
|
||||
# GNOME bug #360240
|
||||
Patch19: evolution-data-server-1.8.1-warn-unused-variable.patch
|
||||
|
||||
# Gnome.org bug #360619
|
||||
# GNOME bug #360619
|
||||
Patch20: evolution-data-server-1.8.1-warn-incompatible-pointer-type.patch
|
||||
|
||||
# Gnome.org bug #362638
|
||||
# GNOME bug #362638
|
||||
Patch21: evolution-data-server-1.8.1-kill-ethread.patch
|
||||
|
||||
# Gnome.org bug #363965
|
||||
# GNOME bug #363965
|
||||
Patch22: evolution-data-server-1.9.1-kill-ememory.patch
|
||||
|
||||
# Gnome.org bug #353924
|
||||
Patch23: evolution-data-server-1.9.1-fix-categories.patch
|
||||
|
||||
# RH bug #203058
|
||||
Patch24: evolution-data-server-1.9.2-fix-name-selector-dialog.patch
|
||||
Patch23: evolution-data-server-1.9.2-fix-name-selector-dialog.patch
|
||||
|
||||
# RH bug #210142
|
||||
Patch25: evolution-data-server-1.9.2-strftime.patch
|
||||
Patch24: evolution-data-server-1.9.2-strftime.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
@ -163,9 +160,8 @@ evolution-data-server.
|
||||
%patch20 -p1 -b .warn-incompatible-pointer-type
|
||||
%patch21 -p1 -b .kill-ethread
|
||||
%patch22 -p1 -b .kill-ememory
|
||||
%patch23 -p1 -b .fix-categories
|
||||
%patch24 -p1 -b .fix-name-selector-dialog
|
||||
%patch25 -p1 -b .strftime
|
||||
%patch23 -p1 -b .fix-name-selector-dialog
|
||||
%patch24 -p1 -b .strftime
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -383,6 +379,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.3-1.fc7
|
||||
- Update to 1.9.3
|
||||
- Remove patch for GNOME bug #353924 (fixed upstream).
|
||||
|
||||
* Fri Nov 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.9.2-3.fc7
|
||||
- Add patch for RH bug #210142 (calendar crash in indic locales).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user