Hello community,

here is the log from the commit of package glib-networking for openSUSE:Factory 
checked in at 2016-05-05 12:10:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib-networking (Old)
 and      /work/SRC/openSUSE:Factory/.glib-networking.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib-networking"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib-networking/glib-networking.changes  
2016-03-29 14:41:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glib-networking.new/glib-networking.changes     
2016-05-05 12:10:47.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Apr 26 13:16:40 UTC 2016 - [email protected]
+
+- Update to version 2.48.1:
+  + Fixed translations in non-UTF-8 domains (bgo#765466).
+  + Fixed bash-ism in configure (bgo#765396).
+  + Updated translations.
+- Stop passing V=1 to make, we do debugging locally.
+- Add default http://www.gnome.org as Url: Silence rpmlint.
+
+-------------------------------------------------------------------

Old:
----
  glib-networking-2.48.0.tar.xz

New:
----
  glib-networking-2.48.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glib-networking.spec ++++++
--- /var/tmp/diff_new_pack.97QybX/_old  2016-05-05 12:10:48.000000000 +0200
+++ /var/tmp/diff_new_pack.97QybX/_new  2016-05-05 12:10:48.000000000 +0200
@@ -17,11 +17,12 @@
 
 
 Name:           glib-networking
-Version:        2.48.0
+Version:        2.48.1
 Release:        0
 Summary:        Network-related GIO modules for glib
 License:        LGPL-2.1+
 Group:          System/Libraries
+Url:            http://www.gnome.org
 Source:         
http://download.gnome.org/sources/glib-networking/2.48/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # For directory ownership
@@ -56,7 +57,7 @@
 %configure \
     --disable-static \
     --with-ca-certificates=/etc/ssl/ca-bundle.pem
-%__make %{?_smp_mflags} V=1
+%__make %{?_smp_mflags}
 
 %install
 %makeinstall

++++++ glib-networking-2.48.0.tar.xz -> glib-networking-2.48.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/Makefile.in 
new/glib-networking-2.48.1/Makefile.in
--- old/glib-networking-2.48.0/Makefile.in      2016-03-21 22:51:19.000000000 
+0100
+++ new/glib-networking-2.48.1/Makefile.in      2016-04-26 14:31:44.000000000 
+0200
@@ -635,6 +635,7 @@
 giomoduledir = $(GIO_MODULE_DIR)
 AM_CPPFLAGS = \
        -DG_LOG_DOMAIN=\"GLib-Net\"     \
+       -DLOCALE_DIR=\""$(localedir)"\" \
        -DG_DISABLE_DEPRECATED          \
        $(GLIB_CFLAGS)                  \
        $(NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/NEWS 
new/glib-networking-2.48.1/NEWS
--- old/glib-networking-2.48.0/NEWS     2016-03-21 22:50:33.000000000 +0100
+++ new/glib-networking-2.48.1/NEWS     2016-04-25 22:29:41.000000000 +0200
@@ -1,8 +1,15 @@
+2.48.1
+======
+  * Fixed translations in non-UTF-8 domains [#765466, Ting-Wei Lan]
+
+  * Fixed bash-ism in configure [#765396, Patrick Welche]
+
+  * Updated translations: Friulian
+
 2.48.0
 ======
   * New stable release. (No changes since 2.47.90)
 
-
 2.47.90
 =======
   * gnutls: The non-PKCS#11 TLS plugin now uses gnutls's certificate
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/configure 
new/glib-networking-2.48.1/configure
--- old/glib-networking-2.48.0/configure        2016-03-21 22:51:20.000000000 
+0100
+++ new/glib-networking-2.48.1/configure        2016-04-26 14:31:45.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for glib-networking 2.48.0.
+# Generated by GNU Autoconf 2.69 for glib-networking 2.48.1.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='glib-networking'
 PACKAGE_TARNAME='glib-networking'
-PACKAGE_VERSION='2.48.0'
-PACKAGE_STRING='glib-networking 2.48.0'
+PACKAGE_VERSION='2.48.1'
+PACKAGE_STRING='glib-networking 2.48.1'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network'
 PACKAGE_URL=''
 
@@ -1423,7 +1423,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures glib-networking 2.48.0 to adapt to many kinds of 
systems.
+\`configure' configures glib-networking 2.48.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1493,7 +1493,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of glib-networking 2.48.0:";;
+     short | recursive ) echo "Configuration of glib-networking 2.48.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1642,7 +1642,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-glib-networking configure 2.48.0
+glib-networking configure 2.48.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2011,7 +2011,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by glib-networking $as_me 2.48.0, which was
+It was created by glib-networking $as_me 2.48.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2879,7 +2879,7 @@
 
 # Define the identity of the package.
  PACKAGE='glib-networking'
- VERSION='2.48.0'
+ VERSION='2.48.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14712,7 +14712,7 @@
   ENABLE_ALWAYS_BUILD_TESTS_FALSE=
 fi
 
-  if test "$ENABLE_INSTALLED_TESTS" == "1"; then
+  if test "$ENABLE_INSTALLED_TESTS" = "1"; then
     installed_test_metadir=${datadir}/installed-tests/glib-networking
 
     installed_testdir=${libexecdir}/installed-tests/glib-networking
@@ -15903,7 +15903,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by glib-networking $as_me 2.48.0, which was
+This file was extended by glib-networking $as_me 2.48.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15969,7 +15969,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-glib-networking config.status 2.48.0
+glib-networking config.status 2.48.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/configure.ac 
new/glib-networking-2.48.1/configure.ac
--- old/glib-networking-2.48.0/configure.ac     2016-03-21 22:50:14.000000000 
+0100
+++ new/glib-networking-2.48.1/configure.ac     2016-04-25 22:30:16.000000000 
+0200
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.48.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.48.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/glib-networking.mk 
new/glib-networking-2.48.1/glib-networking.mk
--- old/glib-networking-2.48.0/glib-networking.mk       2015-02-05 
15:22:59.000000000 +0100
+++ new/glib-networking-2.48.1/glib-networking.mk       2016-04-25 
17:09:07.000000000 +0200
@@ -6,6 +6,7 @@
 
 AM_CPPFLAGS =                          \
        -DG_LOG_DOMAIN=\"GLib-Net\"     \
+       -DLOCALE_DIR=\""$(localedir)"\" \
        -DG_DISABLE_DEPRECATED          \
        $(GLIB_CFLAGS)                  \
        $(NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/m4/glibtests.m4 
new/glib-networking-2.48.1/m4/glibtests.m4
--- old/glib-networking-2.48.0/m4/glibtests.m4  2015-02-05 15:22:59.000000000 
+0100
+++ new/glib-networking-2.48.1/m4/glibtests.m4  2016-04-25 17:11:34.000000000 
+0200
@@ -21,7 +21,7 @@
                   *) AC_MSG_ERROR([bad value ${enableval} for 
--enable-always-build-tests]) ;;
                  esac])
   AM_CONDITIONAL([ENABLE_ALWAYS_BUILD_TESTS], test 
"$ENABLE_ALWAYS_BUILD_TESTS" = "1")
-  if test "$ENABLE_INSTALLED_TESTS" == "1"; then
+  if test "$ENABLE_INSTALLED_TESTS" = "1"; then
     AC_SUBST(installed_test_metadir, 
[${datadir}/installed-tests/]AC_PACKAGE_NAME)
     AC_SUBST(installed_testdir, 
[${libexecdir}/installed-tests/]AC_PACKAGE_NAME)
   fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/po/fur.po 
new/glib-networking-2.48.1/po/fur.po
--- old/glib-networking-2.48.0/po/fur.po        2015-09-21 17:07:41.000000000 
+0200
+++ new/glib-networking-2.48.1/po/fur.po        2016-04-25 17:01:57.000000000 
+0200
@@ -8,121 +8,120 @@
 "Project-Id-Version: glib-networking master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=glib&keywords=I18N+L10N&component=network\n"
-"POT-Creation-Date: 2015-01-20 18:47+0000\n"
-"PO-Revision-Date: 2015-01-20 20:44+0100\n"
+"POT-Creation-Date: 2016-04-08 06:55+0000\n"
+"PO-Revision-Date: 2016-04-08 18:19+0200\n"
 "Last-Translator: Fabio Tomat <[email protected]>\n"
 "Language-Team: Friulian <[email protected]>\n"
 "Language: fur\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.4\n"
+"X-Generator: Poedit 1.8.5\n"
 
 #: ../proxy/libproxy/glibproxyresolver.c:157
 msgid "Proxy resolver internal error."
 msgstr "Erôr interni dal resolver proxy."
 
-#: ../tls/gnutls/gtlscertificate-gnutls.c:173
+#: ../tls/gnutls/gtlscertificate-gnutls.c:176
 #, c-format
 msgid "Could not parse DER certificate: %s"
 msgstr "Impussibil analizâ il certificât DER: %s"
 
-#: ../tls/gnutls/gtlscertificate-gnutls.c:194
+#: ../tls/gnutls/gtlscertificate-gnutls.c:197
 #, c-format
 msgid "Could not parse PEM certificate: %s"
 msgstr "Impussibil analizâ il certificât PEM: %s"
 
-#: ../tls/gnutls/gtlscertificate-gnutls.c:225
+#: ../tls/gnutls/gtlscertificate-gnutls.c:228
 #, c-format
 msgid "Could not parse DER private key: %s"
 msgstr "Impussibil analizâ la clâf privade DER: %s"
 
-#: ../tls/gnutls/gtlscertificate-gnutls.c:256
+#: ../tls/gnutls/gtlscertificate-gnutls.c:259
 #, c-format
 msgid "Could not parse PEM private key: %s"
 msgstr "Impussibil analizâ la clâf privade PEM: %s"
 
-#: ../tls/gnutls/gtlscertificate-gnutls.c:296
+#: ../tls/gnutls/gtlscertificate-gnutls.c:299
 msgid "No certificate data provided"
 msgstr "Nissun dât di certificât dât"
 
-#: ../tls/gnutls/gtlsclientconnection-gnutls.c:324
+#: ../tls/gnutls/gtlsclientconnection-gnutls.c:375
 msgid "Server required TLS certificate"
 msgstr "Il server al domande un certificât TLS"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:305
+#: ../tls/gnutls/gtlsconnection-gnutls.c:323
 #, c-format
 msgid "Could not create TLS connection: %s"
 msgstr "Impussibil creâ la conession TLS: %s"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:577
+#: ../tls/gnutls/gtlsconnection-gnutls.c:585
 msgid "Connection is closed"
-msgstr "La conession a je sierade"
+msgstr "La conession e je sierade"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:640
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1509
+#: ../tls/gnutls/gtlsconnection-gnutls.c:658
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1537
 msgid "Operation would block"
-msgstr "Le operazion a podares blocasi"
+msgstr "Le operazion e podarès blocâsi"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:779
-#: ../tls/gnutls/gtlsconnection-gnutls.c:818
+#: ../tls/gnutls/gtlsconnection-gnutls.c:808
+#: ../tls/gnutls/gtlsconnection-gnutls.c:847
 msgid "Peer failed to perform TLS handshake"
 msgstr "Il grop nol è rivât a eseguî il handshake TLS"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:797
+#: ../tls/gnutls/gtlsconnection-gnutls.c:826
 msgid "Peer requested illegal TLS rehandshake"
 msgstr "Il grop al à domandât un rehandshake TLS no lecit"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:824
+#: ../tls/gnutls/gtlsconnection-gnutls.c:853
 msgid "TLS connection closed unexpectedly"
 msgstr "Sieradure inspietade de conession TLS"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:834
+#: ../tls/gnutls/gtlsconnection-gnutls.c:863
 msgid "TLS connection peer did not send a certificate"
-msgstr "Il grop di conession TLS nol a inviât un certificât"
+msgstr "Il grop di conession TLS nol à inviât un certificât"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1217
 #: ../tls/gnutls/gtlsconnection-gnutls.c:1250
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1283
 #, c-format
 msgid "Error performing TLS handshake: %s"
 msgstr "Erôr tal eseguî il handshake TLS: %s"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1260
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1293
 msgid "Server did not return a valid TLS certificate"
-msgstr "Il server nol a tornât un certificât TLS valit"
+msgstr "Il server nol à tornât un certificât TLS valit"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1335
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1363
 msgid "Unacceptable TLS certificate"
 msgstr "certificât TLS no acetabil"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1543
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1571
 #, c-format
 msgid "Error reading data from TLS socket: %s"
 msgstr "Erôr tal lei dâts tal socket TLS: %s"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1572
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1600
 #, c-format
 msgid "Error writing data to TLS socket: %s"
 msgstr "Erôr tal scrivi dâts tal socket TLS: %s"
 
-#: ../tls/gnutls/gtlsconnection-gnutls.c:1624
+#: ../tls/gnutls/gtlsconnection-gnutls.c:1664
 #, c-format
 msgid "Error performing TLS close: %s"
 msgstr "Erôr tal sierâ TLS: %s"
 
-#: ../tls/gnutls/gtlsserverconnection-gnutls.c:103
+#: ../tls/gnutls/gtlsserverconnection-gnutls.c:107
 msgid "Certificate has no private key"
-msgstr "Il certificât a nol a une clâf privade"
+msgstr "Il certificât nol à une clâf privade"
 
-#: ../tls/pkcs11/gpkcs11pin.c:108
+#: ../tls/pkcs11/gpkcs11pin.c:111
 msgid ""
-"This is the last chance to enter the PIN correctly before the token is "
-"locked."
+"This is the last chance to enter the PIN correctly before the token is 
locked."
 msgstr ""
-"Cheste a je l'ultime pussibilitât par inserî il PIN coret prime che al vegni "
+"Cheste e je la ultime pussibilitât par inserî il PIN coret prime che al vegni 
"
 "blocât il token."
 
-#: ../tls/pkcs11/gpkcs11pin.c:110
+#: ../tls/pkcs11/gpkcs11pin.c:113
 msgid ""
 "Several PIN attempts have been incorrect, and the token will be locked after "
 "further failures."
@@ -130,23 +129,23 @@
 "A son stâts fats une vore di tentatîfs par meti il PIN, il token al sarà "
 "blocât dopo altris faliments."
 
-#: ../tls/pkcs11/gpkcs11pin.c:112
+#: ../tls/pkcs11/gpkcs11pin.c:115
 msgid "The PIN entered is incorrect."
-msgstr "Il PIN dât a nol è coret."
+msgstr "Il PIN dât nol è coret."
 
-#: ../tls/pkcs11/gpkcs11slot.c:446
+#: ../tls/pkcs11/gpkcs11slot.c:449
 msgid "Module"
 msgstr "Modul"
 
-#: ../tls/pkcs11/gpkcs11slot.c:447
+#: ../tls/pkcs11/gpkcs11slot.c:450
 msgid "PKCS#11 Module Pointer"
 msgstr "Pontadôr modul PKCS#11"
 
-#: ../tls/pkcs11/gpkcs11slot.c:454
+#: ../tls/pkcs11/gpkcs11slot.c:457
 msgid "Slot ID"
 msgstr "ID dal slot"
 
-#: ../tls/pkcs11/gpkcs11slot.c:455
+#: ../tls/pkcs11/gpkcs11slot.c:458
 msgid "PKCS#11 Slot Identifier"
 msgstr "Identificadôr Slot PKCS#11"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/proxy/gnome/Makefile.in 
new/glib-networking-2.48.1/proxy/gnome/Makefile.in
--- old/glib-networking-2.48.0/proxy/gnome/Makefile.in  2016-03-21 
22:51:20.000000000 +0100
+++ new/glib-networking-2.48.1/proxy/gnome/Makefile.in  2016-04-26 
14:31:44.000000000 +0200
@@ -604,7 +604,8 @@
 top_srcdir = @top_srcdir@
 module_flags = -export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload|query)'
 giomoduledir = $(GIO_MODULE_DIR)
-AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" -DG_DISABLE_DEPRECATED \
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" \
+       -DLOCALE_DIR=\""$(localedir)"\" -DG_DISABLE_DEPRECATED \
        $(GLIB_CFLAGS) $(NULL) $(GSETTINGS_DESKTOP_SCHEMAS_CFLAGS)
 TESTS_ENVIRONMENT = \
        G_TEST_SRCDIR="$(abs_srcdir)"           \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/glib-networking-2.48.0/proxy/gnome/gnome-proxy-module.c 
new/glib-networking-2.48.1/proxy/gnome/gnome-proxy-module.c
--- old/glib-networking-2.48.0/proxy/gnome/gnome-proxy-module.c 2011-12-30 
15:14:01.000000000 +0100
+++ new/glib-networking-2.48.1/proxy/gnome/gnome-proxy-module.c 2016-04-25 
17:09:07.000000000 +0200
@@ -19,6 +19,8 @@
 
 #include "config.h"
 
+#include <glib/gi18n-lib.h>
+
 #include "gproxyresolvergnome.h"
 
 
@@ -26,6 +28,8 @@
 g_io_module_load (GIOModule *module)
 {
   g_proxy_resolver_gnome_register (module);
+  bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
+  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 }
 
 void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/proxy/libproxy/Makefile.in 
new/glib-networking-2.48.1/proxy/libproxy/Makefile.in
--- old/glib-networking-2.48.0/proxy/libproxy/Makefile.in       2016-03-21 
22:51:20.000000000 +0100
+++ new/glib-networking-2.48.1/proxy/libproxy/Makefile.in       2016-04-26 
14:31:44.000000000 +0200
@@ -617,7 +617,8 @@
 top_srcdir = @top_srcdir@
 module_flags = -export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload|query)'
 giomoduledir = $(GIO_MODULE_DIR)
-AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" -DG_DISABLE_DEPRECATED \
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" \
+       -DLOCALE_DIR=\""$(localedir)"\" -DG_DISABLE_DEPRECATED \
        $(GLIB_CFLAGS) $(NULL) $(LIBPROXY_CFLAGS)
 TESTS_ENVIRONMENT = \
        G_TEST_SRCDIR="$(abs_srcdir)"           \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/glib-networking-2.48.0/proxy/libproxy/libproxy-module.c 
new/glib-networking-2.48.1/proxy/libproxy/libproxy-module.c
--- old/glib-networking-2.48.0/proxy/libproxy/libproxy-module.c 2011-12-30 
15:14:01.000000000 +0100
+++ new/glib-networking-2.48.1/proxy/libproxy/libproxy-module.c 2016-04-25 
17:09:07.000000000 +0200
@@ -21,6 +21,8 @@
 
 #include "config.h"
 
+#include <glib/gi18n-lib.h>
+
 #include "glibproxyresolver.h"
 
 
@@ -28,6 +30,8 @@
 g_io_module_load (GIOModule *module)
 {
   g_libproxy_resolver_register (module);
+  bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
+  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 }
 
 void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/proxy/tests/Makefile.in 
new/glib-networking-2.48.1/proxy/tests/Makefile.in
--- old/glib-networking-2.48.0/proxy/tests/Makefile.in  2016-03-21 
22:51:20.000000000 +0100
+++ new/glib-networking-2.48.1/proxy/tests/Makefile.in  2016-04-26 
14:31:44.000000000 +0200
@@ -607,7 +607,8 @@
 top_srcdir = @top_srcdir@
 module_flags = -export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload|query)'
 giomoduledir = $(GIO_MODULE_DIR)
-AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" -DG_DISABLE_DEPRECATED \
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" \
+       -DLOCALE_DIR=\""$(localedir)"\" -DG_DISABLE_DEPRECATED \
        $(GLIB_CFLAGS) $(NULL) $(GSETTINGS_DESKTOP_SCHEMAS_CFLAGS) \
        -I$(top_srcdir)/proxy -DSRCDIR=\""$(srcdir)"\" \
        -DTOP_BUILDDIR=\""$(top_builddir)"\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/tls/gnutls/Makefile.in 
new/glib-networking-2.48.1/tls/gnutls/Makefile.in
--- old/glib-networking-2.48.0/tls/gnutls/Makefile.in   2016-03-21 
22:51:20.000000000 +0100
+++ new/glib-networking-2.48.1/tls/gnutls/Makefile.in   2016-04-26 
14:31:44.000000000 +0200
@@ -630,7 +630,8 @@
 top_srcdir = @top_srcdir@
 module_flags = -export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload|query)'
 giomoduledir = $(GIO_MODULE_DIR)
-AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" -DG_DISABLE_DEPRECATED \
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" \
+       -DLOCALE_DIR=\""$(localedir)"\" -DG_DISABLE_DEPRECATED \
        $(GLIB_CFLAGS) $(NULL) $(P11_CFLAGS) $(GNUTLS_CFLAGS) $(NULL)
 TESTS_ENVIRONMENT = \
        G_TEST_SRCDIR="$(abs_srcdir)"           \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/tls/gnutls/gnutls-module.c 
new/glib-networking-2.48.1/tls/gnutls/gnutls-module.c
--- old/glib-networking-2.48.0/tls/gnutls/gnutls-module.c       2016-02-08 
14:05:34.000000000 +0100
+++ new/glib-networking-2.48.1/tls/gnutls/gnutls-module.c       2016-04-25 
17:09:07.000000000 +0200
@@ -23,6 +23,7 @@
 #include "config.h"
 
 #include <gio/gio.h>
+#include <glib/gi18n-lib.h>
 
 #include "gtlsbackend-gnutls.h"
 #include "gtlsbackend-gnutls-pkcs11.h"
@@ -35,6 +36,8 @@
 #ifdef HAVE_PKCS11
   g_tls_backend_gnutls_pkcs11_register (module);
 #endif
+  bindtextdomain (GETTEXT_PACKAGE, LOCALE_DIR);
+  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 }
 
 void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/tls/pkcs11/Makefile.in 
new/glib-networking-2.48.1/tls/pkcs11/Makefile.in
--- old/glib-networking-2.48.0/tls/pkcs11/Makefile.in   2016-03-21 
22:51:20.000000000 +0100
+++ new/glib-networking-2.48.1/tls/pkcs11/Makefile.in   2016-04-26 
14:31:45.000000000 +0200
@@ -598,7 +598,8 @@
 top_srcdir = @top_srcdir@
 module_flags = -export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload|query)'
 giomoduledir = $(GIO_MODULE_DIR)
-AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" -DG_DISABLE_DEPRECATED \
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" \
+       -DLOCALE_DIR=\""$(localedir)"\" -DG_DISABLE_DEPRECATED \
        $(GLIB_CFLAGS) $(NULL) $(PKCS11_CFLAGS) -DG_DISABLE_DEPRECATED
 TESTS_ENVIRONMENT = \
        G_TEST_SRCDIR="$(abs_srcdir)"           \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.48.0/tls/tests/Makefile.in 
new/glib-networking-2.48.1/tls/tests/Makefile.in
--- old/glib-networking-2.48.0/tls/tests/Makefile.in    2016-03-21 
22:51:20.000000000 +0100
+++ new/glib-networking-2.48.1/tls/tests/Makefile.in    2016-04-26 
14:31:45.000000000 +0200
@@ -657,7 +657,8 @@
 top_srcdir = @top_srcdir@
 module_flags = -export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload|query)'
 giomoduledir = $(GIO_MODULE_DIR)
-AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" -DG_DISABLE_DEPRECATED \
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"GLib-Net\" \
+       -DLOCALE_DIR=\""$(localedir)"\" -DG_DISABLE_DEPRECATED \
        $(GLIB_CFLAGS) $(NULL) $(GNUTLS_CFLAGS) -I$(top_srcdir)/tls \
        -I$(top_builddir)/tls -DSRCDIR=\""$(abs_srcdir)"\" \
        -DTOP_BUILDDIR=\""$(top_builddir)"\" $(am__append_15)


Reply via email to