- Add another hunk to the patch for RH bug #201541.
- Add patch for RH bug #202289.
This commit is contained in:
parent
5a837f73f0
commit
1bc5629108
11
evolution-2.7.92-fix-prgname.patch
Normal file
11
evolution-2.7.92-fix-prgname.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- evolution-2.7.92/shell/main.c.fix-prgname 2006-08-28 11:04:44.000000000 -0400
|
||||||
|
+++ evolution-2.7.92/shell/main.c 2006-08-28 11:04:56.000000000 -0400
|
||||||
|
@@ -516,7 +516,7 @@
|
||||||
|
|
||||||
|
g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE);
|
||||||
|
|
||||||
|
- program = gnome_program_init (PACKAGE "-" BASE_VERSION, VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||||
|
+ program = gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||||
|
GNOME_PROGRAM_STANDARD_PROPERTIES,
|
||||||
|
GNOME_PARAM_GOPTION_CONTEXT, context,
|
||||||
|
GNOME_PARAM_HUMAN_READABLE_NAME, _("Evolution"),
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.7.92
|
Version: 2.7.92
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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
|
||||||
@ -135,6 +135,9 @@ Patch36: evolution-2.7.92-deprecated-gdk.patch
|
|||||||
# RH bug #201541 / Gnome.org bug #336983
|
# RH bug #201541 / Gnome.org bug #336983
|
||||||
Patch37: evolution-2.7.92-fix-edit-copy.patch
|
Patch37: evolution-2.7.92-fix-edit-copy.patch
|
||||||
|
|
||||||
|
# RH bug #202289
|
||||||
|
Patch38: evolution-2.7.92-fix-prgname.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: ORBit2 >= %{orbit2_version}
|
Requires: ORBit2 >= %{orbit2_version}
|
||||||
@ -274,6 +277,7 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch35 -p1 -b .deprecated-glib
|
%patch35 -p1 -b .deprecated-glib
|
||||||
%patch36 -p1 -b .deprecated-gdk
|
%patch36 -p1 -b .deprecated-gdk
|
||||||
%patch37 -p1 -b .fix-edit-copy
|
%patch37 -p1 -b .fix-edit-copy
|
||||||
|
%patch38 -p1 -b .fix-prgname
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -664,6 +668,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-6.fc6
|
||||||
|
- Add another hunk to the patch for RH bug #201541.
|
||||||
|
- Add patch for RH bug #202289.
|
||||||
|
|
||||||
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-5.fc6
|
* Mon Aug 28 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.92-5.fc6
|
||||||
- Add patch for RH bug #201541.
|
- Add patch for RH bug #201541.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user