[pidgin-sipe/f17] update to 1.13.0

stefanb stefanb at fedoraproject.org
Wed Mar 14 20:21:02 UTC 2012


commit 1f42de69e505b9fcff9a1a36a38447b06090b4ca
Author: Stefan Becker <chemobejk at gmail.com>
Date:   Wed Mar 14 21:41:24 2012 +0200

    update to 1.13.0

 .gitignore                                         |    1 +
 ...ipe-1.12.0-replace-deprecated-glib2-funcs.patch |  155 --------------------
 pidgin-sipe-1.13.0-fix-maybe-uninitialized.patch   |   22 +++
 pidgin-sipe.spec                                   |   24 +++-
 sources                                            |    2 +-
 5 files changed, 43 insertions(+), 161 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe992d3..1f6e8e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ pidgin-sipe-1.10.1.tar.bz2
 /pidgin-sipe-1.11.0.tar.bz2
 /pidgin-sipe-1.11.2.tar.bz2
 /pidgin-sipe-1.12.0.tar.bz2
+/pidgin-sipe-1.13.0.tar.bz2
diff --git a/pidgin-sipe-1.13.0-fix-maybe-uninitialized.patch b/pidgin-sipe-1.13.0-fix-maybe-uninitialized.patch
new file mode 100644
index 0000000..5e6ccb5
--- /dev/null
+++ b/pidgin-sipe-1.13.0-fix-maybe-uninitialized.patch
@@ -0,0 +1,22 @@
+diff --git a/src/core/sipe-cal.c b/src/core/sipe-cal.c
+index 93bf58d..b9d15dc 100644
+--- a/src/core/sipe-cal.c
++++ b/src/core/sipe-cal.c
+@@ -3,7 +3,7 @@
+  *
+  * pidgin-sipe
+  *
+- * Copyright (C) 2010-11 SIPE Project <http://sipe.sourceforge.net/>
++ * Copyright (C) 2010-12 SIPE Project <http://sipe.sourceforge.net/>
+  * Copyright (C) 2009 pier11 <pier11 at operamail.com>
+  *
+  *
+@@ -674,7 +674,7 @@ sipe_cal_get_status(struct sipe_buddy *buddy,
+ 	const char* free_busy;
+ 	int ret = SIPE_CAL_NO_DATA;
+ 	time_t state_since;
+-	int index;
++	int index = -1;
+ 
+ 	if (!buddy || !buddy->cal_start_time || !buddy->cal_granularity) {
+ 		SIPE_DEBUG_INFO("sipe_cal_get_status: no calendar data1 for %s, exiting",
diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec
index 7207eab..1ffc09e 100644
--- a/pidgin-sipe.spec
+++ b/pidgin-sipe.spec
@@ -1,17 +1,17 @@
 Name:           pidgin-sipe
-Version:        1.12.0
-Release:        3%{?dist}
+Version:        1.13.0
+Release:        2%{?dist}
 Summary:        Pidgin protocol plugin to connect to MS Office Communicator
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://sipe.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-%{version}/pidgin-sipe-%{version}.tar.bz2
-Patch0:         pidgin-sipe-1.12.0-replace-deprecated-glib2-funcs.patch
+Patch0:         pidgin-sipe-1.13.0-fix-maybe-uninitialized.patch
 
 BuildRequires:  zlib-devel, libpurple-devel >= 2.8.0, e2fsprogs-devel, intltool
 BuildRequires:  krb5-devel, gettext, libxml2-devel, glib2-devel >= 2.28.0
-BuildRequires:  libnice-devel >= 0.1.0, gstreamer-devel
+BuildRequires:  libnice-devel >= 0.1.0, gstreamer-devel, nss-devel
 
 Requires:       purple-sipe = %{version}-%{release}
 
@@ -20,6 +20,7 @@ Requires:       purple-sipe = %{version}-%{release}
 A third-party plugin for the Pidgin multi-protocol instant messenger.
 It implements the extended version of SIP/SIMPLE used by various products:
 
+    * Microsoft Lync Server 2010
     * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
     * Microsoft Live Communications Server (LCS 2003/2005)
     * Reuters Messaging
@@ -40,6 +41,7 @@ License:        GPLv2+
 A third-party plugin for the Pidgin multi-protocol instant messenger.
 It implements the extended version of SIP/SIMPLE used by various products:
 
+    * Microsoft Lync Server 2010
     * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
     * Microsoft Live Communications Server (LCS 2003/2005)
     * Reuters Messaging
@@ -49,7 +51,7 @@ This package provides the protocol plugin for libpurple clients.
 
 %prep
 %setup -q
-%patch0 -p1 -b .replace-deprecated-glib2-funcs
+%patch0 -p1 -b .fix-maybe-uninitialized
 
 
 %build
@@ -83,6 +85,18 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 14 2012 Stefan Becker <chemobejk at gmail.com> - 1.13.0-2
+- add patch to fix maybe-uninitialized errors for F17+
+
+* Wed Mar 14 2012 Stefan Becker <chemobejk at gmail.com> - 1.13.0-1
+- update to 1.13.0:
+    - support for Lync & Office365
+    - added [MS-SIPAE] TLS-DSK authentication scheme
+    - added [MS-DLX] based Get Info/Contact Search
+    - added experimental media TCP transport
+- add BR nss-devel
+- drop obsolete patch to replace deprecated glib2 functions
+
 * Mon Jan 09 2012 Stefan Becker <chemobejk at gmail.com> - 1.12.0-3
 - add patch to replace deprecated glib2 functions for F17+
 
diff --git a/sources b/sources
index a922381..e997c6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95a4b9052dbe70931d9ca07786b511ca  pidgin-sipe-1.12.0.tar.bz2
+88b6b42366f595f30292e63265953301  pidgin-sipe-1.13.0.tar.bz2


More information about the scm-commits mailing list