[pidgin-sipe] update to 1.13.0

stefanb stefanb at fedoraproject.org
Wed Mar 14 19:41:34 UTC 2012


commit 65ec13ebf6b8395a846a8d8707bc42b0ef310039
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.spec                                   |   19 ++-
 sources                                            |    2 +-
 4 files changed, 16 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.spec b/pidgin-sipe.spec
index 7207eab..d449aaf 100644
--- a/pidgin-sipe.spec
+++ b/pidgin-sipe.spec
@@ -1,17 +1,16 @@
 Name:           pidgin-sipe
-Version:        1.12.0
-Release:        3%{?dist}
+Version:        1.13.0
+Release:        1%{?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
 
 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 +19,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 +40,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 +50,6 @@ This package provides the protocol plugin for libpurple clients.
 
 %prep
 %setup -q
-%patch0 -p1 -b .replace-deprecated-glib2-funcs
 
 
 %build
@@ -83,6 +83,15 @@ rm -rf %{buildroot}
 
 
 %changelog
+* 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
+- added BR nss-devel
+- dropped 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