Hello community,
here is the log from the commit of package nautilus-dropbox for
openSUSE:Factory checked in at 2019-11-24 00:30:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus-dropbox (Old)
and /work/SRC/openSUSE:Factory/.nautilus-dropbox.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nautilus-dropbox"
Sun Nov 24 00:30:23 2019 rev:14 rq:750293 version:2019.02.14
Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus-dropbox/nautilus-dropbox.changes
2018-03-13 10:24:07.989567012 +0100
+++
/work/SRC/openSUSE:Factory/.nautilus-dropbox.new.26869/nautilus-dropbox.changes
2019-11-24 00:30:24.855228251 +0100
@@ -1,0 +2,36 @@
+Thu Nov 21 14:19:23 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Update to version 2019.02.14
+ * Add "version" command, which prints out the version of the
+ Dropbox daemon and the Dropbox command-line interface.
+ * Update gpg warning to tell users to install the Python 3 GPG
+ libraries instead of the Python 2 libraries.
+ * Fix bug where the dropbox nautilus repo wasn't being added to
+ the apt sources correctly on Ubuntu 18.04 and up.
+ * Move build dependencies to Python 3.
+ * Move to Python 3 and GTK3
+ * Fix bug where the Dropbox tray icon wouldn't display on Ubuntu
+ Unity and Ubuntu Gnome.
+ * Reverts the fix to issue #15, where the tray wouldn't display on
+ XFCE. If you're using XFCE, try the workarounds in this ticket:
+ https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1546176
+ * Add support for Fedora 23 - 29, Debian stretch and buster
+ * Drop support for Fedora releases older than 21, Ubuntu releases
+ older than trusty, and Debian releases older than jessie
+ * Display link url on `status`
+ * Fix canonicalize_path
+ * Make `exclude` work with unicode paths
+ * Fix bug that caused the Dropbox tray icon to not show up in XFCE & LXDE
+ * Add "update" command, which updates the Dropbox client
+ * 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 if it's installed, since
+ python-gpgme is not available in Ubuntu 18.04.
+ * Update icons included in package to the redesigned icons
+
+- Drop nautilus-dropbox-fix-crash.patch and nautilus-dropbox-reproducible.patch
+ Both fixed upstream.
+- Remove BR on desktop-file-utils, python-docutils and python-gtk
+- Move to python3, add BR and Requires on python3-gobject and python3-gpgme
+
+-------------------------------------------------------------------
Old:
----
nautilus-dropbox-2015.10.28.tar.bz2
nautilus-dropbox-fix-crash.patch
nautilus-dropbox-reproducible.patch
New:
----
nautilus-dropbox-2019.02.14.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nautilus-dropbox.spec ++++++
--- /var/tmp/diff_new_pack.On2e7S/_old 2019-11-24 00:30:25.523228320 +0100
+++ /var/tmp/diff_new_pack.On2e7S/_new 2019-11-24 00:30:25.527228320 +0100
@@ -19,21 +19,17 @@
%global nautilus_extdir %( pkg-config libnautilus-extension --variable
extensiondir )
Name: nautilus-dropbox
-Version: 2015.10.28
+Version: 2019.02.14
Release: 0
Summary: Dropbox client integrated into Nautilus
License: GPL-3.0-or-later AND CC-BY-ND-3.0
Group: Productivity/File utilities
URL: https://www.dropbox.com
Source:
https://www.dropbox.com/download?dl=packages/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM nautilus-dropbox-fix-crash.patch boo#900515
[email protected] -- Fix crash on startup
-Patch0: nautilus-dropbox-fix-crash.patch
-# PATCH-FIX-UPSTREAM https://github.com/dropbox/nautilus-dropbox/pull/31
-Patch1: nautilus-dropbox-reproducible.patch
-BuildRequires: desktop-file-utils
BuildRequires: pkgconfig
-BuildRequires: python-docutils
-BuildRequires: python-gtk
+BuildRequires: gobject-introspection
+BuildRequires: python3-docutils
+BuildRequires: python3-gobject
BuildRequires: pkgconfig(libnautilus-extension) >= 2.16.0
%description
@@ -43,8 +39,8 @@
%package -n dropbox-cli
Summary: Dropbox command line interface
Group: Productivity/File utilities
-Requires: python-gpgme
-Requires: python-gtk
+Requires: python3-gpgme
+Requires: python3-gobject-Gdk
Provides: dropbox = %{version}
Obsoletes: dropbox <= 2015.10.28
@@ -68,8 +64,6 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
%build
%configure --disable-static
@@ -79,15 +73,7 @@
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
-%if 0%{?suse_version} < 1330
-%post -n dropbox-cli
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun -n dropbox-cli
-%icon_theme_cache_postun
-%desktop_database_postun
-%endif
+sed -i '1s|env python|python|' %{buildroot}%{_bindir}/dropbox
%files -n dropbox-cli
%license COPYING
++++++ nautilus-dropbox-2015.10.28.tar.bz2 ->
nautilus-dropbox-2019.02.14.tar.bz2 ++++++
++++ 46837 lines of diff (skipped)