- avoid multiple initialization of NetworkManager connections (patch 807,
gnome bug #326875)
This commit is contained in:
parent
ae0c7361f9
commit
f6008fbd24
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 7
|
Release: 8
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -93,6 +93,7 @@ Patch803: evolution-2.5.2-no-gnome-common.patch
|
|||||||
Patch804: evolution-2.4.1-fix-missing-declarations.patch
|
Patch804: evolution-2.4.1-fix-missing-declarations.patch
|
||||||
Patch805: evolution-2.5.4-fix-missing-declarations.patch
|
Patch805: evolution-2.5.4-fix-missing-declarations.patch
|
||||||
Patch806: evolution-2.5.4-port-to-new-libnotify-api.patch
|
Patch806: evolution-2.5.4-port-to-new-libnotify-api.patch
|
||||||
|
Patch807: evolution-2.5.4-fix-nm-multiple-init.patch
|
||||||
|
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
@ -234,6 +235,7 @@ cd ../..
|
|||||||
%patch804 -p1 -b .fix-missing-declarations
|
%patch804 -p1 -b .fix-missing-declarations
|
||||||
%patch805 -p1 -b .fix-missing-declarations-2-5-4
|
%patch805 -p1 -b .fix-missing-declarations-2-5-4
|
||||||
%patch806 -p1 -b .port-to-new-libnotify-api
|
%patch806 -p1 -b .port-to-new-libnotify-api
|
||||||
|
%patch807 -p1 -b .fix-nm-multiple-init
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -510,6 +512,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*.so
|
%{_libdir}/evolution/%{evo_major}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 12 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-8
|
||||||
|
- avoid multiple initialization of NetworkManager connections (patch 807,
|
||||||
|
gnome bug #326875)
|
||||||
|
|
||||||
* Thu Jan 12 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-7
|
* Thu Jan 12 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-7
|
||||||
- updated alarm notification patch(patch 806, #177546, #177666, #177667,
|
- updated alarm notification patch(patch 806, #177546, #177666, #177667,
|
||||||
#177670)
|
#177670)
|
||||||
|
Loading…
Reference in New Issue
Block a user