- 2.5.4
- update patch 107 to track underlying code changes; rename from evolution-2.2.2-move-autosave-file.patch to evolution-2.5.4-move-autosave-file.patch - added patch to fix more missing declarations (patch 805) - added files for publish-calendar plugin
This commit is contained in:
parent
64e4f766e8
commit
d960455c47
@ -1 +1 @@
|
||||
evolution-2.5.3.tar.bz2
|
||||
evolution-2.5.4.tar.bz2
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins
|
||||
|
||||
Name: evolution
|
||||
Version: 2.5.3
|
||||
Version: 2.5.4
|
||||
Release: 1
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -57,7 +57,7 @@ Patch101: evo-calendar-print-with-pango-6.patch
|
||||
Patch106: evolution-2.2.2-commit-enter-on-calendar.patch
|
||||
|
||||
# Move autosave file
|
||||
Patch107: evolution-2.2.2-move-autosave-file.patch
|
||||
Patch107: evolution-2.5.4-move-autosave-file.patch
|
||||
|
||||
# Fix for RH bug 150458:
|
||||
Patch108: evolution-2.3.5.1-fix-150458.patch
|
||||
@ -89,6 +89,7 @@ Patch802: evolution-2.2.2-fix-conduit-dir.patch
|
||||
Patch803: evolution-2.5.2-no-gnome-common.patch
|
||||
|
||||
Patch804: evolution-2.4.1-fix-missing-declarations.patch
|
||||
Patch805: evolution-2.5.4-fix-missing-declarations.patch
|
||||
|
||||
Summary: GNOME's next-generation groupware suite
|
||||
Group: Applications/Productivity
|
||||
@ -216,6 +217,7 @@ cd ../..
|
||||
%patch802 -p1 -b .fix-conduit-dir
|
||||
%patch803 -p1 -b .no-gnome-common
|
||||
%patch804 -p1 -b .fix-missing-declarations
|
||||
%patch805 -p1 -b .fix-missing-declarations-2-5-4
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -479,6 +481,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{evo_plugin_dir}/org-gnome-evolution-hula-account-setup.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-evolution-hula-account-setup.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-publish-calendar.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-publish-calendar.so
|
||||
%{evo_plugin_dir}/org-gnome-publish-calendar.xml
|
||||
%{evo_plugin_dir}/publish-calendar.glade
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/evolution-%{evo_major}
|
||||
@ -486,6 +494,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/evolution/%{evo_major}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Jan 3 2006 David Malcolm <dmalcolm@redhat.com> - 2.5.4-1
|
||||
- 2.5.4
|
||||
- update patch 107 to track underlying code changes; rename from
|
||||
evolution-2.2.2-move-autosave-file.patch to
|
||||
evolution-2.5.4-move-autosave-file.patch
|
||||
- added patch to fix more missing declarations (patch 805)
|
||||
- added files for publish-calendar plugin
|
||||
|
||||
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 2.5.3-1
|
||||
- 2.5.3
|
||||
- Updated patch 106 (evolution-2.2.2-commit-enter-on-calendar.patch) so that it
|
||||
|
Loading…
Reference in New Issue
Block a user