Hello community, here is the log from the commit of package xfce4-panel-profiles for openSUSE:Leap:15.2 checked in at 2020-02-09 11:25:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-panel-profiles (Old) and /work/SRC/openSUSE:Leap:15.2/.xfce4-panel-profiles.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-profiles" Sun Feb 9 11:25:50 2020 rev:1 rq:770956 version:1.0.10 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.xfce4-panel-profiles.new.26092/xfce4-panel-profiles.changes 2020-02-09 11:25:51.247313815 +0100 @@ -0,0 +1,37 @@ +------------------------------------------------------------------- +Wed Jan 15 10:36:48 UTC 2020 - Maurizio Galli <[email protected]> + +- Update to version 1.0.10 + * Add openSUSE profile + * Add new error for invalid configuration files (bxo#15983) + * 'Current Configuration' now pulls the current panel state instead of + the state cached when the program starts (bxo#16114) + * A cancellable warning is now displayed when applying configurations + (bxo#14559) + * Translations updates +- Removed patch openSUSE-profile.patch because merged upstream + +------------------------------------------------------------------- +Sun Jul 28 19:09:54 UTC 2019 - Maurizio Galli <[email protected]> + +- Update to version 1.0.9 + * Add Xfce 4.14 profile + * Suppress deprecation warnings + * Rename launchers to be more explicit + * Rename Xubuntu releases to version numbers instead of codenames + * Unversion gimp desktop file to work with any release + * Fix KeyError when processing some layouts (bxo#14934) + * Safely handle values that GLib cannot process (bxo#14597) + * Translation updates +- Fixed and updated patch openSUSE-profile.patch + +------------------------------------------------------------------- +Sun Dec 2 14:49:45 UTC 2018 - Maurizio Galli <[email protected]> + +- added openSUSE-profile.patch for openSUSE panel layout +- run spec cleaner + +------------------------------------------------------------------- +Sun Dec 2 06:59:52 UTC 2018 - Maurizio Galli <[email protected]> + +- Version 1.0.8 Initial Build New: ---- xfce4-panel-profiles-1.0.10.tar.bz2 xfce4-panel-profiles.changes xfce4-panel-profiles.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-panel-profiles.spec ++++++ # # spec file for package xfce4-panel-profiles # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xfce4-panel-profiles Version: 1.0.10 Release: 0 Summary: Simple application to manage Xfce panel layouts License: GPL-3.0-only Group: System/GUI/Other URL: https://git.xfce.org/apps/xfce4-panel-profiles/about/ Source: https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/%{name}-%{version}.tar.bz2 BuildRequires: appstream-glib BuildRequires: findutils BuildRequires: gobject-introspection BuildRequires: intltool BuildRequires: python3 BuildRequires: python3-base BuildRequires: python3-gobject BuildRequires: python3-gobject-Gdk BuildRequires: sed BuildRequires: xfce4-panel Requires: python3 Requires: python3-base Requires: python3-gobject Requires: python3-gobject-Gdk Requires: xfce4-panel Recommends: %{name}-lang Recommends: xfce4-panel-plugin-whiskermenu BuildArch: noarch %description Simple application to manage Xfce panel layouts. This tool makes it possible to backup, restore, import, and export panel layouts. %prep %autosetup %build # configure macro not working due to it using unsupported options ./configure \ --prefix=%{_prefix} \ --python=python3 %make_build %install # fix shebangs - convert to /usr/bin/python3 for dir in %{name}; do # find *.py, filter to files that contain bad shebangs find $dir -name '*.py' -type f -print0 \ | xargs -0 grep -lE '^#!%{_bindir}/env' \ | xargs sed -i '1s|#!%{_bindir}/env\>|#!%{_bindir}/python3|' done %make_install # Remove not needed doc files rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,INSTALL,NEWS,README} %find_lang %{name} appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml %files -f %{name}.lang %files %doc AUTHORS NEWS README %license COPYING %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/layouts %dir %{_datadir}/%{name}/%{name} %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/layouts/* %{_datadir}/%{name}/locale %{_datadir}/%{name}/%{name}/panelconfig.py %{_datadir}/%{name}/%{name}/%{name}.glade %{_datadir}/%{name}/%{name}/%{name}.py %{_datadir}/metainfo/org.xfce.PanelProfiles.appdata.xml %{_mandir}/man1/xfce4-panel-profiles.1.gz %changelog
