SHA256
1
0
forked from pool/pidgin
OBS User unknown 2009-03-18 00:37:34 +00:00 committed by Git OBS Bridge
parent 9071b18fe6
commit 917bdb4256
2 changed files with 12 additions and 3 deletions

View File

@ -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 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) hostname. (Matěj Cepl)
* No longer send a 'to' attribute on an outgoing stanza when we haven't * 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 received one. This fixes a registration bug as described in ticket
#6635. pidgin#6635.
Pidgin: Pidgin:
* Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
* Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)

View File

@ -21,7 +21,7 @@
Name: pidgin Name: pidgin
Summary: GTK+-Based Multiprotocol Instant Messaging Client Summary: GTK+-Based Multiprotocol Instant Messaging Client
Version: 2.5.5 Version: 2.5.5
Release: 1 Release: 2
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/
@ -67,6 +67,7 @@ BuildRequires: python
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: startup-notification-devel BuildRequires: startup-notification-devel
BuildRequires: tk-devel BuildRequires: tk-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: NetworkManager-devel BuildRequires: NetworkManager-devel
BuildRequires: gstreamer010-devel BuildRequires: gstreamer010-devel
@ -721,6 +722,7 @@ Authors:
%lang_package -n libpurple %lang_package -n libpurple
%prep %prep
%setup -q -a1 -a2 %setup -q -a1 -a2
translation-update-upstream
%patch1 -p1 %patch1 -p1
# FIXME: Port this patch: # FIXME: Port this patch:
#%patch2 -p1 #%patch2 -p1
@ -880,6 +882,8 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \
%{_libdir}/pkgconfig/gnt.pc %{_libdir}/pkgconfig/gnt.pc
%changelog %changelog
* Mon Mar 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* Thu Mar 12 2009 sbrabec@suse.cz * Thu Mar 12 2009 sbrabec@suse.cz
- Updated to version 2.5.5: - Updated to version 2.5.5:
libpurple: libpurple:
@ -937,7 +941,7 @@ find $RPM_BUILD_ROOT%{_libdir}/finch -xtype f -print | \
hostname. (Matěj Cepl) hostname. (Matěj Cepl)
* No longer send a 'to' attribute on an outgoing stanza when we haven't * 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 received one. This fixes a registration bug as described in ticket
[#6635]. pidgin#6635.
Pidgin: Pidgin:
* Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
* Tooltip windows now disappear on keypress events. (Kosta Arvanitis) * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)