Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package caja-dropbox for openSUSE:Factory checked in at 2021-08-26 23:14:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/caja-dropbox (Old) and /work/SRC/openSUSE:Factory/.caja-dropbox.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "caja-dropbox" Thu Aug 26 23:14:28 2021 rev:11 rq:913134 version:1.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/caja-dropbox/caja-dropbox.changes 2020-03-03 10:16:22.586667261 +0100 +++ /work/SRC/openSUSE:Factory/.caja-dropbox.new.1899/caja-dropbox.changes 2021-08-26 23:14:49.924253947 +0200 @@ -1,0 +2,6 @@ +Sat Aug 14 11:57:34 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 1.26.0 + * Update translations + +------------------------------------------------------------------- Old: ---- caja-dropbox-1.24.0.tar.xz New: ---- caja-dropbox-1.26.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ caja-dropbox.spec ++++++ --- /var/tmp/diff_new_pack.aZMxQy/_old 2021-08-26 23:14:50.768253591 +0200 +++ /var/tmp/diff_new_pack.aZMxQy/_new 2021-08-26 23:14:50.768253591 +0200 @@ -1,7 +1,7 @@ # # spec file for package caja-dropbox # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,15 @@ # -%define _version 1.24 +%define _version 1.26 + Name: caja-dropbox -Version: 1.24.0 +Version: 1.26.0 Release: 0 Summary: Dropbox client integrated into Caja License: GPL-3.0-or-later URL: https://mate-desktop.org/ +Group: Productivity/File utilities 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 @@ -32,6 +34,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libcaja-extension) >= %{_version} +Recommends: %{name}-lang %description Dropbox is a proprietary service that lets one bring photos, @@ -53,6 +56,8 @@ This package integrates Dropbox seamlessly into Caja. +%lang_package + %prep %autosetup -p1 @@ -64,11 +69,14 @@ %install %make_install -%suse_update_desktop_file -r caja-dropbox Network FileTransfer + +%find_lang %{name} %files -n caja-extension-dropbox %license COPYING %doc AUTHORS NEWS README %{_libdir}/caja/extensions-2.0/libcaja-dropbox.* +%files lang -f %{name}.lang + %changelog ++++++ caja-dropbox-1.24.0.tar.xz -> caja-dropbox-1.26.0.tar.xz ++++++ ++++ 16079 lines of diff (skipped) ++++++ caja-dropbox_no-dropbox-bin.patch ++++++ --- /var/tmp/diff_new_pack.aZMxQy/_old 2021-08-26 23:14:50.952253514 +0200 +++ /var/tmp/diff_new_pack.aZMxQy/_new 2021-08-26 23:14:50.952253514 +0200 @@ -1,6 +1,7 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -26,35 +26,6 @@ PKG_PROG_PKG_CONFIG +diff -Nur caja-dropbox-1.26.0/configure.ac caja-dropbox-1.26.0-new/configure.ac +--- caja-dropbox-1.26.0/configure.ac 2021-08-07 03:07:05.000000000 +0800 ++++ caja-dropbox-1.26.0-new/configure.ac 2021-08-14 19:46:28.641254212 +0800 +@@ -35,35 +35,6 @@ PKG_CHECK_MODULES(CAJA, libcaja-extension >= $CAJA_REQUIRED) PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED) @@ -36,27 +37,42 @@ # Make dependency CFLAGS and LIBS available AC_SUBST(CAJA_CFLAGS) AC_SUBST(CAJA_LIBS) ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,19 +1,9 @@ +diff -Nur caja-dropbox-1.26.0/Makefile.am caja-dropbox-1.26.0-new/Makefile.am +--- caja-dropbox-1.26.0/Makefile.am 2021-08-07 03:07:05.000000000 +0800 ++++ caja-dropbox-1.26.0-new/Makefile.am 2021-08-14 19:48:44.361445408 +0800 +@@ -2,17 +2,10 @@ + PO_SUBDIR = po + endif + +-SUBDIRS = $(PO_SUBDIR) data src ++SUBDIRS = $(PO_SUBDIR) src + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -bin_SCRIPTS = caja-dropbox --CLEANFILES = $(bin_SCRIPTS) caja-dropbox.1 caja-dropbox.txt -+CLEANFILES = caja-dropbox.txt - EXTRA_DIST = caja-dropbox.in serializeimages.py caja-dropbox.txt.in docgen.py rst2man.py autogen.sh --man_MANS = caja-dropbox.1 +- +-CLEANFILES = \ +- $(bin_SCRIPTS) \ +- caja-dropbox.1 \ +- caja-dropbox.txt +- + EXTRA_DIST = \ + autogen.sh \ + caja-dropbox.in \ +@@ -21,16 +14,6 @@ + rst2man.py \ + serializeimages.py +-man_MANS = caja-dropbox.1 +- -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 > caja-dropbox +- python3 $(top_srcdir)/serializeimages.py $(PACKAGE_VERSION) $(datadir)/applications $(GETTEXT_PACKAGE) $(datadir)/locale < $(top_srcdir)/caja-dropbox.in > caja-dropbox - chmod +x caja-dropbox - -caja-dropbox.1: $(top_srcdir)/caja-dropbox.txt.in caja-dropbox $(top_srcdir)/docgen.py - python3 $(top_srcdir)/docgen.py $(PACKAGE_VERSION) $(top_srcdir)/caja-dropbox.txt.in caja-dropbox.txt - $(RST2MAN) caja-dropbox.txt > caja-dropbox.1 - --SUBDIRS = data src -+SUBDIRS = src - - # Build ChangeLog from GIT history - ChangeLog: + DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ + CFLAGS='-Wno-deprecated-declarations'