This commit is contained in:
parent
97c962336c
commit
8fa822e6c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:610efaefb869cb9b16ca0bb9b92779c41584f8965988a61a81e593d0510377ac
|
|
||||||
size 8901875
|
|
3
pidgin-2.3.1.tar.bz2
Normal file
3
pidgin-2.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d083687734b232c18b9d4500a314cff5ba1a2584350832c9688ecec668eb79e
|
||||||
|
size 9358563
|
@ -1,3 +1,96 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 8 09:05:30 GMT 2007 - james@usr-local-bin.org
|
||||||
|
|
||||||
|
- Update to version 2.3.1:
|
||||||
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.1
|
||||||
|
+ libpurple:
|
||||||
|
* Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
|
||||||
|
connecting to MSN and random local display name changes
|
||||||
|
* Going idle on MySpaceIM will no longer clear your status and message.
|
||||||
|
* Idle MySpaceIM buddies should now appear online at login.
|
||||||
|
* Fixed crashes in XMPP when discovering a client's capabilities
|
||||||
|
* Don't set the current tune title if it's NULL (XMPP/Google Talk)
|
||||||
|
* Don't allow buddies to be manually added to Bonjour
|
||||||
|
* Don't advertise IPv6 on Bonjour because we don't support it
|
||||||
|
* Compile fixes for FreeBSD and Solaris
|
||||||
|
* Update QQ client version so some accounts can connect again
|
||||||
|
* Do not allow ISON requests to stack in IRC, preventing flooding IRC
|
||||||
|
servers when temporary network outages are restored
|
||||||
|
* Plug several leaks in the perl plugin loader
|
||||||
|
* Prevent autoaccept plugin overwriting existing files
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 1 13:38:28 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.3.0:
|
||||||
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.0
|
||||||
|
+ libpurple:
|
||||||
|
* real usernames shown in system log
|
||||||
|
* honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
|
||||||
|
catch deprecated functions earlier rather than later.
|
||||||
|
* Thanks to a patch from Intel, the Bonjour prpl now supports file
|
||||||
|
transfers using XEP-0096 and XEP-0065. This should enable file
|
||||||
|
transfers between libpurple clients and Gajim clients, but will not
|
||||||
|
work with iChat or Adium as they use a different file transfer
|
||||||
|
implementation.
|
||||||
|
* XMPP password changes that return errors no longer cause the saved
|
||||||
|
password to be changed.
|
||||||
|
* XMPP file transfer support has been enhanced to support sending
|
||||||
|
files through a proxy when the server supports discovering a
|
||||||
|
a bytestream proxy. This should make file transfers much more
|
||||||
|
reliable. The next release will add support for manually specifying
|
||||||
|
a proxy when the server doesn't advertise one.
|
||||||
|
+ pidgin:
|
||||||
|
* If a plugin says it can't be unloaded, we now display an error and
|
||||||
|
remove the plugin from the list of saved plugins so it won't load
|
||||||
|
at the next startup. Previously, we were ignoring this case, which
|
||||||
|
could lead to crashes.
|
||||||
|
* Mark dialog windows as transient for appropriate parent windows to
|
||||||
|
help window managers do the right thing (Gabriel Schulhof)
|
||||||
|
* Connection errors are now reported in mini-dialogs inside the buddy
|
||||||
|
list, rather than as buttons in the buddy list and with dialog
|
||||||
|
boxes. If several accounts are disabled when you sign on elsewhere,
|
||||||
|
you can now re-enable them all with a single click.
|
||||||
|
* Added tooltips to the Room List window to show full topics
|
||||||
|
* Added buttons in preferences to access GNOME network and browser
|
||||||
|
preferences configuration dialogs when running under GNOME
|
||||||
|
* If you alias a buddy to an alias that is already present within
|
||||||
|
a particular group, we now offer to merge the buddies into the
|
||||||
|
same contact.
|
||||||
|
* A music emblem is now displayed in the buddy list for a buddy if we
|
||||||
|
know she is listening to some soothing music.
|
||||||
|
* Added a 'Move to' menu in buddy list context menu for moving buddies
|
||||||
|
to other groups as an alternative to dragging.
|
||||||
|
* Group headings are now marked via an underline instead of a
|
||||||
|
different color background.
|
||||||
|
* It is now possible to mark a chat on your buddy list as "Persistent"
|
||||||
|
so you do not leave the chat when the window or tab is closed.
|
||||||
|
* The auto-join option for chats is now listed in the "Add Chat"
|
||||||
|
dialog along with the new persistence option.
|
||||||
|
* Closing an IM no longer immediately closes your conversation. It
|
||||||
|
will now remain active for a short time so that if the conversation
|
||||||
|
resumes, the history will be retained. A preference has been added
|
||||||
|
to toggle this behavior.
|
||||||
|
* The "Smiley" menu has been moved to the top-level of the toolbar.
|
||||||
|
* Pidgin's display is now saved with the command line for session
|
||||||
|
restoration. (David Mohr)
|
||||||
|
* ICQ Birthday notifications are shown as buddy list emblems.
|
||||||
|
* Plugin actions are now available from the docklet context menu
|
||||||
|
in addition to the Tool menu of the buddy list.
|
||||||
|
* The manual page has been heavily rewritten to bring it in line
|
||||||
|
with current functionality.
|
||||||
|
+ Finch:
|
||||||
|
* If a plugin says it can't be unloaded, we now display an error and
|
||||||
|
remove the plugin from the list of saved plugins so it won't load
|
||||||
|
at the next startup. Previously, we were ignoring this case, which
|
||||||
|
could lead to crashes.
|
||||||
|
* It's possible to bind key-strokes to specific menuitems in the windows.
|
||||||
|
Read the 'Menus' section in the man-page for details.
|
||||||
|
* 'transpose-chars' operation for the entry boxes. The default key-binding
|
||||||
|
is ctrl+t.
|
||||||
|
* 'yank' operation for the entry boxes. The default binding is ctrl+y.
|
||||||
|
- Updated build requirements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 13 21:29:06 CET 2007 - maw@suse.de
|
Tue Nov 13 21:29:06 CET 2007 - maw@suse.de
|
||||||
|
|
||||||
|
96
pidgin.spec
96
pidgin.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin (Version 2.2.2)
|
# spec file for package pidgin (Version 2.3.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||||
Version: 2.2.2
|
Version: 2.3.1
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://www.pidgin.im/
|
Url: http://www.pidgin.im/
|
||||||
@ -51,7 +51,7 @@ BuildRequires: dbus-1-glib
|
|||||||
%endif
|
%endif
|
||||||
%if %suse_version >= 1021 || 0%{?opensuse_bs}
|
%if %suse_version >= 1021 || 0%{?opensuse_bs}
|
||||||
BuildRequires: avahi-compat-howl-devel silc-toolkit-devel
|
BuildRequires: avahi-compat-howl-devel silc-toolkit-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes libnotify-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: libpurple-lang = %{version}
|
Requires: libpurple-lang = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -855,7 +855,95 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgnt.*a
|
%{_libdir}/libgnt.*a
|
||||||
%{_libdir}/pkgconfig/finch.pc
|
%{_libdir}/pkgconfig/finch.pc
|
||||||
%{_libdir}/pkgconfig/gnt.pc
|
%{_libdir}/pkgconfig/gnt.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 08 2007 - james@usr-local-bin.org
|
||||||
|
- Update to version 2.3.1:
|
||||||
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.1
|
||||||
|
+ libpurple:
|
||||||
|
* Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
|
||||||
|
connecting to MSN and random local display name changes
|
||||||
|
* Going idle on MySpaceIM will no longer clear your status and message.
|
||||||
|
* Idle MySpaceIM buddies should now appear online at login.
|
||||||
|
* Fixed crashes in XMPP when discovering a client's capabilities
|
||||||
|
* Don't set the current tune title if it's NULL (XMPP/Google Talk)
|
||||||
|
* Don't allow buddies to be manually added to Bonjour
|
||||||
|
* Don't advertise IPv6 on Bonjour because we don't support it
|
||||||
|
* Compile fixes for FreeBSD and Solaris
|
||||||
|
* Update QQ client version so some accounts can connect again
|
||||||
|
* Do not allow ISON requests to stack in IRC, preventing flooding IRC
|
||||||
|
servers when temporary network outages are restored
|
||||||
|
* Plug several leaks in the perl plugin loader
|
||||||
|
* Prevent autoaccept plugin overwriting existing files
|
||||||
|
* Sat Dec 01 2007 - maw@suse.de
|
||||||
|
- Update to version 2.3.0:
|
||||||
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.0
|
||||||
|
+ libpurple:
|
||||||
|
* real usernames shown in system log
|
||||||
|
* honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
|
||||||
|
catch deprecated functions earlier rather than later.
|
||||||
|
* Thanks to a patch from Intel, the Bonjour prpl now supports file
|
||||||
|
transfers using XEP-0096 and XEP-0065. This should enable file
|
||||||
|
transfers between libpurple clients and Gajim clients, but will not
|
||||||
|
work with iChat or Adium as they use a different file transfer
|
||||||
|
implementation.
|
||||||
|
* XMPP password changes that return errors no longer cause the saved
|
||||||
|
password to be changed.
|
||||||
|
* XMPP file transfer support has been enhanced to support sending
|
||||||
|
files through a proxy when the server supports discovering a
|
||||||
|
a bytestream proxy. This should make file transfers much more
|
||||||
|
reliable. The next release will add support for manually specifying
|
||||||
|
a proxy when the server doesn't advertise one.
|
||||||
|
+ pidgin:
|
||||||
|
* If a plugin says it can't be unloaded, we now display an error and
|
||||||
|
remove the plugin from the list of saved plugins so it won't load
|
||||||
|
at the next startup. Previously, we were ignoring this case, which
|
||||||
|
could lead to crashes.
|
||||||
|
* Mark dialog windows as transient for appropriate parent windows to
|
||||||
|
help window managers do the right thing (Gabriel Schulhof)
|
||||||
|
* Connection errors are now reported in mini-dialogs inside the buddy
|
||||||
|
list, rather than as buttons in the buddy list and with dialog
|
||||||
|
boxes. If several accounts are disabled when you sign on elsewhere,
|
||||||
|
you can now re-enable them all with a single click.
|
||||||
|
* Added tooltips to the Room List window to show full topics
|
||||||
|
* Added buttons in preferences to access GNOME network and browser
|
||||||
|
preferences configuration dialogs when running under GNOME
|
||||||
|
* If you alias a buddy to an alias that is already present within
|
||||||
|
a particular group, we now offer to merge the buddies into the
|
||||||
|
same contact.
|
||||||
|
* A music emblem is now displayed in the buddy list for a buddy if we
|
||||||
|
know she is listening to some soothing music.
|
||||||
|
* Added a 'Move to' menu in buddy list context menu for moving buddies
|
||||||
|
to other groups as an alternative to dragging.
|
||||||
|
* Group headings are now marked via an underline instead of a
|
||||||
|
different color background.
|
||||||
|
* It is now possible to mark a chat on your buddy list as "Persistent"
|
||||||
|
so you do not leave the chat when the window or tab is closed.
|
||||||
|
* The auto-join option for chats is now listed in the "Add Chat"
|
||||||
|
dialog along with the new persistence option.
|
||||||
|
* Closing an IM no longer immediately closes your conversation. It
|
||||||
|
will now remain active for a short time so that if the conversation
|
||||||
|
resumes, the history will be retained. A preference has been added
|
||||||
|
to toggle this behavior.
|
||||||
|
* The "Smiley" menu has been moved to the top-level of the toolbar.
|
||||||
|
* Pidgin's display is now saved with the command line for session
|
||||||
|
restoration. (David Mohr)
|
||||||
|
* ICQ Birthday notifications are shown as buddy list emblems.
|
||||||
|
* Plugin actions are now available from the docklet context menu
|
||||||
|
in addition to the Tool menu of the buddy list.
|
||||||
|
* The manual page has been heavily rewritten to bring it in line
|
||||||
|
with current functionality.
|
||||||
|
+ Finch:
|
||||||
|
* If a plugin says it can't be unloaded, we now display an error and
|
||||||
|
remove the plugin from the list of saved plugins so it won't load
|
||||||
|
at the next startup. Previously, we were ignoring this case, which
|
||||||
|
could lead to crashes.
|
||||||
|
* It's possible to bind key-strokes to specific menuitems in the windows.
|
||||||
|
Read the 'Menus' section in the man-page for details.
|
||||||
|
* 'transpose-chars' operation for the entry boxes. The default key-binding
|
||||||
|
is ctrl+t.
|
||||||
|
* 'yank' operation for the entry boxes. The default binding is ctrl+y.
|
||||||
|
- Updated build requirements.
|
||||||
* Tue Nov 13 2007 - maw@suse.de
|
* Tue Nov 13 2007 - maw@suse.de
|
||||||
- Add pidgin-directconn-argfix.patch.
|
- Add pidgin-directconn-argfix.patch.
|
||||||
* Thu Nov 08 2007 - maw@suse.de
|
* Thu Nov 08 2007 - maw@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user