Hello community, here is the log from the commit of package exo for openSUSE:Factory checked in at 2018-06-20 15:24:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exo (Old) and /work/SRC/openSUSE:Factory/.exo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exo" Wed Jun 20 15:24:33 2018 rev:58 rq:617416 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/exo/exo.changes 2018-02-20 17:54:25.599865694 +0100 +++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes 2018-06-20 15:24:40.480620919 +0200 @@ -1,0 +2,26 @@ +Sun Jun 17 15:59:58 UTC 2018 - seife+...@b1-systems.com + +- update to 0.12.1 (Stable Release) + * Bug Fixes: + - Use "user-bookmarks" instead of "bookmark-new" (bxo#14243) + - Properly scale app icons in Preferred Apps dialog (bxo#14362) + - Remove pure attribute of function that returns void (bxo#14427) + - Missing varargs init or cleanup (CID #30799) + - Uninitialized scalar variable (CID #127777) + * Compiler Support: + - Disable -Wexpansion-to-defined (GCC 7) + - Fix various other compiler warnings (GCC 7) + - Fix -Wcast-function-type (GCC 8) + * Helpers: + - Add PCManFM-Qt (from LXQt) to supported file managers + (bxo#14333) + * ExoIconChooserDialog + - Drop deprecated International icon context, add Stock icon + context + - Increase icon chooser context title length to support long + translations + - Skip symbolic icons to boost performance + - Added GTK 3 test to test suite + * Translation Updates + +------------------------------------------------------------------- Old: ---- exo-0.12.0.tar.bz2 New: ---- exo-0.12.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exo.spec ++++++ --- /var/tmp/diff_new_pack.JOBQMe/_old 2018-06-20 15:24:42.748538657 +0200 +++ /var/tmp/diff_new_pack.JOBQMe/_new 2018-06-20 15:24:42.752538512 +0200 @@ -1,7 +1,7 @@ # # spec file for package exo # -# 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 @@ -19,10 +19,10 @@ %define libname_gtk2 libexo-1-0 %define libname_gtk3 libexo-2-0 Name: exo -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Application Development Library for Xfce -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ Url: http://docs.xfce.org/xfce/exo/start Source0: http://archive.xfce.org/src/xfce/exo/0.12/%{name}-%{version}.tar.bz2 @@ -55,7 +55,7 @@ %package tools Summary: Tools for exo -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/XFCE Provides: exo:%{_bindir}/exo-csource Provides: exo:%{_bindir}/exo-desktop-item-edit @@ -67,7 +67,7 @@ %package data Summary: Helpers Data for exo -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/XFCE Requires: %{name}-branding = %{version} Requires: %{name}-helpers = %{version} @@ -77,7 +77,7 @@ %package helpers Summary: Helpers for exo -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/XFCE %description helpers @@ -85,7 +85,7 @@ %package -n %{libname_gtk2} Summary: Application Development Library for Xfce -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Libraries Requires: %{name}-branding = %{version} # >= because of crazy rpmlint stuff @@ -104,7 +104,7 @@ %package -n %{libname_gtk3} Summary: Application Development Library for Xfce -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Libraries Requires: %{name}-branding = %{version} Requires: %{name}-data >= %{version} @@ -122,7 +122,7 @@ %package devel Summary: Development Files for exo -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{libname_gtk2} = %{version} Requires: %{libname_gtk3} = %{version} @@ -134,7 +134,7 @@ %package branding-upstream Summary: Upstream Branding of exo -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/GUI/XFCE Supplements: packageand(%{libname_gtk2}:branding-upstream) Supplements: packageand(%{libname_gtk3}:branding-upstream) @@ -152,7 +152,7 @@ # additional bug: %%lang_package will always reuire %%name, which is unwanted here %package lang Summary: Languages for package %{name} -License: GPL-2.0+ AND LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Localization Requires: %{libname_gtk2} = %{version} Requires: %{libname_gtk3} = %{version} @@ -254,11 +254,13 @@ %files lang -f exo-1.lang %files -n %{libname_gtk2} -%doc README NEWS COPYING COPYING.LIB AUTHORS THANKS TODO +%doc README NEWS AUTHORS THANKS TODO +%license COPYING COPYING.LIB %{_libdir}/libexo-1.so.* %files -n %{libname_gtk3} -%doc README NEWS COPYING COPYING.LIB AUTHORS THANKS TODO +%doc README NEWS AUTHORS THANKS TODO +%license COPYING COPYING.LIB %{_libdir}/libexo-2.so.* %files devel ++++++ exo-0.12.0.tar.bz2 -> exo-0.12.1.tar.bz2 ++++++ ++++ 20715 lines of diff (skipped)