Accepting request 158535 from GNOME:Apps
Fix IRC module OBS-URL: https://build.opensuse.org/request/show/158535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=96
This commit is contained in:
parent
fd1a808eba
commit
ddac98d32e
12
pidgin-irc-sasl.patch
Normal file
12
pidgin-irc-sasl.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -upr pidgin-2.10.7.orig/libpurple/protocols/irc/Makefile.am pidgin-2.10.7/libpurple/protocols/irc/Makefile.am
|
||||||
|
--- pidgin-2.10.7.orig/libpurple/protocols/irc/Makefile.am 2013-02-14 02:44:47.000000000 +0200
|
||||||
|
+++ pidgin-2.10.7/libpurple/protocols/irc/Makefile.am 2013-02-14 02:49:58.000000000 +0200
|
||||||
|
@@ -27,7 +27,7 @@ else
|
||||||
|
st =
|
||||||
|
pkg_LTLIBRARIES = libirc.la
|
||||||
|
libirc_la_SOURCES = $(IRCSOURCES)
|
||||||
|
-libirc_la_LIBADD = $(GLIB_LIBS)
|
||||||
|
+libirc_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS)
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
@ -1,7 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 13:57:49 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Add pidgin-irc-sasl.patch: link irc module to SASL. Allows the
|
||||||
|
IRC module to be loaded (bnc#806975).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 15 09:26:24 UTC 2013 - christoph.miebach@web.de
|
Fri Feb 15 09:26:24 UTC 2013 - christoph.miebach@web.de
|
||||||
|
|
||||||
- Update to version 2.10.7:
|
- Update to version 2.10.7 (bnc#804742):
|
||||||
+ Alien hatchery:
|
+ Alien hatchery:
|
||||||
- No changes
|
- No changes
|
||||||
+ General:
|
+ General:
|
||||||
|
@ -45,6 +45,8 @@ Patch5: pidgin-nonblock-common2.patch
|
|||||||
Patch14: pidgin-mono-buildfix.patch
|
Patch14: pidgin-mono-buildfix.patch
|
||||||
# PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vuntz@opensuse.org -- Revert http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de as it breaks the build
|
# PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vuntz@opensuse.org -- Revert http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de as it breaks the build
|
||||||
Patch15: pidgin-fix-perl-build.patch
|
Patch15: pidgin-fix-perl-build.patch
|
||||||
|
# PATCH-FIX-UPSTREAM pidgin-irc-sasl.patch https://developer.pidgin.im/ticket/15517 bnc#806975 dimstar@opensuse.org -- Link IRC module to sasl
|
||||||
|
Patch16: pidgin-irc-sasl.patch
|
||||||
# Can use external libzephyr
|
# Can use external libzephyr
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
@ -389,6 +391,7 @@ translation-update-upstream
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
|
%patch16 -p1
|
||||||
|
|
||||||
# Change Myanmar/Myanmar to Myanmar:
|
# Change Myanmar/Myanmar to Myanmar:
|
||||||
rename my_MM my po/my_MM.*
|
rename my_MM my po/my_MM.*
|
||||||
|
Loading…
Reference in New Issue
Block a user