This commit is contained in:
parent
8900442625
commit
bf22302b05
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e35ee6abaa2a57fb8a347ca29c9213cd2c23768d819a7d1615ca7578b6b1ec1
|
||||
size 9515789
|
3
pidgin-2.4.1.tar.bz2
Normal file
3
pidgin-2.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4fa66247266e8e7453e13322a30910b944e7a406fa30c56cb84be9816b253c7
|
||||
size 9459078
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 19:43:07 CEST 2008 - maw@suse.de
|
||||
|
||||
- Update to version 2.4.1:
|
||||
+ http://developer.pidgin.im/query?status=closed&milestone=2.4.1
|
||||
+ libpurple:
|
||||
* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
|
||||
should have no functional effect, other than continued
|
||||
support on systems which have dropped UCS-2 conversions
|
||||
* Add support for setting buddy icons on Gadu-Gadu
|
||||
* Fix a crash when clearing the buddy icon for an account on
|
||||
XMPP
|
||||
* Fix a crash during login for some ICQ accounts
|
||||
* Prefer more available resources on XMPP when priorities are
|
||||
equal
|
||||
* Fix incorrectly marking some Yahoo! contacts as blocked
|
||||
* Improved handling of UTF-8 group names on ICQ (beret)
|
||||
* Fix a crash when starting if you have a Zephyr account
|
||||
* Increase XMPP ping timeout to 120 seconds, to prevent poor
|
||||
network connections from timing out unnecessarily
|
||||
* Don't crash on XMPP forms with empty default values
|
||||
* Fix issues with CHAP authentication for SOCKS5 proxies
|
||||
+ Pidgin:
|
||||
* Remove a workaround for older versions gstreamer that was
|
||||
causing crashes on some non-Linux systems such as HPUX
|
||||
* Fix some cases of the conversation input entry area being
|
||||
1 pixel high
|
||||
* Fix for displaying channel & buddy names in conversation
|
||||
window when they have '&' in them
|
||||
* Some memory leak fixes, especially in the Text Replacement
|
||||
plugin
|
||||
* Rectangular but non-square buddy icons have rounded corners
|
||||
in the buddy list
|
||||
+ Finch:
|
||||
* Fix compiling with Glib older than 2.6
|
||||
* Ensure existing conversations selected from the 'Send IM'
|
||||
dialog are given focus
|
||||
* Move the tooltip on the left of the buddylist if there's
|
||||
not enough room on the right to show it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 19:34:19 CET 2008 - maw@suse.de
|
||||
|
||||
|
52
pidgin.spec
52
pidgin.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pidgin (Version 2.4.0)
|
||||
# spec file for package pidgin (Version 2.4.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,8 +13,8 @@
|
||||
|
||||
Name: pidgin
|
||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||
Version: 2.4.0
|
||||
Release: 4
|
||||
Version: 2.4.1
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Url: http://www.pidgin.im/
|
||||
@ -150,12 +150,14 @@ Authors:
|
||||
The OpenQ Team
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
#'
|
||||
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: GPL v2 or later
|
||||
Summary: Library for IM Clients Like Pidgin and Finch
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
# Not really required, but standard Jabber accounts require it, if compiled with SASL support.
|
||||
@ -165,6 +167,7 @@ Requires: libpurple-lang = %{version}
|
||||
Requires: dbus-1-python
|
||||
|
||||
%package -n libpurple-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Development Headers, Documentation, and Libraries for libpurple
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: libpurple = %{version} NetworkManager-devel NetworkManager-glib glib2-devel gnome-keyring-devel libxml2-devel
|
||||
@ -173,16 +176,19 @@ Obsoletes: gaim-devel <= 1.5.0
|
||||
Obsoletes: gaim-unstable-devel < 2.0.0
|
||||
|
||||
%package -n libpurple-meanwhile
|
||||
License: GPL v2 or later
|
||||
Summary: Lotus Sametime Plugin for Pidgin Using the Meanwhile Library
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: libpurple = %{version}
|
||||
|
||||
%package -n libpurple-mono
|
||||
License: GPL v2 or later
|
||||
Summary: Mono .NET Plugin Support for Pidgin
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: libpurple = %{version}
|
||||
|
||||
%package -n finch
|
||||
License: GPL v2 or later
|
||||
Summary: Text-Based User Interface for Pidgin Instant Messaging Client
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: libpurple = %{version}
|
||||
@ -190,6 +196,7 @@ Obsoletes: gaim-unstable-text < 2.0.0
|
||||
Provides: gaim-unstable-text
|
||||
|
||||
%package -n finch-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Headers etc. for finch Stuffs
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: finch = %{version} glib2-devel glibc-devel libpurple-devel = %{version} ncurses-devel
|
||||
@ -871,6 +878,43 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/gnt.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 02 2008 maw@suse.de
|
||||
- Update to version 2.4.1:
|
||||
+ http://developer.pidgin.im/query?status=closed&milestone=2.4.1
|
||||
+ libpurple:
|
||||
* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
|
||||
should have no functional effect, other than continued
|
||||
support on systems which have dropped UCS-2 conversions
|
||||
* Add support for setting buddy icons on Gadu-Gadu
|
||||
* Fix a crash when clearing the buddy icon for an account on
|
||||
XMPP
|
||||
* Fix a crash during login for some ICQ accounts
|
||||
* Prefer more available resources on XMPP when priorities are
|
||||
equal
|
||||
* Fix incorrectly marking some Yahoo! contacts as blocked
|
||||
* Improved handling of UTF-8 group names on ICQ (beret)
|
||||
* Fix a crash when starting if you have a Zephyr account
|
||||
* Increase XMPP ping timeout to 120 seconds, to prevent poor
|
||||
network connections from timing out unnecessarily
|
||||
* Don't crash on XMPP forms with empty default values
|
||||
* Fix issues with CHAP authentication for SOCKS5 proxies
|
||||
+ Pidgin:
|
||||
* Remove a workaround for older versions gstreamer that was
|
||||
causing crashes on some non-Linux systems such as HPUX
|
||||
* Fix some cases of the conversation input entry area being
|
||||
1 pixel high
|
||||
* Fix for displaying channel & buddy names in conversation
|
||||
window when they have '&' in them
|
||||
* Some memory leak fixes, especially in the Text Replacement
|
||||
plugin
|
||||
* Rectangular but non-square buddy icons have rounded corners
|
||||
in the buddy list
|
||||
+ Finch:
|
||||
* Fix compiling with Glib older than 2.6
|
||||
* Ensure existing conversations selected from the 'Send IM'
|
||||
dialog are given focus
|
||||
* Move the tooltip on the left of the buddylist if there's
|
||||
not enough room on the right to show it.
|
||||
* Thu Mar 06 2008 maw@suse.de
|
||||
- Fix the build when against newer versions of intltool.
|
||||
* Mon Mar 03 2008 sbrabec@suse.cz
|
||||
@ -1003,7 +1047,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Updated build requirements.
|
||||
* Tue Nov 13 2007 maw@suse.de
|
||||
- Add pidgin-directconn-argfix.patch.
|
||||
* Thu Nov 08 2007 maw@suse.de
|
||||
* Fri Nov 09 2007 maw@suse.de
|
||||
- Update to version 2.2.2 (thanks to James, Ivan, and Michel for
|
||||
the good work in GNOME:Community!)
|
||||
+ New protocol plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user