commit caja-dropbox for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2020-03-03 10:15:53

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new.26092 (New)


Package is "caja-dropbox"

Tue Mar  3 10:15:53 2020 rev:10 rq:780513 version:1.24.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2019-07-31 14:34:41.581919821 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new.26092/caja-dropbox.changes 
2020-03-03 10:16:22.586667261 +0100
@@ -1,0 +2,7 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin 
+
+- Update to version 1.24.0:
+  * Update copyright to 2020.
+- Drop support for old openSUSE versions.
+
+---

Old:

  caja-dropbox-1.23.0.tar.xz

New:

  caja-dropbox-1.24.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.M2xyT9/_old  2020-03-03 10:16:23.518669190 +0100
+++ /var/tmp/diff_new_pack.M2xyT9/_new  2020-03-03 10:16:23.518669190 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-dropbox
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,21 @@
 #
 
 
-%define _version 1.23
+%define _version 1.24
 Name:   caja-dropbox
-Version:1.23.0
+Version:1.24.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0-or-later
-Group:  System/GUI/Other
 URL:https://mate-desktop.org/
-Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
 Patch0: caja-dropbox_no-dropbox-bin.patch
 BuildRequires:  hicolor-icon-theme
-# set to _version when mate-common has an equal release
-BuildRequires:  mate-common >= 1.22
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
 %description
@@ -43,7 +41,6 @@
 
 %package -n caja-extension-dropbox
 Summary:Dropbox client integrated into Caja
-Group:  System/GUI/Other
 Requires:   caja >= %{_version}
 Requires:   dropbox
 # caja-dropbox was last used in openSUSE Leap 42.1.
@@ -57,29 +54,18 @@
 This package integrates Dropbox seamlessly into Caja.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 %suse_update_desktop_file -r caja-dropbox Network FileTransfer
 
-%if 0%{?suse_version} < 1500
-%post -n caja-extension-dropbox
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun -n caja-extension-dropbox
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files -n caja-extension-dropbox
 %license COPYING
 %doc AUTHORS NEWS README

++ caja-dropbox-1.23.0.tar.xz -> caja-dropbox-1.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.23.0/COPYING 
new/caja-dropbox-1.24.0/COPYING
--- old/caja-dropbox-1.23.0/COPYING 2019-06-30 17:23:20.0 +0200
+++ new/caja-dropbox-1.24.0/COPYING 2020-02-10 14:32:59.0 +0100
@@ -1,5 +1,5 @@
 nautilus-dropbox is copyright 2008-2011 Dropbox, Inc.
-caja-dropbox is copyright 2012-2019 MATE developers.
+caja-dropbox is copyright 2012-2020 MATE developers.
 
 All images included in this package constitute data and are licensed under the
 Creative Commons Attribution-No Derivative Works 3.0 Unported License [1].  
This
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.23.0/ChangeLog 
new/caja-dropbox-1.24.0/ChangeLog
--- old/caja-dropbox-1.23.0/ChangeLog   2019-06-30 17:26:39.0 +0200
+++ new/caja-dropbox-1.24.0/ChangeLog   2020-02-10 14:35:35.0 +0100
@@ -1,3 +1,76 @@
+commit 6bca1c57c29dc4547405c9a87dc53925d4822933
+Author: raveit65 
+Date:   Mon Feb 10 13:54:34 2020 +0100
+
+release 1.24.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 9e09cce8ba72f1292f0504b3688b691a6dbf6528
+Author: raveit65 
+Date:   Fri Jan 10 11:24:18 2020 +0100
+

commit caja-dropbox for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2019-07-31 14:33:49

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new.4126 (New)


Package is "caja-dropbox"

Wed Jul 31 14:33:49 2019 rev:9 rq:719945 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2019-05-22 11:15:16.866542092 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new.4126/caja-dropbox.changes  
2019-07-31 14:34:41.581919821 +0200
@@ -1,0 +2,11 @@
+Thu Jul 18 11:07:50 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 1.23.0:
+  * Change url project's website
+  * Use CAJA_EXTENSION_DIR_SYS to save and show system caja extension dir
+  * show full path of caja-extension-dir 
+- remove patch:
+  * caja-dropbox_glib-2.48.patch: we don't support gtk3.20 anymore
+- build require glib >= 2.50
+
+---

Old:

  caja-dropbox-1.22.1.tar.xz
  caja-dropbox_glib-2.48.patch

New:

  caja-dropbox-1.23.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.R3LtRT/_old  2019-07-31 14:34:42.309920093 +0200
+++ /var/tmp/diff_new_pack.R3LtRT/_new  2019-07-31 14:34:42.313920095 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.22
+%define _version 1.23
 Name:   caja-dropbox
-Version:1.22.1
+Version:1.23.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0-or-later
@@ -27,13 +27,12 @@
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
 Patch0: caja-dropbox_no-dropbox-bin.patch
-# PATCH-FEATURE-OPENSUSE caja-dropbox_glib-2.48.patch -- Restore GLib 2.48 
support.
-Patch1: caja-dropbox_glib-2.48.patch
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  mate-common >= %{_version}
+# set to _version when mate-common has an equal release
+BuildRequires:  mate-common >= 1.22
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0) >= 2.48
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
 %description
@@ -60,7 +59,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++ caja-dropbox-1.22.1.tar.xz -> caja-dropbox-1.23.0.tar.xz ++
 3505 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/caja-dropbox-1.22.1/ChangeLog new/caja-dropbox-1.23.0/ChangeLog
--- old/caja-dropbox-1.22.1/ChangeLog   2019-04-23 15:36:55.0 +0200
+++ new/caja-dropbox-1.23.0/ChangeLog   2019-06-30 17:26:39.0 +0200
@@ -1,23 +1,78 @@
-commit 2cff2fd6f5d383be33708e6893c76b63eed96639
+commit cfd211b98aa4a74d753743ff51acecbd5b8a9812
 Author: raveit65 
-Date:   Tue Apr 23 15:24:15 2019 +0200
+Date:   Sun Jun 30 16:54:40 2019 +0200
 
-release 1.22.1
+release 1.23.0
 
- NEWS | 5 +
+ NEWS | 5 +
+ 1 file changed, 5 insertions(+)
+
+commit 442aae38fc9cd597b9a32bbf08e3f6a7602fdfc0
+Author: Laurent Napias 
+Date:   Sun Jun 9 23:25:55 2019 +0200
+
+Change url project's website
+
+ configure.ac   | 2 +-
+ data/libcaja-dropbox.caja-extension.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 303b45cee31f3e65846ff864412aaff1651ba4c3
+Author: Martin Wimpress 
+Date:   Fri May 31 13:49:37 2019 +0100
+
+Create FUNDING.yml
+
+ .github/FUNDING.yml | 9 +
+ 1 file changed, 9 insertions(+)
+
+commit 8dbda8ca9b022f39e3565b846616937da3175407
+Author: raveit65 
+Date:   Wed May 22 14:03:11 2019 +0200
+
+travis: use fedora-30 and ubuntu-19.10 for building
+
+ .travis.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c4984a6880a60cd414804b4066a31346da1609a3
+Author: raveit65 
+Date:   Tue Apr 23 14:54:24 2019 +0200
+
+pre-bump version
+
+ NEWS | 2 ++
  configure.ac | 2 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
+ 2 files changed, 3 insertions(+), 1 deletion(-)
 
-commit 877b724dd6538386a97a95352e78d28616561ebb
+commit 3388e0458607019af818e5878dd853442bbca665
 Author: raveit65 
-Date:   Tue Mar 26 13:11:02 2019 +0100
+Date:   Mon Mar 25 20:06:46 2019 +0100
+
+

commit caja-dropbox for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2019-05-22 11:15:12

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new.5148 (New)


Package is "caja-dropbox"

Wed May 22 11:15:12 2019 rev:8 rq:704368 version:1.22.1

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2019-05-16 22:03:15.734661406 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new.5148/caja-dropbox.changes  
2019-05-22 11:15:16.866542092 +0200
@@ -1,0 +2,8 @@
+Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin 
+
+- Update to version 1.22.1:
+  * Use CAJA_EXTENSION_DIR_SYS to save and show system 
+caja extension dir.
+  * Show full path of caja-extension-dir.
+
+---

Old:

  caja-dropbox-1.22.0.tar.xz

New:

  caja-dropbox-1.22.1.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.GjwNdY/_old  2019-05-22 11:15:17.746541929 +0200
+++ /var/tmp/diff_new_pack.GjwNdY/_new  2019-05-22 11:15:17.750541928 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.22
 Name:   caja-dropbox
-Version:1.22.0
+Version:1.22.1
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0-or-later

++ caja-dropbox-1.22.0.tar.xz -> caja-dropbox-1.22.1.tar.xz ++
 4223 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/caja-dropbox-1.22.0/ChangeLog new/caja-dropbox-1.22.1/ChangeLog
--- old/caja-dropbox-1.22.0/ChangeLog   2019-02-25 13:46:34.0 +0100
+++ new/caja-dropbox-1.22.1/ChangeLog   2019-04-23 15:36:55.0 +0200
@@ -1,3 +1,44 @@
+commit 2cff2fd6f5d383be33708e6893c76b63eed96639
+Author: raveit65 
+Date:   Tue Apr 23 15:24:15 2019 +0200
+
+release 1.22.1
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 877b724dd6538386a97a95352e78d28616561ebb
+Author: raveit65 
+Date:   Tue Mar 26 13:11:02 2019 +0100
+
+github release for stable branch
+
+ .travis.yml | 19 +++
+ 1 file changed, 19 insertions(+)
+
+commit 5fdcb1711f67e549f7aeb2fd77c84cbb39375224
+Author: Wu Xiaotian 
+Date:   Thu Feb 28 10:46:53 2019 +0800
+
+Use CAJA_EXTENSION_DIR_SYS to save and show system caja extension dir
+
+Here just show message, so a new variable used to save and show.
+Remove fallback caja_extension_dir set, pkg check libcaja-extension
+before, so this is not needed.
+
+ configure.ac | 10 +++---
+ 1 file changed, 3 insertions(+), 7 deletions(-)
+
+commit fdc25dcab372b437d70d85fcb3222df49323412c
+Author: Wu Xiaotian 
+Date:   Tue Feb 19 17:04:25 2019 +0800
+
+show full path of caja-extension-dir
+
+ configure.ac | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit 803b0a2701fa6e0aabdae1d6bbfd75e6e85d215a
 Author: raveit65 
 Date:   Mon Feb 25 13:46:01 2019 +0100
@@ -528,754 +569,64 @@
 
 Release 1.14.0
 
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 4f43a33057eadf66c142993cffb9a3b156f82fad
-Author: monsta 
-Date:   Fri Apr 8 14:02:03 2016 +0300
-
-update NEWS
-
- NEWS | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-commit 39156c6657c4f9fa82c42f4e82f774c45fff3966
-Author: monsta 
-Date:   Fri Apr 8 13:57:45 2016 +0300
-
-Fix Changelog generation
-
- Makefile.am | 21 +
- 1 file changed, 9 insertions(+), 12 deletions(-)
-
-commit 07c3797952f0d6bd845d9d7e684d1e0ec65eaf15
-Author: Wolfgang Ulbrich 
-Date:   Tue Jan 5 01:31:36 2016 +0100
-
-pre-bump version to 1.13.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-commit d1a267c3c0313d71cde3ba4d5781ba3aad495279
-Author: Clement Lefebvre 
-Date:   Tue Nov 3 15:07:00 2015 +
-
-1.12.0
-
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-commit 7aaa741f662a1b177564da0e1b54b915b5ae62b4
-Author: monsta 
-Date:   Fri Oct 30 14:35:14 2015 +0300
-
-update NEWS for 1.12
-
- NEWS | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-commit cfd42ab9264243e719c990308b8bd7d29cb210a1
-Author: raveit65 
-Date:   Tue Oct 6 19:28:29 2015 +0200
-
-pre-bump version to 1.11.0
-
- NEWS | 3 +++
- configure.ac | 2 +-
- 2 files changed, 4 insertions(+), 1 

commit caja-dropbox for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2019-05-16 22:03:04

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new.5148 (New)


Package is "caja-dropbox"

Thu May 16 22:03:04 2019 rev:7 rq:682546 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2018-03-20 21:56:29.418041918 +0100
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new.5148/caja-dropbox.changes  
2019-05-16 22:03:15.734661406 +0200
@@ -1,0 +2,29 @@
+Tue Mar  5 15:19:33 UTC 2019 - sor.ale...@meowr.ru
+
+- Update to version 1.22.0:
+  * Python 3 update for dropbox-cli.
+  * Add Keywords entry to desktop file.
+  * Use cross-compilation-safe pkg-config macro.
+  * Remove deprecated glib2.0 API calls.
+  * Use GIR bindings instead of pygtk.
+  * Fix UnicodeWarning when exclude command is used with non-latin
+args.
+  * Update to redesigned icons.
+  * small caja-dropbox.in fixes.
+  * Add a new "dropbox update" command.
+  * Unlink files that are going to be replaced by the unpack.
+  * Validate that Dropbox runs after downloading it.
+  * Use python-gpg instead of python-gpgme.
+  * Explicitly load using python2 interpreter.
+  * Refer to .dropbox-dist in only one place.
+  * Fixed 'exclude command raise UnicodeDecodeError'.
+  * Avoid reading or writing invalid memory addresses.
+  * Display link url on status.
+  * Update dropbox.py with shmodel, proxy, and throttle features.
+  * Fix distcheck about caja_extension_dir.
+  * Use only Python 3 during the build to complete the migration.
+  * Migrate from python2 to python3 of rst2man.py.
+  * Remove more -u modifier for dropbox-cli.
+- Rebase caja-dropbox_no-dropbox-bin.patch.
+
+---

Old:

  caja-dropbox-1.20.0.tar.xz

New:

  caja-dropbox-1.22.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.TLR9Jn/_old  2019-05-16 22:03:17.050660579 +0200
+++ /var/tmp/diff_new_pack.TLR9Jn/_new  2019-05-16 22:03:17.098660549 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-dropbox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _version 1.20
+%define _version 1.22
 Name:   caja-dropbox
-Version:1.20.0
+Version:1.22.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0-or-later
 Group:  System/GUI/Other
-Url:https://mate-desktop.org/
+URL:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
 Patch0: caja-dropbox_no-dropbox-bin.patch
@@ -83,11 +83,7 @@
 %endif
 
 %files -n caja-extension-dropbox
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_libdir}/caja/extensions-2.0/libcaja-dropbox.*
 

++ caja-dropbox-1.20.0.tar.xz -> caja-dropbox-1.22.0.tar.xz ++
 9665 lines of diff (skipped)

++ caja-dropbox_no-dropbox-bin.patch ++
--- /var/tmp/diff_new_pack.TLR9Jn/_old  2019-05-16 22:03:17.898660046 +0200
+++ /var/tmp/diff_new_pack.TLR9Jn/_new  2019-05-16 22:03:17.914660036 +0200
@@ -1,19 +1,19 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -30,36 +30,6 @@ fi
+@@ -26,35 +26,6 @@ PKG_PROG_PKG_CONFIG
  PKG_CHECK_MODULES(CAJA, libcaja-extension >= $CAJA_REQUIRED)
  PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
  
--AC_PATH_PROG([PYTHON], [python])
+-AC_PATH_PROG([PYTHON3], [python3])
 -
--AC_PATH_PROG([RST2MAN], [rst2man], [python rst2man.py])
+-AC_PATH_PROG([RST2MAN], [rst2man], [python3 rst2man.py])
 -AC_SUBST(RST2MAN)
 -
 -# define module checking macro
--AC_DEFUN([PYTHON_CHECK_MODULE], [
--AC_MSG_CHECKING([for $1])
+-AC_DEFUN([PYTHON3_CHECK_MODULE], [
+-AC_MSG_CHECKING([for $1 on python3])
 -
--cat < caja-dropbox
+-caja-dropbox: $(top_srcdir)/caja-dropbox.in $(top_srcdir)/serializeimages.py
+-  python3 $(top_srcdir)/serializeimages.py $(PACKAGE_VERSION) 
$(datadir)/applications < $(top_srcdir)/caja-dropbox.in 

commit caja-dropbox for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2018-03-20 21:56:22

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new (New)


Package is "caja-dropbox"

Tue Mar 20 21:56:22 2018 rev:6 rq:586517 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2017-03-20 17:11:23.614359925 +0100
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2018-03-20 21:56:29.418041918 +0100
@@ -1,0 +2,7 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Require GLib 2.50.
+- Add caja-dropbox_glib-2.48.patch -- Restore GLib 2.48 support.
+
+---

Old:

  caja-dropbox-1.18.0.tar.xz

New:

  caja-dropbox-1.20.0.tar.xz
  caja-dropbox_glib-2.48.patch



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.P5r7Ud/_old  2018-03-20 21:56:30.194013978 +0100
+++ /var/tmp/diff_new_pack.P5r7Ud/_new  2018-03-20 21:56:30.198013834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-dropbox
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,22 +16,24 @@
 #
 
 
-%define _version 1.18
+%define _version 1.20
 Name:   caja-dropbox
-Version:1.18.0
+Version:1.20.0
 Release:0
 Summary:Dropbox client integrated into Caja
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
 Patch0: caja-dropbox_no-dropbox-bin.patch
+# PATCH-FEATURE-OPENSUSE caja-dropbox_glib-2.48.patch -- Restore GLib 2.48 
support.
+Patch1: caja-dropbox_glib-2.48.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
 %description
@@ -58,6 +60,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -69,6 +72,7 @@
 %make_install
 %suse_update_desktop_file -r caja-dropbox Network FileTransfer
 
+%if 0%{?suse_version} < 1500
 %post -n caja-extension-dropbox
 %desktop_database_post
 %icon_theme_cache_post
@@ -76,10 +80,15 @@
 %postun -n caja-extension-dropbox
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files -n caja-extension-dropbox
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS README
 %{_libdir}/caja/extensions-2.0/libcaja-dropbox.*
 
 %changelog

++ caja-dropbox-1.18.0.tar.xz -> caja-dropbox-1.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.18.0/ChangeLog 
new/caja-dropbox-1.20.0/ChangeLog
--- old/caja-dropbox-1.18.0/ChangeLog   2017-03-13 17:10:19.0 +0100
+++ new/caja-dropbox-1.20.0/ChangeLog   2018-01-31 15:48:31.0 +0100
@@ -1,3 +1,50 @@
+commit 2f540c968be085a196e921730dc4b29a22da37ca
+Author: raveit65 
+Date:   Wed Jan 31 15:36:33 2018 +0100
+
+release 1.20
+
+ NEWS | 4 +++-
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+commit 7f65c59310266d4fa0743c4b31049339284795a4
+Author: monsta 
+Date:   Sun Jan 28 14:48:47 2018 +0300
+
+require GLib 2.50
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 356ddf5da0359e6b059e9a4181fe1366177d2d98
+Author: raveit65 
+Date:   Tue Jul 18 14:47:04 2017 +0200
+
+update issue_template
+
+ .github/issue_template.md | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit cdb614a4279d088dccb6df76c685f325686e06a6
+Author: raveit65 
+Date:   Thu Jun 8 16:50:23 2017 +0200
+
+create issue_template.md
+
+ .github/issue_template.md | 16 
+ 1 file changed, 16 insertions(+)
+
+commit 7c00778b1dfa06ed5a68a1a572fa0776ca018613
+Author: raveit65 
+Date:   Thu Mar 30 16:17:26 2017 +0200
+
+pre-bump version
+
+ NEWS | 2 ++
+ configure.ac | 2 +-
+ 2 files 

commit caja-dropbox for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2017-03-20 17:10:58

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new (New)


Package is "caja-dropbox"

Mon Mar 20 17:10:58 2017 rev:5 rq:481113 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2016-09-25 14:44:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2017-03-20 17:11:23.614359925 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Build: require libcaja-extension 1.17.1 and GLib 2.36.
+
+---

Old:

  caja-dropbox-1.16.0.tar.xz

New:

  caja-dropbox-1.18.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.yu31SI/_old  2017-03-20 17:11:24.294263923 +0100
+++ /var/tmp/diff_new_pack.yu31SI/_new  2017-03-20 17:11:24.294263923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-dropbox
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,27 +16,29 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   caja-dropbox
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
 Patch0: caja-dropbox_no-dropbox-bin.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
 %description
-Dropbox is a free service that lets you bring your photos, docs, and videos
-anywhere and share them easily. Never email yourself a file again!
+Dropbox is a proprietary service that lets one bring photos,
+documents, and videos anywhere and share them easily.
 
-This package integrates dropbox seamless into caja.
+This package integrates Dropbox seamlessly into Caja.
 
 %package -n caja-extension-dropbox
 Summary:Dropbox client integrated into Caja
@@ -48,10 +50,10 @@
 Obsoletes:  caja-dropbox < %{version}
 
 %description -n caja-extension-dropbox
-Dropbox is a free service that lets you bring your photos, docs, and videos
-anywhere and share them easily. Never email yourself a file again!
+Dropbox is a proprietary service that lets one bring photos,
+documents, and videos anywhere and share them easily.
 
-This package integrates dropbox seamless into caja.
+This package integrates Dropbox seamlessly into Caja.
 
 %prep
 %setup -q
@@ -61,7 +63,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ caja-dropbox-1.16.0.tar.xz -> caja-dropbox-1.18.0.tar.xz ++
 23564 lines of diff (skipped)




commit caja-dropbox for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2016-09-25 14:44:17

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new (New)


Package is "caja-dropbox"

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2016-04-15 19:09:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2016-09-25 14:44:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Some code cleanups.
+- Extend caja-dropbox_no-dropbox-bin.patch to dependency check.
+
+---

Old:

  caja-dropbox-1.14.0.tar.xz

New:

  caja-dropbox-1.16.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.8aZMDx/_old  2016-09-25 14:44:23.0 +0200
+++ /var/tmp/diff_new_pack.8aZMDx/_new  2016-09-25 14:44:23.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   caja-dropbox
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0+
@@ -29,8 +29,6 @@
 Patch0: caja-dropbox_no-dropbox-bin.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
-BuildRequires:  python-docutils
-BuildRequires:  python-gtk
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
@@ -61,7 +59,8 @@
 
 %build
 NOCONFIGURE=1 mate-autogen
-%configure --disable-static
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install

++ caja-dropbox-1.14.0.tar.xz -> caja-dropbox-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.14.0/ChangeLog 
new/caja-dropbox-1.16.0/ChangeLog
--- old/caja-dropbox-1.14.0/ChangeLog   2016-04-08 13:37:35.0 +0200
+++ new/caja-dropbox-1.16.0/ChangeLog   2016-09-19 10:57:32.0 +0200
@@ -1,3 +1,52 @@
+commit 17ea6236880a7b37e633eba90f5829640c802515
+Author: monsta 
+Date:   Mon Sep 19 11:56:52 2016 +0300
+
+release 1.16.0
+
+ NEWS | 4 ++--
+ configure.ac | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit 9f9e7672b6b93dd0b49fdff7225fe95fc97eb452
+Author: monsta 
+Date:   Thu Sep 1 13:42:22 2016 +0300
+
+drop some checks and code regarding glib < 2.14
+
+ src/dropbox-command-client.c | 18 +-
+ 1 file changed, 1 insertion(+), 17 deletions(-)
+
+commit 65b4b24f46b7712bcfea69ed40930a3795b23116
+Author: monsta 
+Date:   Thu Sep 1 13:36:03 2016 +0300
+
+drop some completely unused ancient code
+
+ src/caja-dropbox.c | 15 ---
+ 1 file changed, 15 deletions(-)
+
+commit 38ffcb06b5abb35f9eb0f444819001a11af45d00
+Author: monsta 
+Date:   Thu Sep 1 13:25:41 2016 +0300
+
+drop code that's unused since gnome 2 days
+
+ src/caja-dropbox.c | 8 
+ src/caja-dropbox.h | 1 -
+ src/dropbox.c  | 1 -
+ 3 files changed, 10 deletions(-)
+
+commit 7f66967ba8cdcd67ad90143bedfc5ece728b040c
+Author: Martin Wimpress 
+Date:   Sun Jun 12 15:14:48 2016 +0100
+
+Bump version to 1.15.0
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
 commit 9812760d82e747b427e14851e6fb9842c7b598dc
 Author: monsta 
 Date:   Fri Apr 8 14:37:12 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.14.0/NEWS new/caja-dropbox-1.16.0/NEWS
--- old/caja-dropbox-1.14.0/NEWS2016-04-08 13:01:31.0 +0200
+++ new/caja-dropbox-1.16.0/NEWS2016-09-19 10:54:19.0 +0200
@@ -1,3 +1,8 @@
+caja-dropbox 1.16.0
+==
+
+   * Some code cleanups
+
 caja-dropbox 1.14.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.14.0/configure 
new/caja-dropbox-1.16.0/configure
--- old/caja-dropbox-1.14.0/configure   2016-04-08 13:37:26.0 +0200
+++ new/caja-dropbox-1.16.0/configure   2016-09-19 10:57:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for caja-dropbox 1.14.0.
+# Generated by GNU Autoconf 2.69 for caja-dropbox 1.16.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='caja-dropbox'
 

commit caja-dropbox for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2016-04-15 19:09:05

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new (New)


Package is "caja-dropbox"

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2015-11-11 10:30:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2016-04-15 19:09:06.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.0:
+  * Fix Changelog generation.
+- Rebase caja-dropbox_no-dropbox-bin.patch.
+
+---

Old:

  caja-dropbox-1.12.0.tar.xz

New:

  caja-dropbox-1.14.0.tar.xz



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.F5bDFu/_old  2016-04-15 19:09:07.0 +0200
+++ /var/tmp/diff_new_pack.F5bDFu/_new  2016-04-15 19:09:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-dropbox
 #
-# 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
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.12
+%define _version 1.14
 Name:   caja-dropbox
-Version:1.12.0
+Version:1.14.0
 Release:0
 Summary:Dropbox client integrated into Caja
 License:GPL-3.0+
@@ -45,7 +45,7 @@
 Group:  System/GUI/Other
 Requires:   caja >= %{_version}
 Requires:   dropbox
-# caja-dropbox is last seen in openSUSE Leap 42.1.
+# caja-dropbox was last used in openSUSE Leap 42.1.
 Provides:   caja-dropbox = %{version}
 Obsoletes:  caja-dropbox < %{version}
 

++ caja-dropbox-1.12.0.tar.xz -> caja-dropbox-1.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.12.0/ChangeLog 
new/caja-dropbox-1.14.0/ChangeLog
--- old/caja-dropbox-1.12.0/ChangeLog   2015-11-04 14:49:45.0 +0100
+++ new/caja-dropbox-1.14.0/ChangeLog   2016-04-08 13:37:35.0 +0200
@@ -1,4 +1,39 @@
-# Generated by Makefile. Do not edit.
+commit 9812760d82e747b427e14851e6fb9842c7b598dc
+Author: monsta 
+Date:   Fri Apr 8 14:37:12 2016 +0300
+
+Release 1.14.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4f43a33057eadf66c142993cffb9a3b156f82fad
+Author: monsta 
+Date:   Fri Apr 8 14:02:03 2016 +0300
+
+update NEWS
+
+ NEWS | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 39156c6657c4f9fa82c42f4e82f774c45fff3966
+Author: monsta 
+Date:   Fri Apr 8 13:57:45 2016 +0300
+
+Fix Changelog generation
+
+ Makefile.am | 21 +
+ 1 file changed, 9 insertions(+), 12 deletions(-)
+
+commit 07c3797952f0d6bd845d9d7e684d1e0ec65eaf15
+Author: Wolfgang Ulbrich 
+Date:   Tue Jan 5 01:31:36 2016 +0100
+
+pre-bump version to 1.13.0
+
+ NEWS | 3 +++
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
 
 commit d1a267c3c0313d71cde3ba4d5781ba3aad495279
 Author: Clement Lefebvre 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.12.0/Makefile.am 
new/caja-dropbox-1.14.0/Makefile.am
--- old/caja-dropbox-1.12.0/Makefile.am 2015-10-06 19:26:51.0 +0200
+++ new/caja-dropbox-1.14.0/Makefile.am 2016-04-08 12:55:46.0 +0200
@@ -15,16 +15,13 @@
 
 SUBDIRS = data src
 
-dist-hook:
-   @if test -d "$(srcdir)/.git"; \
-   then \
-   echo Creating ChangeLog && \
-   ( cd "$(top_srcdir)" && \
- echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run git log --stat ) > 
ChangeLog.tmp \
-   && mv -f ChangeLog.tmp $(distdir)/ChangeLog \
-   || ( rm -f ChangeLog.tmp ; \
-   echo Failed to generate ChangeLog >&2 ); \
-   else \
-   echo A git clone is required to generate a ChangeLog >&2; \
+# Build ChangeLog from GIT  history
+ChangeLog:
+   $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
+   GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit caja-dropbox for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package caja-dropbox for openSUSE:Factory 
checked in at 2015-11-11 10:30:12

Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.caja-dropbox.new (New)


Package is "caja-dropbox"

Changes:

--- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes
2015-10-30 13:43:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.caja-dropbox.new/caja-dropbox.changes   
2015-11-11 10:30:17.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0:
+  * Adjust the default caja extensions dir.
+  * Include autogen.sh in tarball.
+- Rename package to caja-extension-dropbox.
+- Drop dropbox binary from package and rely on dropbox package.
+- Add caja-dropbox_no-dropbox-bin.patch.
+
+---
@@ -5 +14,0 @@
-

Old:

  caja-dropbox-1.10.0.tar.xz

New:

  caja-dropbox-1.12.0.tar.xz
  caja-dropbox_no-dropbox-bin.patch



Other differences:
--
++ caja-dropbox.spec ++
--- /var/tmp/diff_new_pack.trTAxU/_old  2015-11-11 10:30:18.0 +0100
+++ /var/tmp/diff_new_pack.trTAxU/_new  2015-11-11 10:30:18.0 +0100
@@ -16,23 +16,23 @@
 #
 
 
-%define _version 1.10
+%define _version 1.12
 Name:   caja-dropbox
-Version:1.10.0
+Version:1.12.0
 Release:0
-License:GPL-3.0+
 Summary:Dropbox client integrated into Caja
-Url:https://github.com/mate-desktop/caja-dropbox
+License:GPL-3.0+
 Group:  System/GUI/Other
+Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  mate-common >= 1.9.0
-BuildRequires:  pkgconfig(libcaja-extension) >= 1.9.0
-BuildRequires:  python-gtk
-BuildRequires:  python-docutils
+# PATCH-FIX-OPENSUSE caja-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation.
+Patch0: caja-dropbox_no-dropbox-bin.patch
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  mate-common >= %{_version}
+BuildRequires:  python-docutils
+BuildRequires:  python-gtk
 BuildRequires:  update-desktop-files
-Requires:   dropbox
-Requires:   caja >= 1.9.0
+BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 
 %description
 Dropbox is a free service that lets you bring your photos, docs, and videos
@@ -40,8 +40,24 @@
 
 This package integrates dropbox seamless into caja.
 
+%package -n caja-extension-dropbox
+Summary:Dropbox client integrated into Caja
+Group:  System/GUI/Other
+Requires:   caja >= %{_version}
+Requires:   dropbox
+# caja-dropbox is last seen in openSUSE Leap 42.1.
+Provides:   caja-dropbox = %{version}
+Obsoletes:  caja-dropbox < %{version}
+
+%description -n caja-extension-dropbox
+Dropbox is a free service that lets you bring your photos, docs, and videos
+anywhere and share them easily. Never email yourself a file again!
+
+This package integrates dropbox seamless into caja.
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -50,26 +66,19 @@
 
 %install
 %make_install
-
 %suse_update_desktop_file -r caja-dropbox Network FileTransfer
 
-%post
+%post -n caja-extension-dropbox
 %desktop_database_post
 %icon_theme_cache_post
 
-%postun
+%postun -n caja-extension-dropbox
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files
+%files -n caja-extension-dropbox
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
-%{_bindir}/caja-dropbox
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/caja/extensions-2.0/libcaja-dropbox.*
-%{_datadir}/applications/caja-dropbox.desktop
-%{_datadir}/caja-dropbox/
-%{_datadir}/caja/extensions/libcaja-dropbox.caja-extension
-%{_datadir}/icons/hicolor/*/apps/caja-dropbox.png
-%{_mandir}/man1/caja-dropbox.1%{?ext_man}
 
 %changelog

++ caja-dropbox-1.10.0.tar.xz -> caja-dropbox-1.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-dropbox-1.10.0/ChangeLog 
new/caja-dropbox-1.12.0/ChangeLog
--- old/caja-dropbox-1.10.0/ChangeLog   2015-05-05 11:13:34.0 +0200
+++ new/caja-dropbox-1.12.0/ChangeLog   2015-11-04 14:49:45.0 +0100
@@ -1,5 +1,51 @@
 # Generated by Makefile. Do not edit.
 
+commit d1a267c3c0313d71cde3ba4d5781ba3aad495279
+Author: Clement Lefebvre 
+Date:   Tue Nov 3 15:07:00 2015 +
+
+1.12.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 7aaa741f662a1b177564da0e1b54b915b5ae62b4
+Author: monsta 
+Date:   Fri Oct 30 14:35:14 2015 +0300
+
+update NEWS for