This commit is contained in:
parent
1732637a0e
commit
e60db64fc6
13
bnc-294999-subs-other-user-folder.patch
Normal file
13
bnc-294999-subs-other-user-folder.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: plugins/exchange-operations/exchange-folder-subscription.c
|
||||
===================================================================
|
||||
--- plugins/exchange-operations/exchange-folder-subscription.c (revision 34144)
|
||||
+++ plugins/exchange-operations/exchange-folder-subscription.c (working copy)
|
||||
@@ -281,7 +281,7 @@
|
||||
|
||||
g_object_unref (folder);
|
||||
path = g_strdup_printf ("/%s", user_email_address);
|
||||
- exchange_account_open_folder (subscription_info->account, g_strdup_printf ("/%s", path));
|
||||
+ exchange_account_open_folder (subscription_info->account, path);
|
||||
g_free (path);
|
||||
g_free (user_email_address);
|
||||
gtk_widget_destroy (dialog);
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f3aa9d79a0f72512689bea979c8c2c20db7ae97b1851df130fb352761a72e97
|
||||
size 25065004
|
3
evolution-2.12.0.tar.bz2
Normal file
3
evolution-2.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1b9fc4f02d297c797bf3953f0742f745efc2c0ebb893d126c0e3a9bac84fe56
|
||||
size 25562079
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 20:29:43 CEST 2007 - vvaradhan@suse.de
|
||||
|
||||
- Fixes (BNC)
|
||||
#295107 - Rename folder hides hierarchy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 19:39:02 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 2.12.0:
|
||||
+ Bugs (bugzilla.gnome.org) fixed: #270605, #329629, #330223,
|
||||
#332026, #363645, #368033, #467581, #468366, #471791, and
|
||||
#473903
|
||||
+ More bugs (bugzilla.novell.com) fixed: #274047, #274048,
|
||||
#277159, #300284, #301044, and #304993
|
||||
+ Fix weak references, fixing an issue with the patch for bug
|
||||
#439122
|
||||
+ Code cleanups
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 06:36:12 CEST 2007 - sragavan@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package evolution (Version 2.11.92)
|
||||
# spec file for package evolution (Version 2.12.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,8 +17,8 @@ Group: Productivity/Networking/Email/Clients
|
||||
Obsoletes: evoltn
|
||||
Provides: evoltn
|
||||
AutoReqProv: on
|
||||
Version: 2.11.92
|
||||
Release: 10
|
||||
Version: 2.12.0
|
||||
Release: 1
|
||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -59,6 +59,7 @@ Patch100: abuild.patch
|
||||
#Patch101: xsltproc-no-net.patch
|
||||
Patch102: evolution-2.11.6.1-cal-busy-recursion.patch
|
||||
Patch103: bnc-302017-print-100pc.diff
|
||||
Patch104: bnc-294999-subs-other-user-folder.patch
|
||||
Patch999: build-fixes.diff
|
||||
Patch1000: evolution-stringcompare.patch
|
||||
Url: http://gnome.org/projects/evolution/
|
||||
@ -315,6 +316,7 @@ Authors:
|
||||
#%patch101 -p1
|
||||
%patch102 -p1
|
||||
%patch103
|
||||
%patch104
|
||||
%patch999
|
||||
%patch1000
|
||||
|
||||
@ -422,6 +424,20 @@ fi
|
||||
%{_libdir}/evolution/*/conduits/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Sep 17 2007 - vvaradhan@suse.de
|
||||
- Fixes (BNC)
|
||||
[#295107] - Rename folder hides hierarchy
|
||||
* Mon Sep 17 2007 - maw@suse.de
|
||||
- Update to version 2.12.0:
|
||||
+ Bugs (bugzilla.gnome.org) fixed: #270605, #329629, #330223,
|
||||
[#332026], #363645, #368033, #467581, #468366, #471791, and
|
||||
[#473903]
|
||||
+ More bugs (bugzilla.novell.com) fixed: #274047, #274048,
|
||||
[#277159], #300284, #301044, and #304993
|
||||
+ Fix weak references, fixing an issue with the patch for bug
|
||||
[#439122]
|
||||
+ Code cleanups
|
||||
+ Updated translations.
|
||||
* Mon Sep 17 2007 - sragavan@novell.com
|
||||
- bnc-302017-print-100pc.diff: Make sure that the handlers are present for the latter formaters.
|
||||
* Fri Sep 14 2007 - pchenthill@novell.com
|
||||
|
Loading…
Reference in New Issue
Block a user