Changelog for
telepathy-gabble-0.18.4-lp156.9.5.x86_64.rpm :
* Tue Feb 28 2023 Wolfgang Bauer
- Disable google-relay on Tumbleweed, it needs libsoup-2.4 which causes https://github.com/TelepathyIM/telepathy-gabble/issues/25
* Tue May 17 2022 Wolfgang Bauer - Change telepathy-gabble-0.18.4-python3.patch to work with python 3.6 (the version in Leap 15.4)
* Wed Jul 15 2020 Jonathan Kang - Add telepathy-gabble-SNI.patch: Add SNI support(bsc#1136781).
* Wed Apr 08 2020 Tomáš Chvátal - Update to version 0.18.4: + Fixes: - Update wocky . Use SoupSession instead of SoupSessionAsync to fix function deprecation errors. . Replaced deprecated usage of gnutls_certificate_credentials with gnutls_certificate_credentials_t. . Updated CRL of the ssl-related unit tests to fix errors when running the tests with the openssl backend, due to the CRL being expired. . Renamed a unit test to avoid duplicate test names, which is an error in recent GLib versions. . Removed WockyHttpProxy in favour of GIO http proxy, fixing a failing unit test. . Bumped GLib dependency to 2.44 for using the GIO http proxy. . Fixed a race condition in the wocky-connector-test. - Replaced deprecated _BSD_SOURCE with _DEFAULT_SOURCE to fix compilation with recent glibc. - Make XEP-0030 disco#info query advertise the disco#info feature.- Replace libgnutls-devel, libnice-devel, libsoup-devel, libxslt-devel, sqlite3-devel and telepathy-glib-devel with pkgconfig(gnutls), pkgconfig(libexslt), pkgconfig(libsoup-2.4), pkgconfig(libxslt), pkgconfig(nice), pkgconfig(sqlite3) and pkgconfig(telepathy-glib) BuildRequires: Pkgconfigify BuildRequires.- Drop python-xml BuildRequires and python-gobject Requires, port to python3 and add pkgconfig(python3) BuildRequires and python3-gobject Requires.- Add patches to fix build with python3: + telepathy-gabble-0.18.4-python3.patch + 0001-xmpp-console-Explicitly-state-python-in-the-shebang.patch- Add disabled check phase, test code not yet ported to python3.- Modernize spec, use modern macros.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Mon Aug 25 2014 zaitorAATTopensuse.org- Update to version 0.18.3: + Fixes: Fix a crash in Jingle (fdo#76465).
* Mon Mar 31 2014 mgorseAATTsuse.com- Update to version 0.18.2: + Don\'t try to cancel a source ID twice, which issues a critical warning in GLib 2.39. + Fix failure to build with recent (Markdown-based) gtk-doc. + Plugin loader: don\'t crash if g_dir_open() fails twice (fdo#66085). + Fix a crash in 1-1 Tubes on 64-bit machines (fdo#70038). + Fix enum cast warnings under clang (fdo#70038)
* Fri Sep 06 2013 dimstarAATTopensuse.org- Update to version 0.18.1: + This stable release fixes connection issues with Facebook which have been recently introduced because of a change in their XMPP servers. + If we send an IQ to a server allow \"from\" to be empty (fdo#68829).
* Mon Aug 12 2013 dimstarAATTopensuse.org- Update to version 0.18.0: + GLib 2.32 is (directly) required. + better interop with Google webmail for audio/video calls. + better interop with Google and MSN servers. + better interop with iChat. + Don\'t claim to support X-TELEPATHY-PASSWORD if the username is unknown. + Look up a STUN server automatically, using DNS SRV. + Old-style Tubes channels have been removed. + Bug fixes.- Changes from version 0.17.6: + Check for GLib 2.32 in the top-level configure.ac, and drop fallback paths for older GLib. + Bugs fixed: fdo#67875, fdo#67900, fdo#65290, fdo#67828, deb#714534.
* Sun Jun 23 2013 zaitorAATTopensuse.org- Update to version 0.17.5: + Dependencies: GLib 2.32 is now directly required. It was already indirectly required by telepathy-glib 0.19.x. + Fixes: - update Wocky: . fdo#65131: interoperate with non-XMPP-Core-compliant Jingle IQs sent by Google\'s webmail UI. . Improve reference-counting for better stability. - fdo#65296: initialize libdbus for thread-safety. - fdo#64285: avoid running the same commands twice in parallel when doing a highly parallel build. - fdo#49595: disable an unreliable test-case.