forked from pool/pidgin
This commit is contained in:
parent
9071b18fe6
commit
917bdb4256
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 14:46:16 CET 2009 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 12 19:33:41 CET 2009 - sbrabec@suse.cz
|
||||
|
||||
@ -57,7 +62,7 @@ Thu Mar 12 19:33:41 CET 2009 - sbrabec@suse.cz
|
||||
hostname. (Matěj Cepl)
|
||||
* No longer send a 'to' attribute on an outgoing stanza when we haven't
|
||||
received one. This fixes a registration bug as described in ticket
|
||||
#6635.
|
||||
pidgin#6635.
|
||||
Pidgin:
|
||||
* Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
|
||||
* Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: pidgin
|
||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||
Version: 2.5.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Url: http://www.pidgin.im/
|
||||
@ -67,6 +67,7 @@ BuildRequires: python
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
BuildRequires: tk-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: gstreamer010-devel
|
||||
@ -721,6 +722,7 @@ Authors:
|
||||
%lang_package -n libpurple
|
||||
%prep
|
||||
%setup -q -a1 -a2
|
||||
translation-update-upstream
|
||||
%patch1 -p1
|
||||
# FIXME: Port this patch:
|
||||
#%patch2 -p1
|
||||
@ -880,6 +882,8 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \
|
||||
%{_libdir}/pkgconfig/gnt.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2009 sbrabec@suse.cz
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
* Thu Mar 12 2009 sbrabec@suse.cz
|
||||
- Updated to version 2.5.5:
|
||||
libpurple:
|
||||
@ -937,7 +941,7 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \
|
||||
hostname. (Matěj Cepl)
|
||||
* No longer send a 'to' attribute on an outgoing stanza when we haven't
|
||||
received one. This fixes a registration bug as described in ticket
|
||||
[#6635].
|
||||
pidgin#6635.
|
||||
Pidgin:
|
||||
* Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
|
||||
* Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
|
||||
|
Loading…
Reference in New Issue
Block a user