Hello community, here is the log from the commit of package pidgin for openSUSE:Factory checked in at 2013-03-12 17:17:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin (Old) and /work/SRC/openSUSE:Factory/.pidgin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes 2013-02-19 13:38:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes 2013-03-12 17:17:38.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 10 13:57:49 UTC 2013 - [email protected] + +- Add pidgin-irc-sasl.patch: link irc module to SASL. Allows the + IRC module to be loaded (bnc#806975). + +------------------------------------------------------------------- @@ -4 +10 @@ -- Update to version 2.10.7: +- Update to version 2.10.7 (bnc#804742): New: ---- pidgin-irc-sasl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin.spec ++++++ --- /var/tmp/diff_new_pack.TZuMgl/_old 2013-03-12 17:17:40.000000000 +0100 +++ /var/tmp/diff_new_pack.TZuMgl/_new 2013-03-12 17:17:40.000000000 +0100 @@ -45,6 +45,8 @@ Patch14: pidgin-mono-buildfix.patch # PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch [email protected] -- Revert http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de as it breaks the build Patch15: pidgin-fix-perl-build.patch +# PATCH-FIX-UPSTREAM pidgin-irc-sasl.patch https://developer.pidgin.im/ticket/15517 bnc#806975 [email protected] -- Link IRC module to sasl +Patch16: pidgin-irc-sasl.patch # Can use external libzephyr BuildRequires: cyrus-sasl-devel BuildRequires: dbus-1-devel @@ -389,6 +391,7 @@ %patch5 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 # Change Myanmar/Myanmar to Myanmar: rename my_MM my po/my_MM.* ++++++ pidgin-irc-sasl.patch ++++++ 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
