]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- updated to 3.2.3 auto/th/evolution-3_2_3-1 auto/ti/evolution-3_2_3-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 31 Jan 2012 14:33:04 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch pst-importer for new libpst (change BR)

Changed files:
    evolution.spec -> 1.301
    pst-importer.patch -> 1.1

evolution.spec
pst-importer.patch [new file with mode: 0644]

index 005b77b83fb8b222eba9c26631766fccb47dc441..713f5d2e124716d11346430d7ce20fe036c789c1 100644 (file)
@@ -10,12 +10,12 @@ Summary(pl.UTF-8):  Klient poczty dla GNOME/Kalendarz/Książka Adresowa
 Summary(pt_BR.UTF-8):  Cliente de email integrado com calendário e catálogo de endereços
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:          evolution
-Version:       3.2.2
+Version:       3.2.3
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution/3.2/%{name}-%{version}.tar.xz
-# Source0-md5: 1c661fb7a982ba6b3624becaa3079eb8
+# Source0-md5: 27b2e4ec00c7b9af03f9f034a3ad5dcd
 Source1:       %{name}-gg16.png
 Source2:       %{name}-gg48.png
 Source3:       %{name}-addressbook.desktop
@@ -25,6 +25,7 @@ Source6:      %{name}-tasks.desktop
 Patch0:                %{name}-nolibs.patch
 Patch1:                %{name}-gnome-icon-theme.patch
 Patch2:                champlain-0.12.patch
+Patch3:                pst-importer.patch
 URL:           http://www.gnome.org/projects/evolution/
 BuildRequires: GConf2-devel >= 2.28.0
 BuildRequires: NetworkManager-devel >= 0.7
@@ -36,7 +37,7 @@ BuildRequires:        cairo-gobject-devel
 BuildRequires: clutter-devel >= 1.0.0
 BuildRequires: clutter-gtk-devel >= 0.90
 BuildRequires: docbook-dtd412-xml
-BuildRequires: evolution-data-server-devel >= 3.2.0
+BuildRequires: evolution-data-server-devel >= 3.2.3
 BuildRequires: geoclue-devel >= 0.11.1
 BuildRequires: gettext-devel >= 0.18.1
 BuildRequires: glib2-devel >= 1:2.28.0
@@ -59,7 +60,7 @@ BuildRequires:        libgdata-devel >= 0.9
 BuildRequires: libgweather-devel >= 3.0.0
 BuildRequires: libical-devel
 BuildRequires: libnotify-devel >= 0.5.1
-BuildRequires: libpst-devel >= 0.6.41
+BuildRequires: libpst-devel >= 0.6.54
 BuildRequires: libsoup-gnome-devel >= 2.31.2
 BuildRequires: libtool >= 2.2
 BuildRequires: libxml2-devel >= 1:2.7.3
@@ -259,6 +260,7 @@ Dokumentacja API Evolution.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__gettextize}
diff --git a/pst-importer.patch b/pst-importer.patch
new file mode 100644 (file)
index 0000000..3e73384
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/plugins/pst-import/pst-importer.c
++++ b/plugins/pst-import/pst-importer.c
+@@ -2219,7 +2219,7 @@ pst_init (pst_file *pst,
+       DEBUG_REGISTER_CLOSE ();
+ #endif
+-      if (pst_open (pst, filename) < 0) {
++      if (pst_open (pst, filename, NULL) < 0) {
+               pst_error_msg ("Error opening PST file %s", filename);
+               return -1;
+       }
This page took 0.209268 seconds and 4 git commands to generate.