Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2016-09-25 14:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and      /work/SRC/openSUSE:Factory/.python-caja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-caja"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2016-04-15 
19:11:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes     
2016-09-25 14:44:10.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Examples: Fix Caja crash on loading background-image extension.
+  * Examples: Various fixes.
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  python-caja-1.14.0.tar.xz

New:
----
  python-caja-1.16.0.tar.xz

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

Other differences:
------------------
++++++ python-caja.spec ++++++
--- /var/tmp/diff_new_pack.gNzTgA/_old  2016-09-25 14:44:11.000000000 +0200
+++ /var/tmp/diff_new_pack.gNzTgA/_new  2016-09-25 14:44:11.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   caja-python
-%define _version 1.14
+%define _version 1.16
 Name:           python-caja
-Version:        1.14.0
+Version:        1.16.0
 Release:        0
 Summary:        Python bindings for Caja
 License:        GPL-2.0+
@@ -27,6 +27,7 @@
 Url:            http://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(python)

++++++ python-caja-1.14.0.tar.xz -> python-caja-1.16.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/ChangeLog 
new/python-caja-1.16.0/ChangeLog
--- old/python-caja-1.14.0/ChangeLog    2016-04-07 17:37:47.000000000 +0200
+++ new/python-caja-1.16.0/ChangeLog    2016-09-19 14:25:40.000000000 +0200
@@ -1,3 +1,320 @@
+commit a42b47d1cc4142963e810386e706b550d9db64f8
+Author: raveit65 <chat-to...@raveit.de>
+Date:   Mon Sep 19 14:24:55 2016 +0200
+
+    release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c908a0e2a796dcca8104d48e870f28a9886f798
+Author: monsta <mon...@inbox.ru>
+Date:   Mon Sep 19 14:41:06 2016 +0300
+
+    update NEWS for 1.16
+
+ NEWS | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit f39fae90f22504c9c82d13b8fe7ee34c76ef3442
+Author: monsta <mon...@inbox.ru>
+Date:   Mon Sep 19 14:30:38 2016 +0300
+
+    sync with Transifex
+
+ po/el.po | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 5815f585f8a6ae967aad703f39cc0dfbae669ff3
+Author: monsta <mon...@inbox.ru>
+Date:   Wed Aug 24 00:56:13 2016 +0300
+
+    examples: add dummy function to background-image extension
+    
+    seems like the only way to fix Caja warning:
+    
+    caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER 
(provider)' failed
+
+ examples/background-image.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5e5f64a97de1c1498c7a505a5adb8b83c8474c0a
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Aug 23 20:54:55 2016 +0300
+
+    examples: use proper import in update-file-info-async.py
+
+ examples/update-file-info-async.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f9d3f97c99920506dca720f512687b8517aeaa24
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Aug 23 18:19:53 2016 +0300
+
+    examples: fix Caja crash when loading background-image extension
+    
+    due to wrong background schema name
+
+ examples/background-image.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 90a9deb21146c772240c518f6cd92a127ca15015
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Aug 23 16:56:50 2016 +0300
+
+    remove ancient NEWS.GNOME
+
+ NEWS.GNOME | 78 --------------------------------------------------------------
+ 1 file changed, 78 deletions(-)
+
+commit a30560987e61fffd40f1ec16d7c798ba41f61217
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Jun 21 17:31:06 2016 +0300
+
+    po: re-add two non-empty translations
+
+ po/LINGUAS |  2 ++
+ po/pms.po  | 27 +++++++++++++++++++++++++++
+ po/uz.po   | 27 +++++++++++++++++++++++++++
+ 3 files changed, 56 insertions(+)
+
+commit 53efd96bbdfdc4a3531ebeef39e05cd5ea3fef56
+Author: monsta <mon...@inbox.ru>
+Date:   Tue Jun 21 17:28:08 2016 +0300
+
+    revert addition of empty translations
+    
+    they're all empty - except for two which I'll re-add later - so they
+    simply don't do anything. no translated strings, no use.
+    
+    This reverts commit cc34243266804068147a2a1b6c25081efdc377ce.
+
+ po/af.po          | 26 --------------------------
+ po/an.po          | 26 --------------------------
+ po/as.po          | 26 --------------------------
+ po/ast.po         | 26 --------------------------
+ po/az.po          | 26 --------------------------
+ po/bn.po          | 26 --------------------------
+ po/bn_IN.po       | 26 --------------------------
+ po/bs.po          | 26 --------------------------
+ po/c...@valencia.po | 26 --------------------------
+ po/cmn.po         | 26 --------------------------
+ po/crh.po         | 26 --------------------------
+ po/csb.po         | 26 --------------------------
+ po/cv.po          | 26 --------------------------
+ po/de_CH.po       | 26 --------------------------
+ po/dz.po          | 26 --------------------------
+ po/en_CA.po       | 26 --------------------------
+ po/eo.po          | 26 --------------------------
+ po/es_419.po      | 26 --------------------------
+ po/es_AR.po       | 26 --------------------------
+ po/es_CL.po       | 26 --------------------------
+ po/es_CO.po       | 26 --------------------------
+ po/es_CR.po       | 26 --------------------------
+ po/es_DO.po       | 26 --------------------------
+ po/es_EC.po       | 26 --------------------------
+ po/es_ES.po       | 26 --------------------------
+ po/es_MX.po       | 26 --------------------------
+ po/es_NI.po       | 26 --------------------------
+ po/es_PA.po       | 26 --------------------------
+ po/es_PE.po       | 26 --------------------------
+ po/es_PR.po       | 26 --------------------------
+ po/es_SV.po       | 26 --------------------------
+ po/es_US.po       | 26 --------------------------
+ po/es_UY.po       | 26 --------------------------
+ po/es_VE.po       | 26 --------------------------
+ po/fil.po         | 26 --------------------------
+ po/fo.po          | 26 --------------------------
+ po/fur.po         | 26 --------------------------
+ po/fy.po          | 26 --------------------------
+ po/ga.po          | 26 --------------------------
+ po/gd.po          | 26 --------------------------
+ po/gu.po          | 26 --------------------------
+ po/ha.po          | 26 --------------------------
+ po/hi.po          | 26 --------------------------
+ po/ia.po          | 26 --------------------------
+ po/ig.po          | 26 --------------------------
+ po/is.po          | 26 --------------------------
+ po/ka.po          | 26 --------------------------
+ po/km.po          | 26 --------------------------
+ po/kn.po          | 26 --------------------------
+ po/ks.po          | 26 --------------------------
+ po/ku.po          | 26 --------------------------
+ po/ku_IQ.po       | 26 --------------------------
+ po/ky.po          | 26 --------------------------
+ po/la.po          | 26 --------------------------
+ po/lb.po          | 26 --------------------------
+ po/li.po          | 26 --------------------------
+ po/lo.po          | 26 --------------------------
+ po/lv.po          | 26 --------------------------
+ po/mai.po         | 26 --------------------------
+ po/mg.po          | 26 --------------------------
+ po/mi.po          | 26 --------------------------
+ po/mk.po          | 26 --------------------------
+ po/ml.po          | 26 --------------------------
+ po/mn.po          | 26 --------------------------
+ po/mr.po          | 26 --------------------------
+ po/my.po          | 26 --------------------------
+ po/nah.po         | 26 --------------------------
+ po/nds.po         | 26 --------------------------
+ po/ne.po          | 26 --------------------------
+ po/nn.po          | 26 --------------------------
+ po/nqo.po         | 26 --------------------------
+ po/nso.po         | 26 --------------------------
+ po/om.po          | 26 --------------------------
+ po/or.po          | 26 --------------------------
+ po/pa.po          | 26 --------------------------
+ po/pms.po         | 27 ---------------------------
+ po/ps.po          | 26 --------------------------
+ po/rw.po          | 26 --------------------------
+ po/sc.po          | 26 --------------------------
+ po/sco.po         | 26 --------------------------
+ po/si.po          | 26 --------------------------
+ po/so.po          | 26 --------------------------
+ po/s...@latin.po    | 26 --------------------------
+ po/sw.po          | 26 --------------------------
+ po/ta.po          | 26 --------------------------
+ po/te.po          | 26 --------------------------
+ po/tg.po          | 26 --------------------------
+ po/th.po          | 26 --------------------------
+ po/tk.po          | 26 --------------------------
+ po/tl.po          | 26 --------------------------
+ po/ts.po          | 26 --------------------------
+ po/tt.po          | 26 --------------------------
+ po/ug.po          | 26 --------------------------
+ po/ur.po          | 26 --------------------------
+ po/ur_PK.po       | 26 --------------------------
+ po/uz.po          | 27 ---------------------------
+ po/vi.po          | 26 --------------------------
+ po/wa.po          | 26 --------------------------
+ po/xh.po          | 26 --------------------------
+ po/yi.po          | 26 --------------------------
+ po/yo.po          | 26 --------------------------
+ po/zh-Hans.po     | 26 --------------------------
+ po/zu.po          | 26 --------------------------
+ 103 files changed, 2680 deletions(-)
+
+commit bb9bb1c86c1ce898e2c25a5a6837f02a66a9465f
+Author: Martin Wimpress <c...@flexion.org>
+Date:   Sun Jun 12 15:28:59 2016 +0100
+
+    Bump version to 1.15.0
+
+ NEWS         | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit cc34243266804068147a2a1b6c25081efdc377ce
+Author: Martin Wimpress <c...@flexion.org>
+Date:   Sun Jun 12 15:26:18 2016 +0100
+
+    sync Transifex.
+
+ po/af.po          | 26 ++++++++++++++++++++++++++
+ po/an.po          | 26 ++++++++++++++++++++++++++
+ po/as.po          | 26 ++++++++++++++++++++++++++
+ po/ast.po         | 26 ++++++++++++++++++++++++++
+ po/az.po          | 26 ++++++++++++++++++++++++++
+ po/bn.po          | 26 ++++++++++++++++++++++++++
+ po/bn_IN.po       | 26 ++++++++++++++++++++++++++
+ po/bs.po          | 26 ++++++++++++++++++++++++++
+ po/c...@valencia.po | 26 ++++++++++++++++++++++++++
+ po/cmn.po         | 26 ++++++++++++++++++++++++++
+ po/crh.po         | 26 ++++++++++++++++++++++++++
+ po/csb.po         | 26 ++++++++++++++++++++++++++
+ po/cv.po          | 26 ++++++++++++++++++++++++++
+ po/de_CH.po       | 26 ++++++++++++++++++++++++++
+ po/dz.po          | 26 ++++++++++++++++++++++++++
+ po/en_CA.po       | 26 ++++++++++++++++++++++++++
+ po/eo.po          | 26 ++++++++++++++++++++++++++
+ po/es_419.po      | 26 ++++++++++++++++++++++++++
+ po/es_AR.po       | 26 ++++++++++++++++++++++++++
+ po/es_CL.po       | 26 ++++++++++++++++++++++++++
+ po/es_CO.po       | 26 ++++++++++++++++++++++++++
+ po/es_CR.po       | 26 ++++++++++++++++++++++++++
+ po/es_DO.po       | 26 ++++++++++++++++++++++++++
+ po/es_EC.po       | 26 ++++++++++++++++++++++++++
+ po/es_ES.po       | 26 ++++++++++++++++++++++++++
+ po/es_MX.po       | 26 ++++++++++++++++++++++++++
+ po/es_NI.po       | 26 ++++++++++++++++++++++++++
+ po/es_PA.po       | 26 ++++++++++++++++++++++++++
+ po/es_PE.po       | 26 ++++++++++++++++++++++++++
+ po/es_PR.po       | 26 ++++++++++++++++++++++++++
+ po/es_SV.po       | 26 ++++++++++++++++++++++++++
+ po/es_US.po       | 26 ++++++++++++++++++++++++++
+ po/es_UY.po       | 26 ++++++++++++++++++++++++++
+ po/es_VE.po       | 26 ++++++++++++++++++++++++++
+ po/fil.po         | 26 ++++++++++++++++++++++++++
+ po/fo.po          | 26 ++++++++++++++++++++++++++
+ po/fur.po         | 26 ++++++++++++++++++++++++++
+ po/fy.po          | 26 ++++++++++++++++++++++++++
+ po/ga.po          | 26 ++++++++++++++++++++++++++
+ po/gd.po          | 26 ++++++++++++++++++++++++++
+ po/gu.po          | 26 ++++++++++++++++++++++++++
+ po/ha.po          | 26 ++++++++++++++++++++++++++
+ po/hi.po          | 26 ++++++++++++++++++++++++++
+ po/ia.po          | 26 ++++++++++++++++++++++++++
+ po/ig.po          | 26 ++++++++++++++++++++++++++
+ po/is.po          | 26 ++++++++++++++++++++++++++
+ po/ka.po          | 26 ++++++++++++++++++++++++++
+ po/km.po          | 26 ++++++++++++++++++++++++++
+ po/kn.po          | 26 ++++++++++++++++++++++++++
+ po/ks.po          | 26 ++++++++++++++++++++++++++
+ po/ku.po          | 26 ++++++++++++++++++++++++++
+ po/ku_IQ.po       | 26 ++++++++++++++++++++++++++
+ po/ky.po          | 26 ++++++++++++++++++++++++++
+ po/la.po          | 26 ++++++++++++++++++++++++++
+ po/lb.po          | 26 ++++++++++++++++++++++++++
+ po/li.po          | 26 ++++++++++++++++++++++++++
+ po/lo.po          | 26 ++++++++++++++++++++++++++
+ po/lv.po          | 26 ++++++++++++++++++++++++++
+ po/mai.po         | 26 ++++++++++++++++++++++++++
+ po/mg.po          | 26 ++++++++++++++++++++++++++
+ po/mi.po          | 26 ++++++++++++++++++++++++++
+ po/mk.po          | 26 ++++++++++++++++++++++++++
+ po/ml.po          | 26 ++++++++++++++++++++++++++
+ po/mn.po          | 26 ++++++++++++++++++++++++++
+ po/mr.po          | 26 ++++++++++++++++++++++++++
+ po/my.po          | 26 ++++++++++++++++++++++++++
+ po/nah.po         | 26 ++++++++++++++++++++++++++
+ po/nds.po         | 26 ++++++++++++++++++++++++++
+ po/ne.po          | 26 ++++++++++++++++++++++++++
+ po/nn.po          | 26 ++++++++++++++++++++++++++
+ po/nqo.po         | 26 ++++++++++++++++++++++++++
+ po/nso.po         | 26 ++++++++++++++++++++++++++
+ po/om.po          | 26 ++++++++++++++++++++++++++
+ po/or.po          | 26 ++++++++++++++++++++++++++
+ po/pa.po          | 26 ++++++++++++++++++++++++++
+ po/pms.po         | 27 +++++++++++++++++++++++++++
+ po/ps.po          | 26 ++++++++++++++++++++++++++
+ po/rw.po          | 26 ++++++++++++++++++++++++++
+ po/sc.po          | 26 ++++++++++++++++++++++++++
+ po/sco.po         | 26 ++++++++++++++++++++++++++
+ po/si.po          | 26 ++++++++++++++++++++++++++
+ po/so.po          | 26 ++++++++++++++++++++++++++
+ po/s...@latin.po    | 26 ++++++++++++++++++++++++++
+ po/sw.po          | 26 ++++++++++++++++++++++++++
+ po/ta.po          | 26 ++++++++++++++++++++++++++
+ po/te.po          | 26 ++++++++++++++++++++++++++
+ po/tg.po          | 26 ++++++++++++++++++++++++++
+ po/th.po          | 26 ++++++++++++++++++++++++++
+ po/tk.po          | 26 ++++++++++++++++++++++++++
+ po/tl.po          | 26 ++++++++++++++++++++++++++
+ po/ts.po          | 26 ++++++++++++++++++++++++++
+ po/tt.po          | 26 ++++++++++++++++++++++++++
+ po/ug.po          | 26 ++++++++++++++++++++++++++
+ po/ur.po          | 26 ++++++++++++++++++++++++++
+ po/ur_PK.po       | 26 ++++++++++++++++++++++++++
+ po/uz.po          | 27 +++++++++++++++++++++++++++
+ po/vi.po          | 26 ++++++++++++++++++++++++++
+ po/wa.po          | 26 ++++++++++++++++++++++++++
+ po/xh.po          | 26 ++++++++++++++++++++++++++
+ po/yi.po          | 26 ++++++++++++++++++++++++++
+ po/yo.po          | 26 ++++++++++++++++++++++++++
+ po/zh-Hans.po     | 26 ++++++++++++++++++++++++++
+ po/zu.po          | 26 ++++++++++++++++++++++++++
+ 103 files changed, 2680 insertions(+)
+
 commit fdec828a9ccbf8e4f634b2a4076306b48a0b454e
 Author: raveit65 <chat-to...@raveit.de>
 Date:   Thu Apr 7 17:36:48 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/NEWS new/python-caja-1.16.0/NEWS
--- old/python-caja-1.14.0/NEWS 2016-04-07 17:35:37.000000000 +0200
+++ new/python-caja-1.16.0/NEWS 2016-09-19 14:23:33.000000000 +0200
@@ -1,3 +1,10 @@
+1.16.0
+
+  * Examples: fix Caja crash on loading background-image
+    extension
+  * Examples: various fixes
+  * Translations update
+
 1.14.0
 
   * Expose filenames of Python extensions to Caja
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/aclocal.m4 
new/python-caja-1.16.0/aclocal.m4
--- old/python-caja-1.14.0/aclocal.m4   2016-04-07 17:37:27.000000000 +0200
+++ new/python-caja-1.16.0/aclocal.m4   2016-09-19 14:25:30.000000000 +0200
@@ -458,8 +458,8 @@
 
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
+dnl 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' old/python-caja-1.14.0/configure 
new/python-caja-1.16.0/configure
--- old/python-caja-1.14.0/configure    2016-04-07 17:37:28.000000000 +0200
+++ new/python-caja-1.16.0/configure    2016-09-19 14:25:31.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for python-caja 1.14.0.
+# Generated by GNU Autoconf 2.69 for python-caja 1.16.0.
 #
 # Report bugs to <https://github.com/mate-desktop/python-caja/issues>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='python-caja'
 PACKAGE_TARNAME='python-caja'
-PACKAGE_VERSION='1.14.0'
-PACKAGE_STRING='python-caja 1.14.0'
+PACKAGE_VERSION='1.16.0'
+PACKAGE_STRING='python-caja 1.16.0'
 PACKAGE_BUGREPORT='https://github.com/mate-desktop/python-caja/issues'
 PACKAGE_URL='http://mate-desktop.org'
 
@@ -1420,7 +1420,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 python-caja 1.14.0 to adapt to many kinds of systems.
+\`configure' configures python-caja 1.16.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1490,7 +1490,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of python-caja 1.14.0:";;
+     short | recursive ) echo "Configuration of python-caja 1.16.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1624,7 +1624,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-python-caja configure 1.14.0
+python-caja configure 1.16.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1993,7 +1993,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by python-caja $as_me 1.14.0, which was
+It was created by python-caja $as_me 1.16.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2860,7 +2860,7 @@
 
 # Define the identity of the package.
  PACKAGE='python-caja'
- VERSION='1.14.0'
+ VERSION='1.16.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15033,7 +15033,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by python-caja $as_me 1.14.0, which was
+This file was extended by python-caja $as_me 1.16.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15100,7 +15100,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-python-caja config.status 1.14.0
+python-caja config.status 1.16.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/configure.ac 
new/python-caja-1.16.0/configure.ac
--- old/python-caja-1.14.0/configure.ac 2016-04-07 17:36:19.000000000 +0200
+++ new/python-caja-1.16.0/configure.ac 2016-09-19 14:24:43.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.14.0],
+AC_INIT([python-caja], [1.16.0],
        [https://github.com/mate-desktop/python-caja/issues],
        [python-caja], [http://mate-desktop.org])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/examples/background-image.py 
new/python-caja-1.16.0/examples/background-image.py
--- old/python-caja-1.14.0/examples/background-image.py 2015-10-06 
18:16:10.000000000 +0200
+++ new/python-caja-1.16.0/examples/background-image.py 2016-09-19 
14:23:33.000000000 +0200
@@ -1,7 +1,7 @@
 from gi.repository import Caja, GObject, Gio
 
 SUPPORTED_FORMATS = 'image/jpeg', 'image/png'
-BACKGROUND_SCHEMA = 'org.mate.desktop.background'
+BACKGROUND_SCHEMA = 'org.mate.background'
 BACKGROUND_KEY = 'picture-uri'
 
 class BackgroundImageExtension(GObject.GObject, Caja.MenuProvider):
@@ -34,3 +34,6 @@
                                  tip='Set the current image as a background 
image')
         item.connect('activate', self.menu_activate_cb, file)
         return item,
+
+    def get_background_items(self, window, file):
+        return []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-caja-1.14.0/examples/update-file-info-async.py 
new/python-caja-1.16.0/examples/update-file-info-async.py
--- old/python-caja-1.14.0/examples/update-file-info-async.py   2015-10-06 
18:16:10.000000000 +0200
+++ new/python-caja-1.16.0/examples/update-file-info-async.py   2016-09-19 
14:23:33.000000000 +0200
@@ -1,4 +1,4 @@
-from gi.repository import Caja, GObject
+from gi.repository import Caja, GObject, GLib
 
 class UpdateFileInfoAsync(GObject.GObject, Caja.InfoProvider):
     def __init__(self):
@@ -6,7 +6,7 @@
     
     def update_file_info_full(self, provider, handle, closure, file):
         print "update_file_info_full"
-        gobject.timeout_add_seconds(3, self.update_cb, provider, handle, 
closure)
+        GLib.timeout_add_seconds(3, self.update_cb, provider, handle, closure)
         return Caja.OperationResult.IN_PROGRESS
         
     def update_cb(self, provider, handle, closure):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/libcaja-python.caja-extension.in 
new/python-caja-1.16.0/libcaja-python.caja-extension.in
--- old/python-caja-1.14.0/libcaja-python.caja-extension.in     2016-04-07 
17:37:33.000000000 +0200
+++ new/python-caja-1.16.0/libcaja-python.caja-extension.in     2016-09-19 
14:25:36.000000000 +0200
@@ -4,5 +4,5 @@
 _Description=Allows to use Python extensions
 Author=Perberos <perbe...@gmail.com>;Stefano Karapetsas 
<stef...@karapetsas.com>;Steve Zesch <stevezes...@gmail.com>;Johan Dahlin 
<jo...@gnome.org>;Dave Camp <d...@ximian.com>;Calvin Gaisford 
<cgaisf...@novell.com>
 Copyright=Copyright (C) 2004-2005 Johan Dahlin
-Version=1.14.0
+Version=1.16.0
 Website=http://www.mate-desktop.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/po/LINGUAS 
new/python-caja-1.16.0/po/LINGUAS
--- old/python-caja-1.14.0/po/LINGUAS   2016-04-07 17:32:23.000000000 +0200
+++ new/python-caja-1.16.0/po/LINGUAS   2016-08-01 17:53:16.000000000 +0200
@@ -36,6 +36,7 @@
 nb
 nl
 pl
+pms
 pt_BR
 pt
 oc
@@ -48,6 +49,7 @@
 sv
 tr
 uk
+uz
 zh_CN
 zh_HK
 zh_TW
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/po/el.po 
new/python-caja-1.16.0/po/el.po
--- old/python-caja-1.14.0/po/el.po     2016-04-07 17:29:49.000000000 +0200
+++ new/python-caja-1.16.0/po/el.po     2016-09-19 14:23:33.000000000 +0200
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Angelos Chraniotis <chranio...@gmail.com>, 2016
 # Efstathios Iosifidis <iefstath...@gmail.com>, 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: MATE Desktop Environment\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-09-09 13:15+0200\n"
-"PO-Revision-Date: 2015-01-31 22:25+0000\n"
-"Last-Translator: Efstathios Iosifidis <iefstath...@gmail.com>\n"
+"PO-Revision-Date: 2016-05-06 19:36+0000\n"
+"Last-Translator: Angelos Chraniotis <chranio...@gmail.com>\n"
 "Language-Team: Greek (http://www.transifex.com/mate/MATE/language/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,4 +25,4 @@
 
 #: ../libcaja-python.caja-extension.in.h:2
 msgid "Allows to use Python extensions"
-msgstr ""
+msgstr "Επιτρέπει τη χρήση επεκτάσεων Python"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/po/pms.po 
new/python-caja-1.16.0/po/pms.po
--- old/python-caja-1.14.0/po/pms.po    1970-01-01 01:00:00.000000000 +0100
+++ new/python-caja-1.16.0/po/pms.po    2016-08-01 17:53:16.000000000 +0200
@@ -0,0 +1,27 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Randy Ichinose <randyichin...@gmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-09-09 13:15+0200\n"
+"PO-Revision-Date: 2016-05-13 10:38+0000\n"
+"Last-Translator: Randy Ichinose <randyichin...@gmail.com>\n"
+"Language-Team: Piemontese 
(http://www.transifex.com/mate/MATE/language/pms/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pms\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../libcaja-python.caja-extension.in.h:1
+msgid "Python"
+msgstr "Python"
+
+#: ../libcaja-python.caja-extension.in.h:2
+msgid "Allows to use Python extensions"
+msgstr "Përmët d’utilissé estension Python"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/po/uz.po 
new/python-caja-1.16.0/po/uz.po
--- old/python-caja-1.14.0/po/uz.po     1970-01-01 01:00:00.000000000 +0100
+++ new/python-caja-1.16.0/po/uz.po     2016-08-01 17:53:16.000000000 +0200
@@ -0,0 +1,27 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# muzaffar habibullayev <muzaffarlear...@gmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2015-09-09 13:15+0200\n"
+"PO-Revision-Date: 2016-04-08 12:42+0000\n"
+"Last-Translator: muzaffar habibullayev <muzaffarlear...@gmail.com>\n"
+"Language-Team: Uzbek (http://www.transifex.com/mate/MATE/language/uz/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: uz\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../libcaja-python.caja-extension.in.h:1
+msgid "Python"
+msgstr "Piton"
+
+#: ../libcaja-python.caja-extension.in.h:2
+msgid "Allows to use Python extensions"
+msgstr "Piton kengaytmalaridan foydalanishga yo'l qo'yish"


Reply via email to