Hello community,

here is the log from the commit of package nextcloud-client for 
openSUSE:Factory checked in at 2017-12-08 12:57:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud-client (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud-client"

Fri Dec  8 12:57:13 2017 rev:8 rq:554652 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud-client/nextcloud-client.changes        
2017-07-21 22:50:48.256836495 +0200
+++ /work/SRC/openSUSE:Factory/.nextcloud-client.new/nextcloud-client.changes   
2017-12-08 12:57:20.181797083 +0100
@@ -1,0 +2,25 @@
+Tue Dec  5 10:45:09 UTC 2017 - cfarr...@suse.com
+
+- Update to version 2.3.3:
+  * Chunking NG: Don't use old chunking on new DAV endpoint
+    (gh#owncloud/client#5855).
+  * Selective Synch: Skip excluded directories when reading DB,
+    don't let them show errors (gh#owncloud/client#5772).
+  * Settings: Make the window bigger so the Qt version is always
+    visible (gh#owncloud/client#5760).
+  * Share links: Show a warning that public link shares are public
+    (gh#owncloud/client#5786).
+  * Downloads: Re-trigger directory discovery on HTTP 404
+    (gh#owncloud/client#5799).
+  * Notifications: Propagate "Dismiss" as DELETE to server
+    (gh#owncloud/client#5922).
+  * SynchJournalDB: Don't use ._ as a filename pattern if that does
+    not work because of SMB storage settings
+    (gh#owncloud/client#5844)
+  * SynchJournalDB: Log reason for sqlite3 opening errors.
+  * Stop maintaining Qt 4 support.
+  * New synch state icon design.
+  * Add a state-information icon.
+  * Update the icon patch.
+
+-------------------------------------------------------------------

Old:
----
  nextcloud-client_2.3.2.orig.tar.bz2

New:
----
  nextcloud-client_2.3.3.orig.tar.bz2

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

Other differences:
------------------
++++++ nextcloud-client.spec ++++++
--- /var/tmp/diff_new_pack.ig2prP/_old  2017-12-08 12:57:24.205651760 +0100
+++ /var/tmp/diff_new_pack.ig2prP/_new  2017-12-08 12:57:24.205651760 +0100
@@ -19,13 +19,13 @@
 %define soname  libnextcloudsync
 %define sover   0
 Name:           nextcloud-client
-Version:        2.3.2
+Version:        2.3.3
 Release:        0
 Summary:        Nextcloud desktop synchronisation client
-License:        GPL-2.0+ and LGPL-3.0+
+License:        GPL-2.0+ AND LGPL-3.0+
 Group:          Productivity/Networking/File-Sharing
 Url:            https://nextcloud.com/
-Source:         
https://launchpad.net/~nextcloud-devs/+archive/ubuntu/client/+files/%{name}_%{version}.orig.tar.bz2
+Source:         
https://launchpad.net/~nextcloud-devs/+archive/ubuntu/client-beta/+files/%{name}_%{version}.orig.tar.bz2
 Source1:        sysctl-sync-inotify.conf
 # PATCH-FIX-OPENSUSE nextcloud-client-fix-rpath.patch sor.ale...@meowr.ru -- 
Fix RPATH.
 Patch0:         nextcloud-client-fix-rpath.patch
@@ -39,15 +39,11 @@
 BuildRequires:  glibc-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(sqlite3)
-Recommends:     %{name}-lang
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
-BuildRequires:  libqt5-linguist-devel
 BuildRequires:  qtkeychain-qt5-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -57,16 +53,10 @@
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-%else
-BuildRequires:  libqt4-linguist
-BuildRequires:  qtkeychain-devel
-BuildRequires:  pkgconfig(QtCore)
-BuildRequires:  pkgconfig(QtDBus)
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtWebKit)
-BuildRequires:  pkgconfig(QtXml)
-%endif
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(sqlite3)
+Requires:       %{soname}%{sover} = %{version}
+Recommends:     %{name}-lang
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
 BuildRequires:  kio-devel
 %endif
@@ -75,7 +65,6 @@
 BuildRequires:  python3-Sphinx
 Suggests:       %{name}-doc = %{version}
 %endif
-Requires:       %{soname}%{sover} = %{version}
 
 %description
 The Nextcloud Desktop Client is a tool to synchronise files from
@@ -191,9 +180,6 @@
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
   -DWITH_DOC=ON                      \
 %endif
-%if 0%{?suse_version} <= 1320 && !(0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
-  -DBUILD_WITH_QT4=ON                \
-%endif
   -DOEM_THEME_DIR="$nextcloud_theme"
 make %{?_smp_mflags} V=1
 popd
@@ -237,6 +223,11 @@
 %suse_update_desktop_file nextcloud
 %fdupes %{buildroot}%{_datadir}/
 
+%post -n %{soname}%{sover} -p /sbin/ldconfig
+
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
+
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -244,13 +235,9 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-
-%post -n %{soname}%{sover} -p /sbin/ldconfig
-
-%postun -n %{soname}%{sover} -p /sbin/ldconfig
+%endif
 
 %files
-%defattr(-,root,root)
 %doc LICENSE
 %config %{_sysconfdir}/Nextcloud/
 %config %{_sysconfdir}/sysctl.d/100-%{name}-sync-inotify.conf
@@ -267,51 +254,43 @@
 %endif
 
 %files lang
-%defattr(-,root,root)
 %{_datadir}/nextcloud/i18n/
 
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
 %files doc
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}-doc/
 %endif
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %doc LICENSE
 %{_libdir}/%{soname}.so.*
 %dir %{_libdir}/nextcloud/
 %{_libdir}/nextcloud/libocsync.so.*
 
 %files -n %{soname}-devel
-%defattr(-,root,root)
 %{_includedir}/nextcloudsync/
 %{_libdir}/%{soname}.so
 %{_libdir}/nextcloud/libocsync.so
 
 %if 0%{?suse_version} > 1310 && !(0%{?sle_version} && !0%{?is_opensuse})
 %files -n caja-extension-nextcloud
-%defattr(-,root,root)
 %dir %{_datadir}/caja-python/
 %dir %{_datadir}/caja-python/extensions/
 %{_datadir}/caja-python/extensions/syncstate-Nextcloud.py*
 %endif
 
 %files -n nautilus-extension-nextcloud
-%defattr(-,root,root)
 %dir %{_datadir}/nautilus-python/
 %dir %{_datadir}/nautilus-python/extensions/
 %{_datadir}/nautilus-python/extensions/syncstate-Nextcloud.py*
 
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
 %files -n nemo-extension-nextcloud
-%defattr(-,root,root)
 %dir %{_datadir}/nemo-python/
 %dir %{_datadir}/nemo-python/extensions/
 %{_datadir}/nemo-python/extensions/syncstate-Nextcloud.py*
 
 %files dolphin
-%defattr(-,root,root)
 %{_libdir}/libnextclouddolphinpluginhelper.so
 %{_libdir}/qt5/plugins/nextclouddolphinactionplugin.so
 %dir %{_libdir}/qt5/plugins/kf5/overlayicon/

++++++ nextcloud-client_2.3.2.orig.tar.bz2 -> 
nextcloud-client_2.3.3.orig.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/nextcloud-client/nextcloud-client_2.3.2.orig.tar.bz2 
/work/SRC/openSUSE:Factory/.nextcloud-client.new/nextcloud-client_2.3.3.orig.tar.bz2
 differ: char 11, line 1


Reply via email to