Hello community,

here is the log from the commit of package gnome-logs for openSUSE:Factory 
checked in at 2014-11-18 22:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-logs (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-logs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-logs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-logs/gnome-logs.changes    2014-10-15 
16:27:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes       
2014-11-18 22:48:07.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Nov 13 19:48:13 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Substitute binary path in service file correctly.
+  + Add elements to AppData to fix validation.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-logs-3.14.1.tar.xz

New:
----
  gnome-logs-3.14.2.tar.xz

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

Other differences:
------------------
++++++ gnome-logs.spec ++++++
--- /var/tmp/diff_new_pack.PnX7KZ/_old  2014-11-18 22:48:09.000000000 +0100
+++ /var/tmp/diff_new_pack.PnX7KZ/_new  2014-11-18 22:48:09.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           gnome-logs
-Version:        3.14.1
+Version:        3.14.2
 Release:        0
 Summary:        GNOME System Log Viewer
 License:        GPL-3.0+

++++++ gnome-logs-3.14.1.tar.xz -> gnome-logs-3.14.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/ChangeLog 
new/gnome-logs-3.14.2/ChangeLog
--- old/gnome-logs-3.14.1/ChangeLog     2014-10-13 21:22:12.000000000 +0200
+++ new/gnome-logs-3.14.2/ChangeLog     2014-11-10 23:09:15.000000000 +0100
@@ -1,6 +1,67 @@
+commit 2592ed6f2ccab3e639fd998b4994873f69e300a7
+Author: David King <dav...@gnome.org>
+Date:   Mon Nov 10 22:02:39 2014 +0000
+
+    Update NEWS for 3.14.2 release
+
+M      NEWS
+M      configure.ac
+
+commit d10f8b537c9f3adf1d5e8e91cedf3fcb57974fc8
+Author: Akom Chotiphantawanon <knight2...@gmail.com>
+Date:  Mon Nov 10 22:37:01 2014 +0700
+
+    Added Thai translation
+
+M      po/LINGUAS
+A      po/th.po
+
+commit 5b9c09aa12caa5fadd2fb0c54bfaa449f1e5791f
+Author: David King <dav...@gnome.org>
+Date:  Sat Nov 8 09:50:07 2014 +0000
+
+    Substitute bindir in Makefile.am
+
+    Rather than substituting the value of bindir during configure, which
+    might include an unexpanded shell variable, expand and substitute
+    it as
+    a target in Makefile.am instead.
+
+M      Makefile.am
+M      configure.ac
+
+commit bf73186a1a7b29e5c971e7c660a8aac4e9ce3897
+Author: David King <dav...@gnome.org>
+Date:  Tue Oct 28 07:36:16 2014 +0000
+
+    Add name and summary elements to AppData
+
+    Pacify appstream-util validate.
+
+M      data/org.gnome.Logs.appdata.xml.in
+
+commit 30be2001aba00107283274eeae69c4f78c21be55
+Author: David King <dav...@gnome.org>
+Date:  Mon Oct 27 21:00:34 2014 +0000
+
+    Add missing break in switch
+
+    Found by Coverity (CID 71873).
+
+M      src/gl-eventviewlist.c
+
+commit 140a2a7577a9798ebec775289f6cc55a6a481ecd
+Author: Baurzhan Muftakhidinov <baurthefi...@gmail.com>
+Date:  Sun Oct 19 03:04:06 2014 +0000
+
+    Added Kazakh translation
+
+M      po/LINGUAS
+A      po/kk.po
+
 commit 719f9aca676dc33aca0f4594c6e026023b063d19
 Author: David King <dav...@gnome.org>
-Date:   Mon Oct 13 20:21:33 2014 +0100
+Date:  Mon Oct 13 20:21:33 2014 +0100
 
     Update NEWS for 3.14.1 release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/Makefile.am 
new/gnome-logs-3.14.2/Makefile.am
--- old/gnome-logs-3.14.1/Makefile.am   2014-09-12 17:32:12.000000000 +0200
+++ new/gnome-logs-3.14.2/Makefile.am   2014-11-10 23:00:20.000000000 +0100
@@ -80,8 +80,12 @@
 $(desktop_in_files:.desktop.in=.desktop): data/.dstamp
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
+data/org.gnome.Logs.service: data/org.gnome.Logs.service.in
+       $(AM_V_GEN)$(SED) -e "s|[@]bindir[@]|$(bindir)|" $< > $@
+
 servicedir = $(datadir)/dbus-1/services
-service_DATA = data/org.gnome.Logs.service
+service_in_files = data/org.gnome.Logs.service.in
+service_DATA = $(service_in_files:.service.in=.service)
 
 if ENABLE_MAN
 data/gnome-logs.1: data/gnome-logs.xml
@@ -172,6 +176,7 @@
        $(noinst_resource_files) \
        $(appstream_in_files) \
        $(desktop_in_files) \
+       $(service_in_files) \
        data/org.gnome.Logs.gresource.xml \
        data/gnome-logs.xml \
        data/icons/gnome-logs.svg
@@ -198,6 +203,7 @@
        $(desktop_DATA) \
        $(enum_data) \
        $(nodist_man_MANS) \
+       $(service_DATA) \
        src/gl-resource.c \
        src/gl-resource.h \
        test-desktop-file-validate.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/Makefile.in 
new/gnome-logs-3.14.2/Makefile.in
--- old/gnome-logs-3.14.1/Makefile.in   2014-10-13 21:21:59.000000000 +0200
+++ new/gnome-logs-3.14.2/Makefile.in   2014-11-10 23:07:37.000000000 +0100
@@ -83,16 +83,14 @@
 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        $(top_srcdir)/configure $(am__configure_deps) \
-       $(srcdir)/config.h.in \
-       $(top_srcdir)/data/org.gnome.Logs.service.in \
-       $(top_srcdir)/data/version.xml.in $(dist_noinst_SCRIPTS) \
-       $(top_srcdir)/build-aux/depcomp $(dist_appicon16_DATA) \
-       $(dist_appicon22_DATA) $(dist_appicon24_DATA) \
-       $(dist_appicon256_DATA) $(dist_appicon32_DATA) \
-       $(dist_appicon48_DATA) $(dist_appicon512_DATA) \
-       $(dist_noinst_DATA) $(top_srcdir)/build-aux/test-driver \
-       COPYING build-aux/compile build-aux/depcomp \
-       build-aux/install-sh build-aux/missing \
+       $(srcdir)/config.h.in $(top_srcdir)/data/version.xml.in \
+       $(dist_noinst_SCRIPTS) $(top_srcdir)/build-aux/depcomp \
+       $(dist_appicon16_DATA) $(dist_appicon22_DATA) \
+       $(dist_appicon24_DATA) $(dist_appicon256_DATA) \
+       $(dist_appicon32_DATA) $(dist_appicon48_DATA) \
+       $(dist_appicon512_DATA) $(dist_noinst_DATA) \
+       $(top_srcdir)/build-aux/test-driver COPYING build-aux/compile \
+       build-aux/depcomp build-aux/install-sh build-aux/missing \
        $(top_srcdir)/build-aux/compile \
        $(top_srcdir)/build-aux/install-sh \
        $(top_srcdir)/build-aux/missing
@@ -106,7 +104,7 @@
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = data/org.gnome.Logs.service data/version.xml
+CONFIG_CLEAN_FILES = data/version.xml
 CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
        "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(appicon16dir)" \
@@ -529,6 +527,7 @@
 PKG_CONFIG = @PKG_CONFIG@
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -655,7 +654,8 @@
 desktop_in_files = data/org.gnome.Logs.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 servicedir = $(datadir)/dbus-1/services
-service_DATA = data/org.gnome.Logs.service
+service_in_files = data/org.gnome.Logs.service.in
+service_DATA = $(service_in_files:.service.in=.service)
 @ENABLE_MAN_TRUE@nodist_man_MANS = data/gnome-logs.1
 @LOGS_ENABLE_TESTS_TRUE@check_SCRIPTS = \
 @LOGS_ENABLE_TESTS_TRUE@       test-desktop-file-validate.sh
@@ -685,6 +685,7 @@
        $(noinst_resource_files) \
        $(appstream_in_files) \
        $(desktop_in_files) \
+       $(service_in_files) \
        data/org.gnome.Logs.gresource.xml \
        data/gnome-logs.xml \
        data/icons/gnome-logs.svg
@@ -697,6 +698,7 @@
        $(desktop_DATA) \
        $(enum_data) \
        $(nodist_man_MANS) \
+       $(service_DATA) \
        src/gl-resource.c \
        src/gl-resource.h \
        test-desktop-file-validate.sh
@@ -766,8 +768,6 @@
 
 distclean-hdr:
        -rm -f config.h stamp-h1
-data/org.gnome.Logs.service: $(top_builddir)/config.status 
$(top_srcdir)/data/org.gnome.Logs.service.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
 data/version.xml: $(top_builddir)/config.status 
$(top_srcdir)/data/version.xml.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
 install-binPROGRAMS: $(bin_PROGRAMS)
@@ -1927,6 +1927,9 @@
 @INTLTOOL_DESKTOP_RULE@
 $(desktop_in_files:.desktop.in=.desktop): data/.dstamp
 
+data/org.gnome.Logs.service: data/org.gnome.Logs.service.in
+       $(AM_V_GEN)$(SED) -e "s|[@]bindir[@]|$(bindir)|" $< > $@
+
 @ENABLE_MAN_TRUE@data/gnome-logs.1: data/gnome-logs.xml
 @ENABLE_MAN_TRUE@      $(AM_V_GEN)xsltproc --nonet --path $(builddir)/data 
--output $(builddir)/data/ 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/NEWS new/gnome-logs-3.14.2/NEWS
--- old/gnome-logs-3.14.1/NEWS  2014-10-13 21:21:28.000000000 +0200
+++ new/gnome-logs-3.14.2/NEWS  2014-11-10 23:02:05.000000000 +0100
@@ -1,3 +1,10 @@
+GNOME Logs 3.14.2
+=================
+
+* substitute binary path in service file correctly
+* add elements to AppData to fix validation
+* Thai translation
+
 GNOME Logs 3.14.1
 =================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/configure 
new/gnome-logs-3.14.2/configure
--- old/gnome-logs-3.14.1/configure     2014-10-13 21:21:57.000000000 +0200
+++ new/gnome-logs-3.14.2/configure     2014-11-10 23:07:36.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Logs 3.14.1.
+# Generated by GNU Autoconf 2.69 for Logs 3.14.2.
 #
 # Report bugs to <dav...@gnome.org>.
 #
@@ -197,7 +197,8 @@
   as_suggested="  
as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" 
as_lineno_1a=\$LINENO
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" 
as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
-  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = 
\"x\$as_lineno_2'\$as_run'\"' || exit 1"
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = 
\"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1"
   if (eval "$as_required") 2>/dev/null; then :
   as_have_required=yes
 else
@@ -579,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='Logs'
 PACKAGE_TARNAME='gnome-logs'
-PACKAGE_VERSION='3.14.1'
-PACKAGE_STRING='Logs 3.14.1'
+PACKAGE_VERSION='3.14.2'
+PACKAGE_STRING='Logs 3.14.2'
 PACKAGE_BUGREPORT='dav...@gnome.org'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Logs'
 
@@ -652,6 +653,7 @@
 PKG_CONFIG_PATH
 PKG_CONFIG
 WARN_CFLAGS
+SED
 am__fastdepCC_FALSE
 am__fastdepCC_TRUE
 CCDEPMODE
@@ -1307,7 +1309,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 Logs 3.14.1 to adapt to many kinds of systems.
+\`configure' configures Logs 3.14.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1373,7 +1375,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Logs 3.14.1:";;
+     short | recursive ) echo "Configuration of Logs 3.14.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1492,7 +1494,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Logs configure 3.14.1
+Logs configure 3.14.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1660,7 +1662,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Logs $as_me 3.14.1, which was
+It was created by Logs $as_me 3.14.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2528,7 +2530,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-logs'
- VERSION='3.14.1'
+ VERSION='3.14.2'
 
 
 # Some tools Automake needs.
@@ -3714,6 +3716,75 @@
 
 
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not 
truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+            
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in sed gsed; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null 
|| break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_SED_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
+  fi
+else
+  ac_cv_path_SED=$SED
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
+
 
 
 
@@ -5332,7 +5403,7 @@
 
 fi
 
-ac_config_files="$ac_config_files data/org.gnome.Logs.service data/version.xml 
help/Makefile Makefile po/Makefile.in"
+ac_config_files="$ac_config_files data/version.xml help/Makefile Makefile 
po/Makefile.in"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -5880,7 +5951,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Logs $as_me 3.14.1, which was
+This file was extended by Logs $as_me 3.14.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5947,7 +6018,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Logs config.status 3.14.1
+Logs config.status 3.14.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -6078,7 +6149,6 @@
   case $ac_config_target in
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "data/org.gnome.Logs.service") CONFIG_FILES="$CONFIG_FILES 
data/org.gnome.Logs.service" ;;
     "data/version.xml") CONFIG_FILES="$CONFIG_FILES data/version.xml" ;;
     "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/configure.ac 
new/gnome-logs-3.14.2/configure.ac
--- old/gnome-logs-3.14.1/configure.ac  2014-10-13 21:20:25.000000000 +0200
+++ new/gnome-logs-3.14.2/configure.ac  2014-11-10 23:00:40.000000000 +0100
@@ -1,5 +1,5 @@
 AC_INIT([Logs],
-        [3.14.1],
+        [3.14.2],
         [dav...@gnome.org],
         [gnome-logs],
         [https://wiki.gnome.org/Apps/Logs])
@@ -15,6 +15,7 @@
 dnl Check for programs
 AC_PROG_CC
 AM_PROG_CC_C_O
+AC_PROG_SED
 
 GNOME_COMPILE_WARNINGS([maximum])
 
@@ -93,7 +94,6 @@
 PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED 
$SYSTEMD_JOURNAL_REQUIRED])
 
 AC_CONFIG_FILES([
-data/org.gnome.Logs.service
 data/version.xml
 help/Makefile
 Makefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/data/org.gnome.Logs.appdata.xml.in 
new/gnome-logs-3.14.2/data/org.gnome.Logs.appdata.xml.in
--- old/gnome-logs-3.14.1/data/org.gnome.Logs.appdata.xml.in    2014-08-18 
13:36:08.000000000 +0200
+++ new/gnome-logs-3.14.2/data/org.gnome.Logs.appdata.xml.in    2014-10-28 
08:43:43.000000000 +0100
@@ -4,10 +4,9 @@
     <id type="desktop">org.gnome.Logs.desktop</id>
     <metadata_license>CC0-1.0</metadata_license>
     <project_license>GPL-3.0+</project_license>
-<!-- Both taken from desktop file.
-    <name>Logs</name>
-    <summary>View detailed event logs for the system</summary>
--->
+<!-- Name and summary taken from the desktop file. -->
+    <_name>Logs</_name>
+    <_summary>View detailed event logs for the system</_summary>
     <description>
         <_p>Logs shows events from the systemd journal, and sorts them into
         categories, such as hardware and applications.</_p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/help/Makefile.in 
new/gnome-logs-3.14.2/help/Makefile.in
--- old/gnome-logs-3.14.1/help/Makefile.in      2014-10-13 21:21:59.000000000 
+0200
+++ new/gnome-logs-3.14.2/help/Makefile.in      2014-11-10 23:07:37.000000000 
+0100
@@ -173,6 +173,7 @@
 PKG_CONFIG = @PKG_CONFIG@
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/po/LINGUAS 
new/gnome-logs-3.14.2/po/LINGUAS
--- old/gnome-logs-3.14.1/po/LINGUAS    2014-10-13 10:38:20.000000000 +0200
+++ new/gnome-logs-3.14.2/po/LINGUAS    2014-11-10 23:00:26.000000000 +0100
@@ -17,6 +17,7 @@
 hu
 id
 it
+kk
 ko
 lt
 lv
@@ -35,6 +36,7 @@
 sr@latin
 sv
 te
+th
 tr
 uk
 zh_CN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/po/kk.po 
new/gnome-logs-3.14.2/po/kk.po
--- old/gnome-logs-3.14.1/po/kk.po      1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-logs-3.14.2/po/kk.po      2014-10-28 08:36:08.000000000 +0100
@@ -0,0 +1,211 @@
+# Kazakh translation for gnome-logs.
+# Copyright (C) 2014 gnome-logs's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-logs package.
+# Baurzhan Muftakhidinov <baurthefi...@gmail.com>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-logs master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
+"logs&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-10-15 14:23+0000\n"
+"PO-Revision-Date: 2014-10-19 09:01+0600\n"
+"Last-Translator: Baurzhan Muftakhidinov <baurthefi...@gmail.com>\n"
+"Language-Team: Kazakh <k...@li.org>\n"
+"Language: kk\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"
+
+#: ../data/gl-categorylist.ui.h:1
+msgid "Important"
+msgstr "Маңызды"
+
+#: ../data/gl-categorylist.ui.h:2
+msgid "Alerts"
+msgstr "Ескертулер"
+
+#: ../data/gl-categorylist.ui.h:3
+msgid "Starred"
+msgstr "Жұлдызшалы"
+
+#: ../data/gl-categorylist.ui.h:4
+msgid "All"
+msgstr "Барлығы"
+
+#: ../data/gl-categorylist.ui.h:5
+msgid "Applications"
+msgstr "Қолданбалар"
+
+#: ../data/gl-categorylist.ui.h:6
+msgid "System"
+msgstr "Жүйе"
+
+#: ../data/gl-categorylist.ui.h:7
+msgid "Security"
+msgstr "Қауіпсіздік"
+
+#: ../data/gl-categorylist.ui.h:8
+msgid "Hardware"
+msgstr "Құрылғылар"
+
+#: ../data/gl-categorylist.ui.h:9
+msgid "Updates"
+msgstr "Жаңартулар"
+
+#: ../data/gl-categorylist.ui.h:10
+msgid "Usage"
+msgstr "Қолданылу"
+
+#: ../data/gl-eventtoolbar.ui.h:1 ../data/org.gnome.Logs.desktop.in.h:1
+msgid "Logs"
+msgstr "Логтар"
+
+#: ../data/gl-eventtoolbar.ui.h:2
+msgid "Go back to the event view"
+msgstr "Оқиға көрінісіне қайтып оралу"
+
+#: ../data/gl-eventtoolbar.ui.h:3
+msgid "Search the displayed logs"
+msgstr "Көрсетілген логтардан іздеу"
+
+#: ../data/gl-eventviewdetail.ui.h:1
+msgid "Message"
+msgstr "Хабарлама"
+
+#: ../data/gl-eventviewdetail.ui.h:2
+msgid "Audit Session"
+msgstr "Аудит сессиясы"
+
+#: ../data/gl-eventviewdetail.ui.h:3
+msgid "Kernel Device"
+msgstr "Ядро құрылғысы"
+
+#: ../data/gl-eventviewdetail.ui.h:4
+msgid "Priority"
+msgstr "Приоритеті"
+
+#: ../data/gl-eventviewdetail.ui.h:5
+msgid "Subject"
+msgstr "Тақырыбы"
+
+#: ../data/gl-eventviewdetail.ui.h:6
+msgid "Defined By"
+msgstr "Анықталған"
+
+#: ../data/gl-eventviewdetail.ui.h:7
+msgid "Support"
+msgstr "Қолдау"
+
+#: ../data/gl-eventviewdetail.ui.h:8
+msgid "Documentation"
+msgstr "Құжаттама"
+
+#: ../data/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Жаңа терезе"
+
+#: ../data/menus.ui.h:2
+msgid "_Help"
+msgstr "_Көмек"
+
+#: ../data/menus.ui.h:3
+msgid "_About"
+msgstr "Ос_ы туралы"
+
+#: ../data/menus.ui.h:4
+msgid "_Quit"
+msgstr "_Шығу"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:1
+msgid ""
+"Logs shows events from the systemd journal, and sorts them into categories, "
+"such as hardware and applications."
+msgstr ""
+"Логтар systemd журналынан оқиғаларды көрсетеді, және де оларды құрылғылар, "
+"қолданбалар сияқты санаттар бойынша сұрыптайды."
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:2
+msgid ""
+"Using Logs you can search your logs by typing a search term, and view "
+"detailed information about each event by clicking on it."
+msgstr ""
+"Логтар көмегімен сіз іздеу сөзін енгізу арқылы іздей аласыз, ал, оқиға "
+"туралы көбірек білу үшін, оған шерте аласыз."
+
+#: ../data/org.gnome.Logs.desktop.in.h:2
+msgid "Log Viewer"
+msgstr "Логтар көрсетушісі"
+
+#: ../data/org.gnome.Logs.desktop.in.h:3
+msgid "View detailed event logs for the system"
+msgstr "Жүйенің толығырақ ақпараты бар оқиғалар логын қарау"
+
+#. Translators: Search terms to find this application. Do NOT translate or 
localize the semicolons! The list MUST also end with a semicolon!
+#: ../data/org.gnome.Logs.desktop.in.h:5
+msgid "log;journal;debug;error;"
+msgstr "лог;журнал;жөндеу;қате;"
+
+#: ../src/gl-application.c:99
+msgid "translator-credits"
+msgstr "Baurzhan Muftakhidinov <baurthefi...@gmail.com>"
+
+#: ../src/gl-application.c:100
+msgid "View and search logs"
+msgstr "Жүйелік журналдарды қарау және олардан іздеу"
+
+#: ../src/gl-application.c:207
+msgid "Print version information and exit"
+msgstr "Нұсқа ақпаратын шығару және шығу"
+
+#. Translators: Shown when there are no (zero) results in the current
+#. * view.
+#: ../src/gl-eventviewlist.c:217
+msgid "No results"
+msgstr "Нәтижелері жоқ"
+
+#: ../src/gl-eventviewlist.c:604 ../src/gl-eventviewlist.c:614
+#: ../src/gl-eventviewlist.c:745 ../src/gl-eventviewlist.c:755
+msgid "Not implemented"
+msgstr "Іске асырылмаған"
+
+#. Translators: timestamp format for events on the current
+#. * day, showing the time in 12-hour format.
+#: ../src/gl-util.c:95
+msgid "%l:%M %p"
+msgstr "%l:%M %p"
+
+#. Translators: timestamp format for events in the current
+#. * year, showing the abbreviated month name, day of the
+#. * month and the time in 12-hour format.
+#: ../src/gl-util.c:101
+msgid "%b %e %l:%M %p"
+msgstr "%b %e %l:%M %p"
+
+#. Translators: timestamp format for events in a different
+#. * year, showing the abbreviated month name, day of the
+#. * month, year and the time in 12-hour format.
+#: ../src/gl-util.c:107
+msgid "%b %e %Y %l:%M %p"
+msgstr "%b %e %Y %l:%M %p"
+
+#. Translators: timestamp format for events on the current
+#. * day, showing the time in 24-hour format.
+#: ../src/gl-util.c:120
+msgid "%H:%M"
+msgstr "%H:%M"
+
+#. Translators: timestamp format for events in the current
+#. * year, showing the abbreviated month name, day of the
+#. * month and the time in 24-hour format.
+#: ../src/gl-util.c:126
+msgid "%b %e %H:%M"
+msgstr "%b %e %H:%M"
+
+#. Translators: timestamp format for events in a different
+#. * year, showing the abbreviated month name, day of the
+#. * month, year and the time in 24-hour format.
+#: ../src/gl-util.c:132
+msgid "%b %e %Y %H:%M"
+msgstr "%b %e %Y %H:%M"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/po/th.po 
new/gnome-logs-3.14.2/po/th.po
--- old/gnome-logs-3.14.1/po/th.po      1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-logs-3.14.2/po/th.po      2014-11-10 23:00:26.000000000 +0100
@@ -0,0 +1,199 @@
+# Thai translation for gnome-logs.
+# Copyright (C) 2014 Free Software Foundation, Inc.
+# This file is distributed under the same license as the gnome-logs package.
+#
+# Akom Chotiphantawanon <knight2...@gmail.com>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-logs gnome-3-14\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
+"logs&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2014-10-28 07:44+0000\n"
+"PO-Revision-Date: 2014-11-10 21:49+0700\n"
+"Last-Translator: Akom Chotiphantawanon <knight2...@gmail.com>\n"
+"Language-Team: Thai <thai-l...@googlegroups.com>\n"
+"Language: th\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../data/gl-categorylist.ui.h:1
+msgid "Important"
+msgstr "สำคัญ"
+
+#: ../data/gl-categorylist.ui.h:2
+msgid "Alerts"
+msgstr "แจ้งเหตุ"
+
+#: ../data/gl-categorylist.ui.h:3
+msgid "Starred"
+msgstr "ติดดาว"
+
+#: ../data/gl-categorylist.ui.h:4
+msgid "All"
+msgstr "ทั้งหมด"
+
+#: ../data/gl-categorylist.ui.h:5
+msgid "Applications"
+msgstr "โปรแกรม"
+
+#: ../data/gl-categorylist.ui.h:6
+msgid "System"
+msgstr "ระบบ"
+
+#: ../data/gl-categorylist.ui.h:7
+msgid "Security"
+msgstr "ความปลอดภัย"
+
+#: ../data/gl-categorylist.ui.h:8
+msgid "Hardware"
+msgstr "ฮาร์ดแวร์"
+
+#: ../data/gl-categorylist.ui.h:9
+msgid "Updates"
+msgstr "รายการใหม่"
+
+#: ../data/gl-categorylist.ui.h:10
+msgid "Usage"
+msgstr "การใช้งาน"
+
+#. Name and summary taken from the desktop file.
+#: ../data/gl-eventtoolbar.ui.h:1 ../data/org.gnome.Logs.appdata.xml.in.h:2
+#: ../data/org.gnome.Logs.desktop.in.h:1
+msgid "Logs"
+msgstr "ปูม"
+
+#: ../data/gl-eventtoolbar.ui.h:2
+msgid "Go back to the event view"
+msgstr "ย้อนกลับไปมุมมองเหตุการณ์"
+
+#: ../data/gl-eventtoolbar.ui.h:3
+msgid "Search the displayed logs"
+msgstr "ค้นปูมที่แสดง"
+
+#: ../data/gl-eventviewdetail.ui.h:1
+msgid "Message"
+msgstr "ข้อความ"
+
+#: ../data/gl-eventviewdetail.ui.h:2
+msgid "Audit Session"
+msgstr "วาระการตรวจสอบ"
+
+#: ../data/gl-eventviewdetail.ui.h:3
+msgid "Kernel Device"
+msgstr "อุปกรณ์ของเคอร์เนล"
+
+#: ../data/gl-eventviewdetail.ui.h:4
+msgid "Priority"
+msgstr "ลำดับความสำคัญ"
+
+#: ../data/menus.ui.h:1
+msgid "_New Window"
+msgstr "หน้าต่างใ_หม่"
+
+#: ../data/menus.ui.h:2
+msgid "_Help"
+msgstr "_วิธีใช้"
+
+#: ../data/menus.ui.h:3
+msgid "_About"
+msgstr "เ_กี่ยวกับ"
+
+#: ../data/menus.ui.h:4
+msgid "_Quit"
+msgstr "_ออก"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:3
+#: ../data/org.gnome.Logs.desktop.in.h:3
+msgid "View detailed event logs for the system"
+msgstr "ดูปูมเหตุการณ์ของระบบอย่างละเอียด"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:4
+msgid ""
+"Logs shows events from the systemd journal, and sorts them into categories, "
+"such as hardware and applications."
+msgstr ""
+"\"ปูม\" จะแสดงเหตุการณ์จากบันทึกของ systemd และคัดแยกเหตุการณ์เป็นหมวดๆ เช่น "
+"ฮาร์ดแวร์และโปรแกรม"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:5
+msgid ""
+"Using Logs you can search your logs by typing a search term, and view "
+"detailed information about each event by clicking on it."
+msgstr ""
+"ด้วย \"ปูม\" คุณสามารถค้นปูมต่างๆ ของคุณได้โดยป้อนคำค้น "
+"และสามารถดูข้อมูลรายละเอียดเกี่ยวกับแต่ละเหตุการณ์ได้โดยคลิกที่เหตุการณ์นั้นๆ"
+
+#: ../data/org.gnome.Logs.desktop.in.h:2
+msgid "Log Viewer"
+msgstr "เครื่องมือดูปูม"
+
+#. Translators: Search terms to find this application. Do NOT translate or 
localize the semicolons! The list MUST also end with a semicolon!
+#: ../data/org.gnome.Logs.desktop.in.h:5
+msgid "log;journal;debug;error;"
+msgstr "ปูม;บันทึก;ดีบั๊ก;ข้อผิดพลาด;"
+
+#: ../src/gl-application.c:99
+msgid "translator-credits"
+msgstr "Akom Chotiphantawanon <knight2...@gmail.com>"
+
+#: ../src/gl-application.c:100
+msgid "View and search logs"
+msgstr "ดูและค้นปูม"
+
+#: ../src/gl-application.c:207
+msgid "Print version information and exit"
+msgstr "พิมพ์ข้อมูลรุ่นแล้วจบโปรแกรม"
+
+#. Translators: Shown when there are no (zero) results in the current
+#. * view.
+#: ../src/gl-eventviewlist.c:217
+msgid "No results"
+msgstr "ไม่มีผลลัพธ์"
+
+#: ../src/gl-eventviewlist.c:604 ../src/gl-eventviewlist.c:614
+#: ../src/gl-eventviewlist.c:745 ../src/gl-eventviewlist.c:755
+msgid "Not implemented"
+msgstr "ยังไม่ทำ"
+
+#. Translators: timestamp format for events on the current
+#. * day, showing the time in 12-hour format.
+#: ../src/gl-util.c:95
+msgid "%l:%M %p"
+msgstr "%l:%M %p"
+
+#. Translators: timestamp format for events in the current
+#. * year, showing the abbreviated month name, day of the
+#. * month and the time in 12-hour format.
+#: ../src/gl-util.c:101
+msgid "%b %e %l:%M %p"
+msgstr "%e %b %l:%M %p"
+
+#. Translators: timestamp format for events in a different
+#. * year, showing the abbreviated month name, day of the
+#. * month, year and the time in 12-hour format.
+#: ../src/gl-util.c:107
+msgid "%b %e %Y %l:%M %p"
+msgstr "%e %b %Ey %l:%M %p"
+
+#. Translators: timestamp format for events on the current
+#. * day, showing the time in 24-hour format.
+#: ../src/gl-util.c:120
+msgid "%H:%M"
+msgstr "%H:%M"
+
+#. Translators: timestamp format for events in the current
+#. * year, showing the abbreviated month name, day of the
+#. * month and the time in 24-hour format.
+#: ../src/gl-util.c:126
+msgid "%b %e %H:%M"
+msgstr "%e %b %H:%M"
+
+#. Translators: timestamp format for events in a different
+#. * year, showing the abbreviated month name, day of the
+#. * month, year and the time in 24-hour format.
+#: ../src/gl-util.c:132
+msgid "%b %e %Y %H:%M"
+msgstr "%e %b %Ey %H:%M"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.14.1/src/gl-eventviewlist.c 
new/gnome-logs-3.14.2/src/gl-eventviewlist.c
--- old/gnome-logs-3.14.1/src/gl-eventviewlist.c        2014-07-21 
21:21:36.000000000 +0200
+++ new/gnome-logs-3.14.2/src/gl-eventviewlist.c        2014-11-10 
23:00:20.000000000 +0100
@@ -924,6 +924,7 @@
             break;
         case PROP_MODE:
             g_value_set_enum (value, priv->mode);
+            break;
         default:
             G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
             break;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to