forked from pool/pidgin
Accepting request 56502 from GNOME:Apps
Accepted submit request 56502 from user dimstar OBS-URL: https://build.opensuse.org/request/show/56502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=64
This commit is contained in:
parent
aee369f6f7
commit
eb3e81a7f3
4
_service
4
_service
@ -2,6 +2,6 @@
|
||||
<service name="download_url">
|
||||
<param name="host">sourceforge.net</param>
|
||||
<param name="protocol">http</param>
|
||||
<param name="path">/projects/pidgin/files/Pidgin/2.7.7/pidgin-2.7.7.tar.bz2/download</param>
|
||||
<param name="path">/projects/pidgin/files/Pidgin/2.7.8/pidgin-2.7.8.tar.bz2/download</param>
|
||||
</service>
|
||||
</services>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ceedc24510e3577e1f8c57bb01b3abdaa92f6d067e2602125f0d7fc75f72f1d
|
||||
size 9829698
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 12:33:08 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.7.8:
|
||||
+ General:
|
||||
- Fix the exceptions in purple-remote on Python 2.6+.
|
||||
+ Pidgin:
|
||||
- When a conversation has reached the maximum limit on the
|
||||
number of smileys, display the text representation of the
|
||||
smiley properly when it contains HTML-escapable characters
|
||||
(e.g. "<3" was previously displayed as "<3").
|
||||
- Drop dependency on GdkGC and use Cairo instead.
|
||||
- New UI hack to assist in first-time setup of Facebook
|
||||
accounts.
|
||||
- Don't hide the buddy list if there is no notification area in
|
||||
which to put the icon.
|
||||
+ libpurple:
|
||||
- Fix multipart parsing when '=' is included in the boundary
|
||||
for purple_mime_document_parse.
|
||||
+ AIM and ICQ:
|
||||
- Buddies who unset their status message will now be correctly
|
||||
shown without a message in your buddy list.
|
||||
+ Gadu-Gadu:
|
||||
- Updated our bundled libgadu and minimum requirement for
|
||||
external libgadu to 1.9.0.
|
||||
+ MSN:
|
||||
- Stop showing ourselves in the list of endpoints that can be
|
||||
disconnected.
|
||||
- Allow full-size display names, by not escaping (most)
|
||||
non-English characters.
|
||||
- Fix receiving messages from users on Yahoo and other
|
||||
federated services.
|
||||
- Correctly remove old endpoints from the list when they sign
|
||||
out.
|
||||
- Add option to disable connections from multiple locations.
|
||||
- Correctly update your own display name in the buddy list.
|
||||
- Correctly show ourselves as offline in the buddy list when
|
||||
going invisible.
|
||||
- Correctly update your own icon in the buddy list.
|
||||
- Remove struct packing for better portability.
|
||||
+ XMPP:
|
||||
- Terminate Jingle sessions with unsupported content types.
|
||||
- Own the directories for the mhr locale, until bnc#659001 is
|
||||
resolved.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 07:51:09 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
|
10
pidgin.spec
10
pidgin.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pidgin (Version 2.7.7)
|
||||
# spec file for package pidgin (Version 2.7.8)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,8 +25,9 @@
|
||||
|
||||
Name: pidgin
|
||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||
Version: 2.7.7
|
||||
Version: 2.7.8
|
||||
Release: 1
|
||||
# FIXME: check resolution of bnc#659001 to decide what to do about ownership of mhr directories in -lang (last checked: 2012-12-21)
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Url: http://www.pidgin.im/
|
||||
@ -471,6 +472,11 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -maxdepth 1 -xtype f -print | \
|
||||
%endif
|
||||
%defattr(-, root, root)
|
||||
# These locales are not yet included in respective products:
|
||||
#%if %suse_version < 1140
|
||||
# See https://bugzilla.novell.com/show_bug.cgi?id=659001
|
||||
%dir %{_datadir}/locale/mhr
|
||||
%dir %{_datadir}/locale/mhr/LC_MESSAGES
|
||||
#%endif
|
||||
%if %suse_version <= 1120
|
||||
%dir %{_datadir}/locale/ms_MY
|
||||
%dir %{_datadir}/locale/ms_MY/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user