Hello community,

here is the log from the commit of package pidgin for openSUSE:12.1:Update:Test 
checked in at 2012-01-05 00:23:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/pidgin (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.pidgin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pidgin", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/pidgin/pidgin.changes   2011-11-28 
18:45:41.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.pidgin.new/pidgin.changes      
2012-01-05 00:23:44.000000000 +0100
@@ -1,0 +2,29 @@
+Sun Dec 25 09:55:44 UTC 2011 - [email protected]
+
+- Update to version 2.10.1:
+  + AIM and ICQ:
+    - Fix remotely-triggerable crashes by validating strings in a
+      few messages related to buddy list management (bnc#736147,
+      CVE-2011-4601).
+  + Bonjour:
+    - IPv6 fixes
+  + Gadu-Gadu:
+    - Fix problems linking against GnuTLS.
+  + IRC:
+    - Fix a memory leak when admitting UTF-8 text with a non-UTF-8
+      primary encoding.
+  + Jabber:
+    - Fix crashes and memory leaks when receiving malformed voice
+      and video requests.
+  + Sametime:
+    - Separate "username" and "server" when adding new Sametime
+      accounts.
+    - Fix compilation in Visual C++.
+  + SILC:
+    - Fix CVE-2011-3594, by UTF-8 validating incoming messages
+      before passing them to glib or libpurple.
+  + Yahoo!:
+    - Fetch buddy icons in some cases where we previously weren't.
+- Drop silc-fixutf8-securitybug.patch: included in the new version.
+
+-------------------------------------------------------------------

Old:
----
  pidgin-2.10.0.tar.bz2
  silc-fixutf8-securitybug.patch

New:
----
  pidgin-2.10.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pidgin.spec ++++++
--- /var/tmp/diff_new_pack.ZIRJeK/_old  2012-01-05 00:23:45.000000000 +0100
+++ /var/tmp/diff_new_pack.ZIRJeK/_new  2012-01-05 00:23:45.000000000 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %if 0%{?suse_version} > 1010 && 0%{?suse_version} < 1140
 %define with_mono 1
 %else
@@ -25,10 +23,10 @@
 
 Name:           pidgin
 Summary:        Multiprotocol Instant Messaging Client
-Version:        2.10.0
-Release:        1
-License:        GPLv2+
+License:        GPL-2.0+
 Group:          Productivity/Networking/Instant Messenger
+Version:        2.10.1
+Release:        0
 Url:            http://www.pidgin.im/
 Source:         
http://downloads.sourceforge.net/pidgin/%{name}-%{version}.tar.bz2
 Source1:        pidgin-NLD-smiley-theme.tar.bz2
@@ -45,7 +43,6 @@
 Patch15:        pidgin-fix-perl-build.patch
 # PATCH-FIX-UPSTREAM pidgin-nm09-more.patch [email protected] -- Fix to use 
new NM signal name http://developer.pidgin.im/ticket/13859
 Patch16:        pidgin-nm09-more.patch
-Patch17:        silc-fixutf8-securitybug.patch
 
 # Can use external libzephyr
 BuildRequires:  cyrus-sasl-devel
@@ -130,7 +127,8 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  silc-toolkit-devel
 %else
-BuildRequires:  dbus-1-devel dbus-1-glib
+BuildRequires:  dbus-1-devel
+BuildRequires:  dbus-1-glib
 %endif
 %if %suse_version > 1020
 BuildRequires:  fdupes
@@ -139,7 +137,8 @@
 %if %suse_version > 1030
 BuildRequires:  libavahi-glib-devel
 %else
-BuildRequires:  avahi-devel avahi-glib
+BuildRequires:  avahi-devel
+BuildRequires:  avahi-glib
 %endif
 %if %suse_version > 1020
 Requires:       openssl-certs
@@ -160,7 +159,6 @@
 %define _sysconfdir /etc%_prefix
 BuildRequires:  gconf2-rpm-macros
 %endif
-%gconf_schemas_prereq
 
 %description
 Pidgin is a chat program which lets you log in to accounts on multiple
@@ -173,14 +171,12 @@
 plugins.
 
 %package devel
-License:        GPLv2+
 #'
 Summary:        Development Headers, Documentation, and Libraries for Pidgin
 Group:          Productivity/Networking/Instant Messenger
 Requires:       %{name} = %{version} glib2-devel gtk2-devel libpurple-devel = 
%{version}
 
 %package -n libpurple
-License:        GPLv2+
 Summary:        GLib-based Instant Messenger Library
 Group:          System/Libraries
 # Not really required, but standard Jabber accounts require it, if compiled 
with SASL support.
@@ -196,7 +192,6 @@
 %endif
 
 %package -n libpurple-devel
-License:        GPLv2+
 Summary:        Development Headers, Documentation, and Libraries for libpurple
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple = %{version} NetworkManager-devel 
NetworkManager-glib glib2-devel libxml2-devel
@@ -218,14 +213,12 @@
 %if %suse_version >= 1030
 
 %package -n libpurple-meanwhile
-License:        GPLv2+
 Summary:        Lotus Sametime Plugin for Pidgin Using the Meanwhile Library
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple = %{version}
 %endif
 
 %package evolution
-License:        GPLv2+
 Summary:        Evolution integration plugin for Pidgin
 Group:          Productivity/Networking/Instant Messenger
 Requires:       %{name} = %{version}
@@ -234,21 +227,18 @@
 %if %with_mono
 
 %package -n libpurple-mono
-License:        GPLv2+
 Summary:        Mono .NET Plugin Support for Pidgin
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple = %{version}
 %endif
 
 %package -n libpurple-tcl
-License:        GPLv2+
 Summary:        TCL Plugin Support for Pidgin
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple = %{version}
 Supplements:    packageand(libpurple:tcl)
 
 %package -n finch
-License:        GPLv2+
 Summary:        Text-Based User Interface for Pidgin Instant Messaging Client
 Group:          Productivity/Networking/Instant Messenger
 Requires:       libpurple = %{version}
@@ -256,7 +246,6 @@
 Provides:       gaim-unstable-text
 
 %package -n finch-devel
-License:        GPLv2+
 Summary:        Headers etc. for finch Stuffs
 Group:          Productivity/Networking/Instant Messenger
 Requires:       finch = %{version} glib2-devel glibc-devel libpurple-devel = 
%{version} ncurses-devel
@@ -266,7 +255,6 @@
 %if 0%{?suse_version} > 1140
 
 %package -n libpurple-branding-upstream
-License:        GPLv2+
 Summary:        GLib-based Instant Messenger Library -- Upstream default 
configuration
 Group:          System/Libraries
 Requires:       libpurple = %{version}
@@ -367,7 +355,6 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
-%patch17 -p1
 
 # Change Myanmar/Myanmar to Myanmar:
 rename my_MM my po/my_MM.*

++++++ pidgin-2.10.0.tar.bz2 -> pidgin-2.10.1.tar.bz2 ++++++
/work/SRC/openSUSE:12.1:Update:Test/pidgin/pidgin-2.10.0.tar.bz2 
/work/SRC/openSUSE:12.1:Update:Test/.pidgin.new/pidgin-2.10.1.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to