Hello community, here is the log from the commit of package owncloud-client for openSUSE:Factory checked in at 2017-04-29 10:53:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old) and /work/SRC/openSUSE:Factory/.owncloud-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "owncloud-client" Sat Apr 29 10:53:49 2017 rev:4 rq:491846 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes 2017-03-31 15:10:32.251477291 +0200 +++ /work/SRC/openSUSE:Factory/.owncloud-client.new/owncloud-client.changes 2017-04-29 10:54:13.246324584 +0200 @@ -1,0 +2,11 @@ +Fri Apr 28 05:09:04 UTC 2017 - [email protected] + +- Use full URL for source code. +- Run post-install/uninstall scriptlets for %{name} to update the + hicolor icon theme cache, as it installs icons to that theme. + This fixes an issue where a generic icon instead of the app icon + showed up in the desktop menus after installation; necessitates + a BuildRequires on the hicolor-icon-theme, which provides the + appropriate macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ owncloud-client.spec ++++++ --- /var/tmp/diff_new_pack.BlErNC/_old 2017-04-29 10:54:14.138198591 +0200 +++ /var/tmp/diff_new_pack.BlErNC/_new 2017-04-29 10:54:14.142198026 +0200 @@ -25,7 +25,7 @@ License: GPL-2.0 and GPL-3.0 Group: Productivity/Networking/Other Url: http://owncloud.com -Source0: owncloudclient-%{version}.tar.xz +Source0: https://download.owncloud.com/desktop/stable/owncloudclient-%{version}.tar.xz Source1: 101-sync-inotify.conf %define cmake_args -DSYSCONF_INSTALL_DIR=%{_sysconfdir} @@ -68,6 +68,8 @@ BuildRequires: python-Sphinx BuildRequires: sqlite3-devel +BuildRequires: hicolor-icon-theme + ######################################################################### Requires only below here. Suggests: %{name}-nautilus @@ -264,6 +266,12 @@ %post -n libowncloudsync0 -p /sbin/ldconfig %postun -n libowncloudsync0 -p /sbin/ldconfig +%post +%icon_theme_cache_post + +%postun +%icon_theme_cache_postun + %files %defattr(-,root,root,-) %{_bindir}/owncloud
