Update to 3.9.1
This commit is contained in:
parent
62bcbddaf6
commit
025a610cba
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.7.91.tar.xz
|
/evolution-3.7.91.tar.xz
|
||||||
/evolution-3.7.92.tar.xz
|
/evolution-3.7.92.tar.xz
|
||||||
/evolution-3.8.0.tar.xz
|
/evolution-3.8.0.tar.xz
|
||||||
|
/evolution-3.9.1.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -up evolution-2.30.1.2/shell/e-shell-window-actions.c.help-contents evolution-2.30.1.2/shell/e-shell-window-actions.c
|
diff -up evolution-3.9.1/shell/e-shell-window-actions.c.help-contents evolution-3.9.1/shell/e-shell-window-actions.c
|
||||||
--- evolution-2.30.1.2/shell/e-shell-window-actions.c.help-contents 2010-04-26 09:13:18.000000000 -0400
|
--- evolution-3.9.1/shell/e-shell-window-actions.c.help-contents 2013-04-29 11:23:28.943063568 +0200
|
||||||
+++ evolution-2.30.1.2/shell/e-shell-window-actions.c 2010-05-07 21:29:06.269059830 -0400
|
+++ evolution-3.9.1/shell/e-shell-window-actions.c 2013-04-29 11:24:16.701599684 +0200
|
||||||
@@ -2001,6 +2001,15 @@ e_shell_window_actions_init (EShellWindo
|
@@ -1396,6 +1396,15 @@ e_shell_window_actions_init (EShellWindo
|
||||||
if (path == NULL)
|
if (path == NULL)
|
||||||
gtk_action_set_visible (ACTION (SUBMIT_BUG), FALSE);
|
gtk_action_set_visible (ACTION (SUBMIT_BUG), FALSE);
|
||||||
g_free (path);
|
g_free (path);
|
||||||
@ -16,4 +16,4 @@ diff -up evolution-2.30.1.2/shell/e-shell-window-actions.c.help-contents evoluti
|
|||||||
+ g_free (path);
|
+ g_free (path);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GList *
|
GtkWidget *
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%define clutter_gtk_version 0.10
|
%define clutter_gtk_version 0.10
|
||||||
%define webkit_version 1.8.0
|
%define webkit_version 1.8.0
|
||||||
|
|
||||||
%define evo_base_version 3.8
|
%define evo_base_version 3.10
|
||||||
|
|
||||||
%define last_anjal_version 0.3.2-3
|
%define last_anjal_version 0.3.2-3
|
||||||
%define last_libgal2_version 2:2.5.3-2
|
%define last_libgal2_version 2:2.5.3-2
|
||||||
@ -28,14 +28,14 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.8.0
|
Version: 3.9.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: http://projects.gnome.org/evolution/
|
URL: http://projects.gnome.org/evolution/
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.9/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Obsoletes: anjal <= %{last_anjal_version}
|
Obsoletes: anjal <= %{last_anjal_version}
|
||||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||||
@ -515,6 +515,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 29 2013 Milan Crha <mcrha@redhat.com> - 3.9.1-1
|
||||||
|
- Update to 3.9.1
|
||||||
|
|
||||||
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
|
* Mon Mar 25 2013 Milan Crha <mcrha@redhat.com> - 3.8.0-1
|
||||||
- Update to 3.8.0
|
- Update to 3.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user