Hello community,

here is the log from the commit of package notification-daemon for 
openSUSE:Factory checked in at 2016-02-22 08:56:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notification-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.notification-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notification-daemon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/notification-daemon/notification-daemon.changes  
2015-10-25 19:11:26.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.notification-daemon.new/notification-daemon.changes 
    2016-02-22 08:56:35.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 16 18:56:21 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.18.2:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  notification-daemon-3.18.1.tar.xz

New:
----
  notification-daemon-3.18.2.tar.xz

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

Other differences:
------------------
++++++ notification-daemon.spec ++++++
--- /var/tmp/diff_new_pack.Iq1S7v/_old  2016-02-22 08:56:35.000000000 +0100
+++ /var/tmp/diff_new_pack.Iq1S7v/_new  2016-02-22 08:56:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package notification-daemon
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           notification-daemon
-Version:        3.18.1
+Version:        3.18.2
 Release:        0
 Summary:        Notification Daemon
 License:        GPL-2.0+

++++++ notification-daemon-3.18.1.tar.xz -> notification-daemon-3.18.2.tar.xz 
++++++
++++ 2001 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/NEWS new/notification-daemon-3.18.2/NEWS
--- old/notification-daemon-3.18.1/NEWS 2015-10-12 20:56:38.000000000 +0200
+++ new/notification-daemon-3.18.2/NEWS 2016-02-16 16:59:46.000000000 +0100
@@ -1,3 +1,10 @@
+Version 3.18.2
+==============
+- Updated translations:
+  Anders Jonsson (sv), Andika Triwidada (id), Claude Paroz (fr),
+  Marek Černocký (cs), Mario Blättermann (de), Pedro Albuquerque (pt),
+  Rafael Fontenelle (pt_BR).
+
 Version 3.18.1
 ==============
 - Fix empty body text with invalid pango markup.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/configure.ac 
new/notification-daemon-3.18.2/configure.ac
--- old/notification-daemon-3.18.1/configure.ac 2015-10-12 20:54:48.000000000 
+0200
+++ new/notification-daemon-3.18.2/configure.ac 2016-02-16 16:57:00.000000000 
+0100
@@ -4,7 +4,7 @@
 
 m4_define([nd_major_version], [3])
 m4_define([nd_minor_version], [18])
-m4_define([nd_micro_version], [1])
+m4_define([nd_micro_version], [2])
 m4_define([nd_version], [nd_major_version.nd_minor_version.nd_micro_version])
 
 dnl **************************************************************************
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/ax_append_flag.m4 
new/notification-daemon-3.18.2/m4/ax_append_flag.m4
--- old/notification-daemon-3.18.1/m4/ax_append_flag.m4 2015-10-12 
18:08:23.000000000 +0200
+++ new/notification-daemon-3.18.2/m4/ax_append_flag.m4 2016-02-05 
18:37:44.000000000 +0100
@@ -49,7 +49,7 @@
 #   modified version of the Autoconf Macro, you may extend this special
 #   exception to the GPL to apply to your modified version as well.
 
-#serial 5
+#serial 6
 
 AC_DEFUN([AX_APPEND_FLAG],
 [dnl
@@ -59,7 +59,7 @@
   AS_CASE([" AS_VAR_GET(FLAGS) "],
     [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])],
     [
-     AS_VAR_APPEND(FLAGS," $1")
+     AS_VAR_APPEND(FLAGS,[" $1"])
      AC_RUN_LOG([: FLAGS="$FLAGS"])
     ])
   ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/ax_append_link_flags.m4 
new/notification-daemon-3.18.2/m4/ax_append_link_flags.m4
--- old/notification-daemon-3.18.1/m4/ax_append_link_flags.m4   1970-01-01 
01:00:00.000000000 +0100
+++ new/notification-daemon-3.18.2/m4/ax_append_link_flags.m4   2016-02-05 
18:37:44.000000000 +0100
@@ -0,0 +1,63 @@
+# ===========================================================================
+#   http://www.gnu.org/software/autoconf-archive/ax_append_link_flags.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+#   AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
+#
+# DESCRIPTION
+#
+#   For every FLAG1, FLAG2 it is checked whether the linker works with the
+#   flag.  If it does, the flag is added FLAGS-VARIABLE
+#
+#   If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
+#   used. During the check the flag is always added to the linker's flags.
+#
+#   If EXTRA-FLAGS is defined, it is added to the linker's default flags
+#   when the check is done.  The check is thus made with the flags: "LDFLAGS
+#   EXTRA-FLAGS FLAG".  This can for example be used to force the linker to
+#   issue an error when a bad flag is given.
+#
+#   NOTE: This macro depends on the AX_APPEND_FLAG and AX_CHECK_LINK_FLAG.
+#   Please keep this macro in sync with AX_APPEND_COMPILE_FLAGS.
+#
+# LICENSE
+#
+#   Copyright (c) 2011 Maarten Bosmans <mkbosm...@gmail.com>
+#
+#   This program is free software: you can redistribute it and/or modify it
+#   under the terms of the GNU General Public License as published by the
+#   Free Software Foundation, either version 3 of the License, or (at your
+#   option) any later version.
+#
+#   This program is distributed in the hope that it will be useful, but
+#   WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+#   Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License along
+#   with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+#   As a special exception, the respective Autoconf Macro's copyright owner
+#   gives unlimited permission to copy, distribute and modify the configure
+#   scripts that are the output of Autoconf when processing the Macro. You
+#   need not follow the terms of the GNU General Public License when using
+#   or distributing such scripts, even though portions of the text of the
+#   Macro appear in them. The GNU General Public License (GPL) does govern
+#   all other use of the material that constitutes the Autoconf Macro.
+#
+#   This special exception to the GPL applies to versions of the Autoconf
+#   Macro released by the Autoconf Archive. When you make and distribute a
+#   modified version of the Autoconf Macro, you may extend this special
+#   exception to the GPL to apply to your modified version as well.
+
+#serial 4
+
+AC_DEFUN([AX_APPEND_LINK_FLAGS],
+[AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
+AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
+for flag in $1; do
+  AX_CHECK_LINK_FLAG([$flag], [AX_APPEND_FLAG([$flag], [m4_default([$2], 
[LDFLAGS])])], [], [$3])
+done
+])dnl AX_APPEND_LINK_FLAGS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/ax_check_link_flag.m4 
new/notification-daemon-3.18.2/m4/ax_check_link_flag.m4
--- old/notification-daemon-3.18.1/m4/ax_check_link_flag.m4     1970-01-01 
01:00:00.000000000 +0100
+++ new/notification-daemon-3.18.2/m4/ax_check_link_flag.m4     2016-02-05 
18:37:44.000000000 +0100
@@ -0,0 +1,74 @@
+# ===========================================================================
+#    http://www.gnu.org/software/autoconf-archive/ax_check_link_flag.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+#   AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], 
[EXTRA-FLAGS], [INPUT])
+#
+# DESCRIPTION
+#
+#   Check whether the given FLAG works with the linker or gives an error.
+#   (Warnings, however, are ignored)
+#
+#   ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
+#   success/failure.
+#
+#   If EXTRA-FLAGS is defined, it is added to the linker's default flags
+#   when the check is done.  The check is thus made with the flags: "LDFLAGS
+#   EXTRA-FLAGS FLAG".  This can for example be used to force the linker to
+#   issue an error when a bad flag is given.
+#
+#   INPUT gives an alternative input source to AC_LINK_IFELSE.
+#
+#   NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. Please keep this
+#   macro in sync with AX_CHECK_{PREPROC,COMPILE}_FLAG.
+#
+# LICENSE
+#
+#   Copyright (c) 2008 Guido U. Draheim <gui...@gmx.de>
+#   Copyright (c) 2011 Maarten Bosmans <mkbosm...@gmail.com>
+#
+#   This program is free software: you can redistribute it and/or modify it
+#   under the terms of the GNU General Public License as published by the
+#   Free Software Foundation, either version 3 of the License, or (at your
+#   option) any later version.
+#
+#   This program is distributed in the hope that it will be useful, but
+#   WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+#   Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License along
+#   with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+#   As a special exception, the respective Autoconf Macro's copyright owner
+#   gives unlimited permission to copy, distribute and modify the configure
+#   scripts that are the output of Autoconf when processing the Macro. You
+#   need not follow the terms of the GNU General Public License when using
+#   or distributing such scripts, even though portions of the text of the
+#   Macro appear in them. The GNU General Public License (GPL) does govern
+#   all other use of the material that constitutes the Autoconf Macro.
+#
+#   This special exception to the GPL applies to versions of the Autoconf
+#   Macro released by the Autoconf Archive. When you make and distribute a
+#   modified version of the Autoconf Macro, you may extend this special
+#   exception to the GPL to apply to your modified version as well.
+
+#serial 4
+
+AC_DEFUN([AX_CHECK_LINK_FLAG],
+[AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
+AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
+AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
+  ax_check_save_flags=$LDFLAGS
+  LDFLAGS="$LDFLAGS $4 $1"
+  AC_LINK_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
+    [AS_VAR_SET(CACHEVAR,[yes])],
+    [AS_VAR_SET(CACHEVAR,[no])])
+  LDFLAGS=$ax_check_save_flags])
+AS_VAR_IF(CACHEVAR,yes,
+  [m4_default([$2], :)],
+  [m4_default([$3], :)])
+AS_VAR_POPDEF([CACHEVAR])dnl
+])dnl AX_CHECK_LINK_FLAGS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/ax_compiler_flags_ldflags.m4 
new/notification-daemon-3.18.2/m4/ax_compiler_flags_ldflags.m4
--- old/notification-daemon-3.18.1/m4/ax_compiler_flags_ldflags.m4      
2015-10-12 18:08:23.000000000 +0200
+++ new/notification-daemon-3.18.2/m4/ax_compiler_flags_ldflags.m4      
2016-02-05 18:37:44.000000000 +0100
@@ -25,10 +25,10 @@
 #   and this notice are preserved.  This file is offered as-is, without any
 #   warranty.
 
-#serial 4
+#serial 5
 
 AC_DEFUN([AX_COMPILER_FLAGS_LDFLAGS],[
-    AX_REQUIRE_DEFINED([AX_APPEND_COMPILE_FLAGS])
+    AX_REQUIRE_DEFINED([AX_APPEND_LINK_FLAGS])
     AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
     AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
 
@@ -48,14 +48,14 @@
     ])
 
     # Base flags
-    AX_APPEND_COMPILE_FLAGS([ dnl
+    AX_APPEND_LINK_FLAGS([ dnl
         -Wl,--no-as-needed dnl
         $3 dnl
     ],ax_warn_ldflags_variable,[$ax_compiler_flags_test])
 
     AS_IF([test "$ax_enable_compile_warnings" != "no"],[
         # "yes" flags
-        AX_APPEND_COMPILE_FLAGS([$4 $5 $6 $7],
+        AX_APPEND_LINK_FLAGS([$4 $5 $6 $7],
                                 ax_warn_ldflags_variable,
                                 [$ax_compiler_flags_test])
     ])
@@ -65,7 +65,7 @@
         #
         # suggest-attribute=format is disabled because it gives too many false
         # positives
-        AX_APPEND_COMPILE_FLAGS([ dnl
+        AX_APPEND_LINK_FLAGS([ dnl
             -Wl,--fatal-warnings dnl
         ],ax_warn_ldflags_variable,[$ax_compiler_flags_test])
     ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/gettext.m4 
new/notification-daemon-3.18.2/m4/gettext.m4
--- old/notification-daemon-3.18.1/m4/gettext.m4        2015-10-12 
18:08:23.000000000 +0200
+++ new/notification-daemon-3.18.2/m4/gettext.m4        2015-12-19 
00:29:43.000000000 +0100
@@ -1,4 +1,4 @@
-# gettext.m4 serial 66 (gettext-0.18.2)
+# gettext.m4 serial 67 (gettext-0.19.6)
 dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -399,3 +399,7 @@
 
 dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
 AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
+
+
+dnl Usage: AM_GNU_GETTEXT_REQUIRE_VERSION([gettext-version])
+AC_DEFUN([AM_GNU_GETTEXT_REQUIRE_VERSION], [])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/lib-ld.m4 
new/notification-daemon-3.18.2/m4/lib-ld.m4
--- old/notification-daemon-3.18.1/m4/lib-ld.m4 2015-10-12 18:08:23.000000000 
+0200
+++ new/notification-daemon-3.18.2/m4/lib-ld.m4 2015-12-19 00:29:43.000000000 
+0100
@@ -1,5 +1,5 @@
 # lib-ld.m4 serial 6
-dnl Copyright (C) 1996-2003, 2009-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 1996-2003, 2009-2015 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/lib-link.m4 
new/notification-daemon-3.18.2/m4/lib-link.m4
--- old/notification-daemon-3.18.1/m4/lib-link.m4       2015-10-12 
18:08:23.000000000 +0200
+++ new/notification-daemon-3.18.2/m4/lib-link.m4       2015-12-19 
00:29:43.000000000 +0100
@@ -1,5 +1,5 @@
 # lib-link.m4 serial 26 (gettext-0.18.2)
-dnl Copyright (C) 2001-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2015 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/lib-prefix.m4 
new/notification-daemon-3.18.2/m4/lib-prefix.m4
--- old/notification-daemon-3.18.1/m4/lib-prefix.m4     2015-10-12 
18:08:23.000000000 +0200
+++ new/notification-daemon-3.18.2/m4/lib-prefix.m4     2015-12-19 
00:29:43.000000000 +0100
@@ -1,5 +1,5 @@
 # lib-prefix.m4 serial 7 (gettext-0.18)
-dnl Copyright (C) 2001-2005, 2008-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2005, 2008-2015 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/pkg.m4 
new/notification-daemon-3.18.2/m4/pkg.m4
--- old/notification-daemon-3.18.1/m4/pkg.m4    2015-10-12 18:08:23.000000000 
+0200
+++ new/notification-daemon-3.18.2/m4/pkg.m4    2015-12-19 00:29:43.000000000 
+0100
@@ -1,29 +1,60 @@
-# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
-# serial 1 (pkg-config-0.24)
-# 
-# Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# PKG_PROG_PKG_CONFIG([MIN-VERSION])
-# ----------------------------------
+dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+dnl serial 11 (pkg-config-0.29)
+dnl
+dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
+dnl Copyright © 2012-2015 Dan Nicholson <dbn.li...@gmail.com>
+dnl
+dnl This program is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+dnl General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program; if not, write to the Free Software
+dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+dnl 02111-1307, USA.
+dnl
+dnl As a special exception to the GNU General Public License, if you
+dnl distribute this file as part of a program that contains a
+dnl configuration script generated by Autoconf, you may include it under
+dnl the same distribution terms that you use for the rest of that
+dnl program.
+
+dnl PKG_PREREQ(MIN-VERSION)
+dnl -----------------------
+dnl Since: 0.29
+dnl
+dnl Verify that the version of the pkg-config macros are at least
+dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
+dnl installed version of pkg-config, this checks the developer's version
+dnl of pkg.m4 when generating configure.
+dnl
+dnl To ensure that this macro is defined, also add:
+dnl m4_ifndef([PKG_PREREQ],
+dnl     [m4_fatal([must install pkg-config 0.29 or later before running 
autoconf/autogen])])
+dnl
+dnl See the "Since" comment for each macro you use to see what version
+dnl of the macros you require.
+m4_defun([PKG_PREREQ],
+[m4_define([PKG_MACROS_VERSION], [0.29])
+m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
+    [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
+])dnl PKG_PREREQ
+
+dnl PKG_PROG_PKG_CONFIG([MIN-VERSION])
+dnl ----------------------------------
+dnl Since: 0.16
+dnl
+dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
+dnl first found in the path. Checks that the version of pkg-config found
+dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is
+dnl used since that's the first version where most current features of
+dnl pkg-config existed.
 AC_DEFUN([PKG_PROG_PKG_CONFIG],
 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
@@ -45,18 +76,19 @@
                PKG_CONFIG=""
        fi
 fi[]dnl
-])# PKG_PROG_PKG_CONFIG
+])dnl PKG_PROG_PKG_CONFIG
 
-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-#
-# Check to see whether a particular set of modules exists.  Similar
-# to PKG_CHECK_MODULES(), but does not set variables or print errors.
-#
-# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-# only at the first occurence in configure.ac, so if the first place
-# it's called might be skipped (such as if it is within an "if", you
-# have to call PKG_CHECK_EXISTS manually
-# --------------------------------------------------------------
+dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+dnl -------------------------------------------------------------------
+dnl Since: 0.18
+dnl
+dnl Check to see whether a particular set of modules exists. Similar to
+dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
+dnl
+dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+dnl only at the first occurence in configure.ac, so if the first place
+dnl it's called might be skipped (such as if it is within an "if", you
+dnl have to call PKG_CHECK_EXISTS manually
 AC_DEFUN([PKG_CHECK_EXISTS],
 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 if test -n "$PKG_CONFIG" && \
@@ -66,8 +98,10 @@
   $3])dnl
 fi])
 
-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
-# ---------------------------------------------
+dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
+dnl ---------------------------------------------
+dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
+dnl pkg_failed based on the result.
 m4_define([_PKG_CONFIG],
 [if test -n "$$1"; then
     pkg_cv_[]$1="$$1"
@@ -79,10 +113,11 @@
  else
     pkg_failed=untried
 fi[]dnl
-])# _PKG_CONFIG
+])dnl _PKG_CONFIG
 
-# _PKG_SHORT_ERRORS_SUPPORTED
-# -----------------------------
+dnl _PKG_SHORT_ERRORS_SUPPORTED
+dnl ---------------------------
+dnl Internal check to see if pkg-config supports short errors.
 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -90,19 +125,17 @@
 else
         _pkg_short_errors_supported=no
 fi[]dnl
-])# _PKG_SHORT_ERRORS_SUPPORTED
+])dnl _PKG_SHORT_ERRORS_SUPPORTED
 
 
-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
-# [ACTION-IF-NOT-FOUND])
-#
-#
-# Note that if there is a possibility the first call to
-# PKG_CHECK_MODULES might not happen, you should be sure to include an
-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
-#
-#
-# --------------------------------------------------------------
+dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
+dnl   [ACTION-IF-NOT-FOUND])
+dnl --------------------------------------------------------------
+dnl Since: 0.4.0
+dnl
+dnl Note that if there is a possibility the first call to
+dnl PKG_CHECK_MODULES might not happen, you should be sure to include an
+dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 AC_DEFUN([PKG_CHECK_MODULES],
 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
@@ -156,16 +189,40 @@
         AC_MSG_RESULT([yes])
        $3
 fi[]dnl
-])# PKG_CHECK_MODULES
+])dnl PKG_CHECK_MODULES
 
 
-# PKG_INSTALLDIR(DIRECTORY)
-# -------------------------
-# Substitutes the variable pkgconfigdir as the location where a module
-# should install pkg-config .pc files. By default the directory is
-# $libdir/pkgconfig, but the default can be changed by passing
-# DIRECTORY. The user can override through the --with-pkgconfigdir
-# parameter.
+dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
+dnl   [ACTION-IF-NOT-FOUND])
+dnl ---------------------------------------------------------------------
+dnl Since: 0.29
+dnl
+dnl Checks for existence of MODULES and gathers its build flags with
+dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
+dnl and VARIABLE-PREFIX_LIBS from --libs.
+dnl
+dnl Note that if there is a possibility the first call to
+dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to
+dnl include an explicit call to PKG_PROG_PKG_CONFIG in your
+dnl configure.ac.
+AC_DEFUN([PKG_CHECK_MODULES_STATIC],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+_save_PKG_CONFIG=$PKG_CONFIG
+PKG_CONFIG="$PKG_CONFIG --static"
+PKG_CHECK_MODULES($@)
+PKG_CONFIG=$_save_PKG_CONFIG[]dnl
+])dnl PKG_CHECK_MODULES_STATIC
+
+
+dnl PKG_INSTALLDIR([DIRECTORY])
+dnl -------------------------
+dnl Since: 0.27
+dnl
+dnl Substitutes the variable pkgconfigdir as the location where a module
+dnl should install pkg-config .pc files. By default the directory is
+dnl $libdir/pkgconfig, but the default can be changed by passing
+dnl DIRECTORY. The user can override through the --with-pkgconfigdir
+dnl parameter.
 AC_DEFUN([PKG_INSTALLDIR],
 [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
 m4_pushdef([pkg_description],
@@ -176,16 +233,18 @@
 AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
 m4_popdef([pkg_default])
 m4_popdef([pkg_description])
-]) dnl PKG_INSTALLDIR
+])dnl PKG_INSTALLDIR
 
 
-# PKG_NOARCH_INSTALLDIR(DIRECTORY)
-# -------------------------
-# Substitutes the variable noarch_pkgconfigdir as the location where a
-# module should install arch-independent pkg-config .pc files. By
-# default the directory is $datadir/pkgconfig, but the default can be
-# changed by passing DIRECTORY. The user can override through the
-# --with-noarch-pkgconfigdir parameter.
+dnl PKG_NOARCH_INSTALLDIR([DIRECTORY])
+dnl --------------------------------
+dnl Since: 0.27
+dnl
+dnl Substitutes the variable noarch_pkgconfigdir as the location where a
+dnl module should install arch-independent pkg-config .pc files. By
+dnl default the directory is $datadir/pkgconfig, but the default can be
+dnl changed by passing DIRECTORY. The user can override through the
+dnl --with-noarch-pkgconfigdir parameter.
 AC_DEFUN([PKG_NOARCH_INSTALLDIR],
 [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
 m4_pushdef([pkg_description],
@@ -196,13 +255,15 @@
 AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
 m4_popdef([pkg_default])
 m4_popdef([pkg_description])
-]) dnl PKG_NOARCH_INSTALLDIR
+])dnl PKG_NOARCH_INSTALLDIR
 
 
-# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
-# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-# -------------------------------------------
-# Retrieves the value of the pkg-config variable for the given module.
+dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+dnl -------------------------------------------
+dnl Since: 0.28
+dnl
+dnl Retrieves the value of the pkg-config variable for the given module.
 AC_DEFUN([PKG_CHECK_VAR],
 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
@@ -211,4 +272,4 @@
 AS_VAR_COPY([$1], [pkg_cv_][$1])
 
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
-])# PKG_CHECK_VAR
+])dnl PKG_CHECK_VAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/m4/progtest.m4 
new/notification-daemon-3.18.2/m4/progtest.m4
--- old/notification-daemon-3.18.1/m4/progtest.m4       2015-10-12 
18:08:23.000000000 +0200
+++ new/notification-daemon-3.18.2/m4/progtest.m4       2015-12-19 
00:29:43.000000000 +0100
@@ -1,5 +1,5 @@
 # progtest.m4 serial 7 (gettext-0.18.2)
-dnl Copyright (C) 1996-2003, 2005, 2008-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 1996-2003, 2005, 2008-2015 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
Files old/notification-daemon-3.18.1/po/cs.gmo and 
new/notification-daemon-3.18.2/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/cs.po new/notification-daemon-3.18.2/po/cs.po
--- old/notification-daemon-3.18.1/po/cs.po     2015-09-16 01:55:51.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/cs.po     2016-02-16 16:55:19.000000000 
+0100
@@ -6,11 +6,11 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: notification-daemon\n"
+"Project-Id-Version: notification-daemon gnome-3.18\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=notification-daemon&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-07-11 16:48+0000\n"
-"PO-Revision-Date: 2015-07-22 02:13+0200\n"
+"POT-Creation-Date: 2015-10-15 00:23+0000\n"
+"PO-Revision-Date: 2015-10-15 12:56+0200\n"
 "Last-Translator: Marek Černocký <ma...@manet.cz>\n"
 "Language-Team: Czech <gnome-cs-l...@gnome.org>\n"
 "Language: cs\n"
@@ -20,46 +20,52 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Gtranslator 2.91.7\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Překročen maximální počet upozornění"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Démon zprostředkující upozornění"
 
-#: ../src/daemon.c:252
-msgid "Invalid notification identifier"
-msgstr "Neplatný identifikátor upozornění"
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Zobrazuje upozornění"
 
-#: ../src/nd-bubble.c:522 ../src/nd-bubble.c:524
-#: ../src/nd-notification-box.c:318 ../src/nd-notification-box.c:320
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:328
+#: src/nd-notification-box.c:330
 msgid "Closes the notification."
 msgstr "Zavírá upozornění."
 
-#: ../src/nd-bubble.c:540 ../src/nd-bubble.c:564
-#: ../src/nd-notification-box.c:336
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:346
 msgid "Notification summary text."
 msgstr "Souhrnný text upozornění."
 
-#: ../src/nd-notification-box.c:356
+#: src/nd-daemon.c:113
+msgid "Invalid notification identifier"
+msgstr "Neplatný identifikátor upozornění"
+
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Překročen maximální počet upozornění"
+
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Povolit ladicí kód"
+
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Nahradit právě běžící aplikaci"
+
+#: src/nd-notification-box.c:366
 msgid "Notification body text."
 msgstr "Text v těle upozornění."
 
-#: ../src/nd-queue.c:459
+#: src/nd-queue.c:459
 msgid "Clear all notifications"
 msgstr "Vymazat všechna upozornění"
 
-#: ../src/nd-queue.c:939
+#: src/nd-queue.c:939
 msgid "Notifications"
 msgstr "Upozornění"
 
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Upozornění"
-
-#: ../data/notification-daemon.desktop.in.in.h:1
-#: ../data/notification-daemon-autostart.desktop.in.in.h:1
-msgid "Notification Daemon"
-msgstr "Démon zprostředkující upozornění"
-
-#: ../data/notification-daemon.desktop.in.in.h:2
-#: ../data/notification-daemon-autostart.desktop.in.in.h:2
-msgid "Display notifications"
-msgstr "Zobrazuje upozornění"
+#~ msgid "Notification"
+#~ msgstr "Upozornění"
Files old/notification-daemon-3.18.1/po/de.gmo and 
new/notification-daemon-3.18.2/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/de.po new/notification-daemon-3.18.2/po/de.po
--- old/notification-daemon-3.18.1/po/de.po     2015-09-16 01:33:43.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/de.po     2016-01-03 05:29:18.000000000 
+0100
@@ -2,48 +2,68 @@
 # Copyright (C) 2006 Christian Hammond
 # This file is distributed under the same license as the notification-daemon 
package.
 # Florian Steinel <stei...@pootle.wordforge.org.flonet.net>, 2007.
-# Mario Blättermann <mari...@gnome.org>, 2010, 2011.
+# Mario Blättermann <mario.blaetterm...@gmail.com>, 2010, 2011, 2016.
 # Jakob Kramer <jakob.kra...@gmx.de>, 2010.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: notification-daemon master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=notification-daemon&component=general\n"
-"POT-Creation-Date: 2011-02-16 16:53+0000\n"
-"PO-Revision-Date: 2011-02-17 15:25+0100\n"
-"Last-Translator: Mario Blättermann <mari...@gnome.org>\n"
+"product=notification-daemon&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-10-12 19:10+0000\n"
+"PO-Revision-Date: 2016-01-02 23:57+0100\n"
+"Last-Translator: Mario Blättermann <mario.blaetterm...@gmail.com>\n"
 "Language-Team: Deutsch <gnome...@gnome.org>\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.8.6\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Maximale Anzahl an Benachrichtigungen wurde überschritten"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Benachrichtigungsdienst"
+
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Benachrichtigungen anzeigen"
+
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:328
+#: src/nd-notification-box.c:330
+msgid "Closes the notification."
+msgstr "Schließt die Benachrichtigung."
+
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:346
+msgid "Notification summary text."
+msgstr "Zusammenfassender Text der Benachrichtigung."
 
-#: ../src/daemon.c:251
+#: src/nd-daemon.c:113
 msgid "Invalid notification identifier"
 msgstr "Ungültige Benachrichtigungskennung"
 
-#: ../src/nd-queue.c:471
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Maximale Anzahl an Benachrichtigungen wurde überschritten"
+
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Debugging-Code aktivieren"
+
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Eine aktuell ausgeführte Anwendung ersetzen"
+
+#: src/nd-notification-box.c:366
+msgid "Notification body text."
+msgstr "Text der Benachrichtigung."
+
+#: src/nd-queue.c:459
 msgid "Clear all notifications"
 msgstr "Alle Benachrichtigungen entfernen"
 
-#: ../src/nd-queue.c:874
+#: src/nd-queue.c:939
 msgid "Notifications"
 msgstr "Benachrichtigungen"
-
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Benachrichtigung"
-
-#: ../data/notification-daemon.desktop.in.in.h:1
-msgid "Display notifications"
-msgstr "Benachrichtigungen anzeigen"
-
-#: ../data/notification-daemon.desktop.in.in.h:2
-msgid "Notification Daemon"
-msgstr "Benachrichtigungsdienst"
-
Files old/notification-daemon-3.18.1/po/fr.gmo and 
new/notification-daemon-3.18.2/po/fr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/fr.po new/notification-daemon-3.18.2/po/fr.po
--- old/notification-daemon-3.18.1/po/fr.po     2015-09-16 01:33:43.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/fr.po     2015-11-27 22:16:27.000000000 
+0100
@@ -1,47 +1,67 @@
 # French translation for notification-daemon.
-# Copyright (C) 2010-2011 Listed translators
+# Copyright (C) 2010-2015 Listed translators
 # This file is distributed under the same license as the notification-daemon 
package.
 #
-# Claude Paroz <cla...@2xlibre.net>, 2010-2011.
+# Claude Paroz <cla...@2xlibre.net>, 2010-2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: notification-daemon master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=notification-daemon&component=general\n"
-"POT-Creation-Date: 2011-02-16 16:53+0000\n"
-"PO-Revision-Date: 2011-02-28 15:20+0100\n"
+"product=notification-daemon&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-10-12 19:10+0000\n"
+"PO-Revision-Date: 2015-10-17 17:50+0200\n"
 "Last-Translator: Claude Paroz <cla...@2xlibre.net>\n"
 "Language-Team: GNOME French Team <gnom...@traduc.org>\n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Nombre maximum de notifications atteint"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Service de notification"
+
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Afficher les notifications"
+
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:328
+#: src/nd-notification-box.c:330
+msgid "Closes the notification."
+msgstr "Ferme la notification."
+
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:346
+msgid "Notification summary text."
+msgstr "Texte de résumé de la notification."
 
-#: ../src/daemon.c:251
+#: src/nd-daemon.c:113
 msgid "Invalid notification identifier"
 msgstr "Identifiant de notification non valable"
 
-#: ../src/nd-queue.c:471
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Nombre maximum de notifications atteint"
+
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Activer le code de débogage"
+
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Remplacer une application en cours de fonctionnement"
+
+#: src/nd-notification-box.c:366
+msgid "Notification body text."
+msgstr "Texte principal de la notification."
+
+#: src/nd-queue.c:459
 msgid "Clear all notifications"
 msgstr "Effacer toutes les notifications"
 
-#: ../src/nd-queue.c:874
+#: src/nd-queue.c:939
 msgid "Notifications"
 msgstr "Notifications"
-
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Notification"
-
-#: ../data/notification-daemon.desktop.in.in.h:1
-msgid "Display notifications"
-msgstr "Afficher les notifications"
-
-#: ../data/notification-daemon.desktop.in.in.h:2
-msgid "Notification Daemon"
-msgstr "Service de notification"
Files old/notification-daemon-3.18.1/po/id.gmo and 
new/notification-daemon-3.18.2/po/id.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/id.po new/notification-daemon-3.18.2/po/id.po
--- old/notification-daemon-3.18.1/po/id.po     2015-09-16 01:33:43.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/id.po     2016-01-02 17:06:51.000000000 
+0100
@@ -6,46 +6,63 @@
 # Dirgita <dirgitadev...@yahoo.co.id>, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: notification-daemon master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=notification-daemon&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2011-03-12 01:52+0000\n"
-"PO-Revision-Date: 2011-02-18 18:38+0700\n"
-"Last-Translator: Dirgita <dirgitadev...@yahoo.co.id>\n"
+"Project-Id-Version: notification-daemon gnome-3-18\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=notification-";
+"daemon&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-10-12 19:10+0000\n"
+"PO-Revision-Date: 2016-01-02 22:12+0700\n"
+"Last-Translator: Andika Triwidada <and...@gmail.com>\n"
 "Language-Team: GNOME Indonesian Translation Team <gn...@i15n.org>\n"
+"Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
-"X-Poedit-Language: Indonesian\n"
-"X-Poedit-Country: Indonesia\n"
-"X-Generator: Lokalize 1.1\n"
+"X-Generator: Poedit 1.8.4\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Melampaui jumlah maksimal notifikasi"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Daemon Pemberitahuan"
 
-#: ../src/daemon.c:251
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Tampilkan pemberitahuan"
+
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:328
+#: src/nd-notification-box.c:330
+msgid "Closes the notification."
+msgstr "Menutup pemberitahuan."
+
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:346
+msgid "Notification summary text."
+msgstr "Teks ringkasan pemberitahuan."
+
+#: src/nd-daemon.c:113
 msgid "Invalid notification identifier"
-msgstr "Identifair notifikasi tidak sah"
+msgstr "Identifair pemberitahuan tidak valid"
 
-#: ../src/nd-queue.c:472
-msgid "Clear all notifications"
-msgstr "Membersihkan semua notifikasi"
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Melampaui jumlah maksimal pemberitahuan"
 
-#: ../src/nd-queue.c:883
-msgid "Notifications"
-msgstr "Notifikasi"
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Fungsikan kode pengawakutuan"
 
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Notifikasi"
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Gantikan sebuah aplikasi yang saat ini sedang berjalan"
 
-#: ../data/notification-daemon.desktop.in.in.h:1
-msgid "Display notifications"
-msgstr "Menampilkan notifikasi"
+#: src/nd-notification-box.c:366
+msgid "Notification body text."
+msgstr "Teks tubuh pemberitahuan."
 
-#: ../data/notification-daemon.desktop.in.in.h:2
-msgid "Notification Daemon"
-msgstr "Daemon Notifikasi"
+#: src/nd-queue.c:459
+msgid "Clear all notifications"
+msgstr "Bersihkan semua pemberitahuan"
+
+#: src/nd-queue.c:939
+msgid "Notifications"
+msgstr "Pemberitahuan"
Files old/notification-daemon-3.18.1/po/pt.gmo and 
new/notification-daemon-3.18.2/po/pt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/pt.po new/notification-daemon-3.18.2/po/pt.po
--- old/notification-daemon-3.18.1/po/pt.po     2015-09-16 01:33:43.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/pt.po     2015-11-27 22:16:27.000000000 
+0100
@@ -2,49 +2,74 @@
 # Copyright (C) 2010 notification-daemon's COPYRIGHT HOLDER
 # This file is distributed under the same license as the notification-daemon 
package.
 # António Lima <amrl...@gmail.com>, 2010, 2011.
+# Pedro Albuquerque <palbuquerqu...@gmail.com>, 2015.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: notification-daemon master\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-15 23:38+0000\n"
-"PO-Revision-Date: 2011-03-12 21:27+0000\n"
-"Last-Translator: António Lima <amrl...@gmail.com>\n"
-"Language-Team: gnome...@yahoogroups.com\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
+"product=notification-daemon&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-10-12 19:10+0000\n"
+"PO-Revision-Date: 2015-10-24 12:35+0100\n"
+"Last-Translator: Pedro Albuquerque <palbuquerqu...@gmail.com>\n"
+"Language-Team: Português <palbuquerqu...@gmail.com>\n"
 "Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.6.1\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\\n\n"
+"X-Generator: Gtranslator 2.91.6\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Número máximo de notificações excedido"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Daemon de notificação"
+
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Mostrar notificações"
+
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:328
+#: src/nd-notification-box.c:330
+#| msgid "Clear all notifications"
+msgid "Closes the notification."
+msgstr "Fecha a notificação."
+
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:346
+#| msgid "Notification Daemon"
+msgid "Notification summary text."
+msgstr "Texto resumo da notificação."
 
-#: ../src/daemon.c:251
+#: src/nd-daemon.c:113
 msgid "Invalid notification identifier"
 msgstr "Identificador de notificação inválido"
 
-#: ../src/nd-queue.c:472
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Número máximo de notificações excedido"
+
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Ativar código de depuração"
+
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Substituir uma aplicação em execução"
+
+#: src/nd-notification-box.c:366
+#| msgid "Notification"
+msgid "Notification body text."
+msgstr "Texto do corpo da notificação."
+
+#: src/nd-queue.c:459
 msgid "Clear all notifications"
 msgstr "Limpar todas as notificações"
 
-#: ../src/nd-queue.c:883
+#: src/nd-queue.c:939
 msgid "Notifications"
 msgstr "Notificações"
 
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Notificação"
-
-#: ../data/notification-daemon.desktop.in.in.h:1
-msgid "Display notifications"
-msgstr "Apresentar notificações"
-
-#: ../data/notification-daemon.desktop.in.in.h:2
-msgid "Notification Daemon"
-msgstr "Daemon de Notificação"
-
 #~ msgid "Current theme"
 #~ msgstr "Tema actual"
 
Files old/notification-daemon-3.18.1/po/pt_BR.gmo and 
new/notification-daemon-3.18.2/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/pt_BR.po 
new/notification-daemon-3.18.2/po/pt_BR.po
--- old/notification-daemon-3.18.1/po/pt_BR.po  2015-09-16 01:33:43.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/pt_BR.po  2015-11-27 22:16:27.000000000 
+0100
@@ -4,49 +4,68 @@
 # Henrique P. Machado <hpmach...@gnome.org>, 2010.
 # André Gondim <andregon...@ubuntu.com>, 2010.
 # Djavan Fagundes <dja...@syst.com.br>, 2010.
-# Krix Apolinário <krixapolina...@gmail.com>, 2011
+# Krix Apolinário <krixapolina...@gmail.com>, 2011.
+# Rafael Fontenelle <rffontene...@gmail.com>, 2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: notification-daemon master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=notification-daemon&component=general\n"
-"POT-Creation-Date: 2011-03-09 15:46+0000\n"
-"PO-Revision-Date: 2011-03-10 15:21-0300\n"
-"Last-Translator: Krix Apolinário <krixapolina...@gmail.com>\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=notification-";
+"daemon&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-10-12 19:10+0000\n"
+"PO-Revision-Date: 2015-10-13 00:06-0300\n"
+"Last-Translator: Rafael Fontenelle <rffontene...@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <gnome-pt_br-l...@gnome.org>\n"
+"Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Virtaal 0.6.1\n"
+"X-Generator: Poedit 1.8.5\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Excedido o número máximo de notificações"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Daemon de Notificação"
 
-#: ../src/daemon.c:251
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Exibir notificações"
+
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:328
+#: src/nd-notification-box.c:330
+msgid "Closes the notification."
+msgstr "Fecha a notificação."
+
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:346
+msgid "Notification summary text."
+msgstr "Texto do resumo da notificação."
+
+#: src/nd-daemon.c:113
 msgid "Invalid notification identifier"
 msgstr "Identificador da notificação inválido"
 
-#: ../src/nd-queue.c:472
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Excedido o número máximo de notificações"
+
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Habilitar código de depuração"
+
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Substituir um aplicativo atualmente em execução"
+
+#: src/nd-notification-box.c:366
+msgid "Notification body text."
+msgstr "Texto do corpo da notificação."
+
+#: src/nd-queue.c:459
 msgid "Clear all notifications"
 msgstr "Limpar todas as notificações"
 
-#: ../src/nd-queue.c:883
+#: src/nd-queue.c:939
 msgid "Notifications"
 msgstr "Notificações"
-
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Notificação"
-
-#: ../data/notification-daemon.desktop.in.in.h:1
-msgid "Display notifications"
-msgstr "Exibir notificações"
-
-#: ../data/notification-daemon.desktop.in.in.h:2
-msgid "Notification Daemon"
-msgstr "Daemon de Notificação"
-
Files old/notification-daemon-3.18.1/po/sv.gmo and 
new/notification-daemon-3.18.2/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/po/sv.po new/notification-daemon-3.18.2/po/sv.po
--- old/notification-daemon-3.18.1/po/sv.po     2015-09-16 01:55:51.000000000 
+0200
+++ new/notification-daemon-3.18.2/po/sv.po     2015-11-27 22:16:27.000000000 
+0100
@@ -1,66 +1,73 @@
 # Swedish translation for notification-daemon.
-# Copyright (C) 2006-2011 Free Software Foundation
+# Copyright © 2006-2015 Free Software Foundation
 # This file is distributed under the same license as the notification-daemon 
package.
 # Daniel Nylander <p...@danielnylander.se>, 2006, 2010, 2011.
+# Anders Jonsson <anders.jons...@norsjovallen.se>, 2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: notification-daemon\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=notification-daemon&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-08-22 23:19+0000\n"
-"PO-Revision-Date: 2015-08-22 00:12+0100\n"
-"Last-Translator: Josef Andersson <josef.anders...@fripost.org>\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=notification-";
+"daemon&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-10-07 12:09+0000\n"
+"PO-Revision-Date: 2015-10-07 23:15+0200\n"
+"Last-Translator: Anders Jonsson <anders.jons...@norsjovallen.se>\n"
 "Language-Team: Swedish <tp...@listor.tp-sv.se>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.7.5\n"
+"X-Generator: Poedit 1.8.5\n"
 
-#: ../src/daemon.c:188
-msgid "Exceeded maximum number of notifications"
-msgstr "Översteg maximalt antal aviseringar"
+#: data/notification-daemon.desktop.in.in:3
+#: data/notification-daemon-autostart.desktop.in.in:3
+msgid "Notification Daemon"
+msgstr "Aviseringsdemon"
 
-#: ../src/daemon.c:252
-msgid "Invalid notification identifier"
-msgstr "Ogiltig aviseringsidentifierare"
+#: data/notification-daemon.desktop.in.in:4
+#: data/notification-daemon-autostart.desktop.in.in:4
+msgid "Display notifications"
+msgstr "Visa aviseringar"
 
-#: ../src/nd-bubble.c:522 ../src/nd-bubble.c:524
-#: ../src/nd-notification-box.c:318 ../src/nd-notification-box.c:320
+#: src/nd-bubble.c:522 src/nd-bubble.c:524 src/nd-notification-box.c:318
+#: src/nd-notification-box.c:320
 msgid "Closes the notification."
 msgstr "Stänger aviseringen."
 
-#: ../src/nd-bubble.c:540 ../src/nd-bubble.c:564
-#: ../src/nd-notification-box.c:336
+#: src/nd-bubble.c:540 src/nd-bubble.c:564 src/nd-notification-box.c:336
 msgid "Notification summary text."
 msgstr "Sammanfattningstext för avisering."
 
-#: ../src/nd-notification-box.c:356
+#: src/nd-daemon.c:113
+msgid "Invalid notification identifier"
+msgstr "Ogiltig aviseringsidentifierare"
+
+#: src/nd-daemon.c:193
+msgid "Exceeded maximum number of notifications"
+msgstr "Översteg maximalt antal aviseringar"
+
+#: src/nd-main.c:34
+msgid "Enable debugging code"
+msgstr "Aktivera felsökningskod"
+
+#: src/nd-main.c:40
+msgid "Replace a currently running application"
+msgstr "Ersätt ett för närvarande körande program"
+
+#: src/nd-notification-box.c:356
 msgid "Notification body text."
 msgstr "Huvudtext för avisering."
 
-#: ../src/nd-queue.c:459
+#: src/nd-queue.c:459
 msgid "Clear all notifications"
 msgstr "Töm alla aviseringar"
 
-#: ../src/nd-queue.c:939
+#: src/nd-queue.c:939
 msgid "Notifications"
 msgstr "Aviseringar"
 
-#: ../src/sound.c:35
-msgid "Notification"
-msgstr "Avisering"
-
-#: ../data/notification-daemon.desktop.in.in.h:1
-#: ../data/notification-daemon-autostart.desktop.in.in.h:1
-msgid "Notification Daemon"
-msgstr "Aviseringsdemon"
-
-#: ../data/notification-daemon.desktop.in.in.h:2
-#: ../data/notification-daemon-autostart.desktop.in.in.h:2
-msgid "Display notifications"
-msgstr "Visa aviseringar"
+#~ msgid "Notification"
+#~ msgstr "Avisering"
 
 #~ msgid "Current theme"
 #~ msgstr "Aktuellt tema"
@@ -72,9 +79,8 @@
 #~ "Default popup location on the workspace for stack notifications. Allowed "
 #~ "values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\""
 #~ msgstr ""
-#~ "Standardposition för popup-rutor på arbetsutan för notifieringar. "
-#~ "Tillåtna värden: \"top_left\",\"top_right\",\"bottom_left\" och "
-#~ "\"bottom_right\""
+#~ "Standardposition för popup-rutor på arbetsutan för notifieringar. Tillåtna 
"
+#~ "värden: \"top_left\",\"top_right\",\"bottom_left\" och \"bottom_right\""
 
 #~ msgid "Popup location"
 #~ msgstr "Popup-position"
@@ -83,11 +89,11 @@
 #~ msgstr "Ljud aktiverat"
 
 #~ msgid ""
-#~ "The default sound file used unless a notification supplies the 'sound-"
-#~ "file' or 'suppress-sound' hint. Leave empty for no default sound."
+#~ "The default sound file used unless a notification supplies the 
'sound-file' or "
+#~ "'suppress-sound' hint. Leave empty for no default sound."
 #~ msgstr ""
-#~ "Standardljudfilen som används såvida inte en notifiering anger \"sound-"
-#~ "file\" eller \"suppress-sound\". Lämna tom för inget standardljud."
+#~ "Standardljudfilen som används såvida inte en notifiering anger 
\"sound-file\" "
+#~ "eller \"suppress-sound\". Lämna tom för inget standardljud."
 
 #~ msgid "The theme used when displaying notifications."
 #~ msgstr "Temat som används för visning av notifieringar."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/src/nd-fd-notifications.c 
new/notification-daemon-3.18.2/src/nd-fd-notifications.c
--- old/notification-daemon-3.18.1/src/nd-fd-notifications.c    2015-10-12 
18:08:45.000000000 +0200
+++ new/notification-daemon-3.18.2/src/nd-fd-notifications.c    2015-12-19 
00:30:00.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.46.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.47.4. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/notification-daemon-3.18.1/src/nd-fd-notifications.h 
new/notification-daemon-3.18.2/src/nd-fd-notifications.h
--- old/notification-daemon-3.18.1/src/nd-fd-notifications.h    2015-10-12 
18:08:45.000000000 +0200
+++ new/notification-daemon-3.18.2/src/nd-fd-notifications.h    2015-12-19 
00:30:00.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.46.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.47.4. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */


Reply via email to