- 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:
dmalcolm 2006-01-04 06:07:52 +00:00
parent 64e4f766e8
commit d960455c47
3 changed files with 20 additions and 4 deletions

View File

@ -1 +1 @@
evolution-2.5.3.tar.bz2 evolution-2.5.4.tar.bz2

View File

@ -30,7 +30,7 @@
%define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins %define evo_plugin_dir %{_libdir}/evolution/%{evo_major}/plugins
Name: evolution Name: evolution
Version: 2.5.3 Version: 2.5.4
Release: 1 Release: 1
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root 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 Patch106: evolution-2.2.2-commit-enter-on-calendar.patch
# Move autosave file # 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: # Fix for RH bug 150458:
Patch108: evolution-2.3.5.1-fix-150458.patch 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 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
Summary: GNOME's next-generation groupware suite Summary: GNOME's next-generation groupware suite
Group: Applications/Productivity Group: Applications/Productivity
@ -216,6 +217,7 @@ cd ../..
%patch802 -p1 -b .fix-conduit-dir %patch802 -p1 -b .fix-conduit-dir
%patch803 -p1 -b .no-gnome-common %patch803 -p1 -b .no-gnome-common
%patch804 -p1 -b .fix-missing-declarations %patch804 -p1 -b .fix-missing-declarations
%patch805 -p1 -b .fix-missing-declarations-2-5-4
mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib 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}/org-gnome-evolution-hula-account-setup.eplug
%{evo_plugin_dir}/liborg-gnome-evolution-hula-account-setup.so %{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 %files devel
%defattr(-, root, root) %defattr(-, root, root)
%{_includedir}/evolution-%{evo_major} %{_includedir}/evolution-%{evo_major}
@ -486,6 +494,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so %{_libdir}/evolution/%{evo_major}/*.so
%changelog %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 * Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 2.5.3-1
- 2.5.3 - 2.5.3
- Updated patch 106 (evolution-2.2.2-commit-enter-on-calendar.patch) so that it - Updated patch 106 (evolution-2.2.2-commit-enter-on-calendar.patch) so that it

View File

@ -1 +1 @@
1fac50a893b29a94e610db4c12e87373 evolution-2.5.3.tar.bz2 1ffd40da2b98f727e18b4c3a22318ed1 evolution-2.5.4.tar.bz2