forked from pool/pidgin
This commit is contained in:
parent
8bbda4bffa
commit
42841ab2af
11
pidgin-stringcompare.patch
Normal file
11
pidgin-stringcompare.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- libpurple/protocols/oscar/oscar.c
|
||||||
|
+++ libpurple/protocols/oscar/oscar.c
|
||||||
|
@@ -1788,7 +1788,7 @@
|
||||||
|
|
||||||
|
if (have_status_message)
|
||||||
|
{
|
||||||
|
- if ((status_id == OSCAR_STATUS_ID_AVAILABLE) && (info->itmsurl != NULL))
|
||||||
|
+ if (!strcmp(status_id,OSCAR_STATUS_ID_AVAILABLE) && (info->itmsurl != NULL))
|
||||||
|
{
|
||||||
|
char *itmsurl;
|
||||||
|
itmsurl = oscar_encoding_to_utf8(info->itmsurl_encoding,
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 12 01:54:48 CEST 2007 - ro@suse.de
|
||||||
|
|
||||||
|
- avoid string compare with char literal (use strcmp)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 31 11:21:27 CEST 2007 - sbrabec@suse.cz
|
Thu May 31 11:21:27 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 1
|
Release: 14
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: Productivity/Networking/AOLInstantMessenger
|
Group: Productivity/Networking/AOLInstantMessenger
|
||||||
URL: http://www.pidgin.im/
|
URL: http://www.pidgin.im/
|
||||||
@ -26,6 +26,7 @@ Patch3: pidgin-nonblock-common.patch
|
|||||||
Patch4: pidgin-nonblock-gwim.patch
|
Patch4: pidgin-nonblock-gwim.patch
|
||||||
Patch5: pidgin-nonblock-common2.patch
|
Patch5: pidgin-nonblock-common2.patch
|
||||||
Patch7: pidgin-check.patch
|
Patch7: pidgin-check.patch
|
||||||
|
Patch8: pidgin-stringcompare.patch
|
||||||
# Can use external libzephyr
|
# Can use external libzephyr
|
||||||
BuildRequires: cyrus-sasl-devel dbus-1-devel doxygen evolution-data-server-devel gnome-keyring-devel graphviz gtkspell-devel intltool libao-devel libbonobo-devel libgadu-devel libstdc++-devel libxml2-devel meanwhile-devel mono-devel mozilla-nspr-devel mozilla-nss-devel ncurses-devel perl-XML-Parser python sqlite-devel startup-notification-devel tk-devel update-desktop-files
|
BuildRequires: cyrus-sasl-devel dbus-1-devel doxygen evolution-data-server-devel gnome-keyring-devel graphviz gtkspell-devel intltool libao-devel libbonobo-devel libgadu-devel libstdc++-devel libxml2-devel meanwhile-devel mono-devel mozilla-nspr-devel mozilla-nss-devel ncurses-devel perl-XML-Parser python sqlite-devel startup-notification-devel tk-devel update-desktop-files
|
||||||
# Product specific lines
|
# Product specific lines
|
||||||
@ -755,6 +756,7 @@ Authors:
|
|||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch7
|
%patch7
|
||||||
|
%patch8
|
||||||
# Change Myanmar/Myanmar to Myanmar:
|
# Change Myanmar/Myanmar to Myanmar:
|
||||||
rename my_MM my po/my_MM.*
|
rename my_MM my po/my_MM.*
|
||||||
sed -i "/^ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
sed -i "/^ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
||||||
@ -934,6 +936,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/gaim-text
|
%{_bindir}/gaim-text
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 12 2007 - ro@suse.de
|
||||||
|
- avoid string compare with char literal (use strcmp)
|
||||||
* Thu May 31 2007 - sbrabec@suse.cz
|
* Thu May 31 2007 - sbrabec@suse.cz
|
||||||
- Updated to version 2.0.1:
|
- Updated to version 2.0.1:
|
||||||
* Over 100 bugs fixed.
|
* Over 100 bugs fixed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user