Hello community, here is the log from the commit of package ristretto for openSUSE:Factory checked in at 2018-03-16 10:42:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ristretto (Old) and /work/SRC/openSUSE:Factory/.ristretto.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ristretto" Fri Mar 16 10:42:43 2018 rev:40 rq:587027 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes 2017-08-24 18:40:24.290765949 +0200 +++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2018-03-16 10:44:04.946888853 +0100 @@ -1,0 +2,8 @@ +Tue Mar 13 13:26:06 UTC 2018 - [email protected] + +- Drop bogus pkgconfig(pkg-config) BuildRequires. +- Conditionalize the post/postun scriptlet: the relevant macros + there are now handled by file triggers. +- Use SPDX-3.0 license identifier. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ristretto.spec ++++++ --- /var/tmp/diff_new_pack.9Y8Dxx/_old 2018-03-16 10:44:06.142845789 +0100 +++ /var/tmp/diff_new_pack.9Y8Dxx/_new 2018-03-16 10:44:06.154845357 +0100 @@ -1,7 +1,7 @@ # # spec file for package ristretto # -# 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 @@ -20,15 +20,16 @@ Version: 0.8.2 Release: 0 Summary: Image viewer for the Xfce Desktop Environment -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Graphics/Viewers -Url: http://goodies.xfce.org/projects/applications/ristretto +URL: http://goodies.xfce.org/projects/applications/ristretto Source0: http://archive.xfce.org/src/apps/ristretto/0.8/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE ristretto-add-mime-types.patch [email protected] -- Adds support for additional image MIME types supported by openSUSE Patch0: ristretto-add-mime-types.patch BuildRequires: fdupes BuildRequires: file-devel BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: xfce4-dev-tools BuildRequires: pkgconfig(cairo) @@ -43,9 +44,7 @@ BuildRequires: pkgconfig(libxfce4ui-1) BuildRequires: pkgconfig(libxfce4util-1.0) BuildRequires: pkgconfig(libxfconf-0) -BuildRequires: pkgconfig(pkg-config) Recommends: %{name}-lang = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Ristretto Image Viewer is an application that can be used to @@ -75,6 +74,7 @@ %find_lang %{name} %{?no_lang_C} +%if 0%{?suse_version} < 1500 %post %desktop_database_post %icon_theme_cache_post @@ -82,10 +82,12 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files %defattr(-,root,root) -%doc AUTHORS COPYING NEWS +%license COPYING +%doc AUTHORS NEWS %{_bindir}/ristretto %{_datadir}/applications/ristretto.desktop %{_datadir}/icons/hicolor/*/apps/ristretto.*
