- Add patches for Gnome.org bug #352450.
This commit is contained in:
parent
9a2777ea28
commit
f8fb78e169
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.7.92
|
Version: 2.7.92
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -128,6 +128,10 @@ Patch33: evolution-2.7.91-provide-camel-exception.patch
|
|||||||
# Gnome.org bug #352423
|
# Gnome.org bug #352423
|
||||||
Patch34: evolution-2.7.92-uninitialized-gerror.patch
|
Patch34: evolution-2.7.92-uninitialized-gerror.patch
|
||||||
|
|
||||||
|
# Gnome.org bug #352450 (2 patches)
|
||||||
|
Patch35: evolution-2.7.92-deprecated-glib.patch
|
||||||
|
Patch36: evolution-2.7.92-deprecated-gdk.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: ORBit2 >= %{orbit2_version}
|
Requires: ORBit2 >= %{orbit2_version}
|
||||||
@ -264,6 +268,8 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch32 -p1 -b .mail-account-disable
|
%patch32 -p1 -b .mail-account-disable
|
||||||
%patch33 -p1 -b .provide-camel-exception
|
%patch33 -p1 -b .provide-camel-exception
|
||||||
%patch34 -p1 -b .uninitialized-gerror
|
%patch34 -p1 -b .uninitialized-gerror
|
||||||
|
%patch35 -p1 -b .deprecated-glib
|
||||||
|
%patch36 -p1 -b .deprecated-gdk
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -654,6 +660,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-4.fc6
|
||||||
|
- Add patches for Gnome.org bug #352450.
|
||||||
|
|
||||||
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-3.fc6
|
* Tue Aug 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-3.fc6
|
||||||
- Replace my patch for RH bug #202383 with a better one from upstream.
|
- Replace my patch for RH bug #202383 with a better one from upstream.
|
||||||
- Add patch for Gnome.org bug #352423.
|
- Add patch for Gnome.org bug #352423.
|
||||||
|
Loading…
Reference in New Issue
Block a user