From e60db64fc60ec549264da72211034e751c610332f5b100c3bb44f9d884e623dc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 17 Sep 2007 20:43:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=21 --- bnc-294999-subs-other-user-folder.patch | 13 +++++++++++++ evolution-2.11.92.tar.bz2 | 3 --- evolution-2.12.0.tar.bz2 | 3 +++ evolution.changes | 20 ++++++++++++++++++++ evolution.spec | 22 +++++++++++++++++++--- 5 files changed, 55 insertions(+), 6 deletions(-) create mode 100644 bnc-294999-subs-other-user-folder.patch delete mode 100644 evolution-2.11.92.tar.bz2 create mode 100644 evolution-2.12.0.tar.bz2 diff --git a/bnc-294999-subs-other-user-folder.patch b/bnc-294999-subs-other-user-folder.patch new file mode 100644 index 0000000..2e3fda5 --- /dev/null +++ b/bnc-294999-subs-other-user-folder.patch @@ -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); diff --git a/evolution-2.11.92.tar.bz2 b/evolution-2.11.92.tar.bz2 deleted file mode 100644 index 67f13c5..0000000 --- a/evolution-2.11.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f3aa9d79a0f72512689bea979c8c2c20db7ae97b1851df130fb352761a72e97 -size 25065004 diff --git a/evolution-2.12.0.tar.bz2 b/evolution-2.12.0.tar.bz2 new file mode 100644 index 0000000..5642935 --- /dev/null +++ b/evolution-2.12.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b9fc4f02d297c797bf3953f0742f745efc2c0ebb893d126c0e3a9bac84fe56 +size 25562079 diff --git a/evolution.changes b/evolution.changes index 287b373..1da12e2 100644 --- a/evolution.changes +++ b/evolution.changes @@ -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 diff --git a/evolution.spec b/evolution.spec index 22d16e3..6918585 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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