Hello community,
here is the log from the commit of package suseprime-appindicator for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:45:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/suseprime-appindicator (Old)
and /work/SRC/openSUSE:Leap:15.2/.suseprime-appindicator.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suseprime-appindicator"
Wed Feb 19 18:45:41 2020 rev:1 rq:775736 version:0.1.0
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.suseprime-appindicator.new.26092/suseprime-appindicator.changes
2020-02-19 18:45:42.554717948 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Tue Jan 7 10:12:40 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Format with spec-cleaner
+- Do not pull in any python2 based code
+
+-------------------------------------------------------------------
+Sat May 11 20:12:04 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Initial release
+
New:
----
suseprime-appindicator-0.1.0.tar.gz
suseprime-appindicator.changes
suseprime-appindicator.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suseprime-appindicator.spec ++++++
#
# spec file for package suseprime-appindicator
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Stasiek Michalski <[email protected]>.
#
# 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: suseprime-appindicator
Version: 0.1.0
Release: 0
Summary: SUSE Prime appindicator for switching between GPUs
License: GPL-2.0-only
Group: System/GUI/Other
URL: https://github.com/openSUSE/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
BuildRequires: python3-base
Requires: python3-gobject
Requires: suse-prime
Supplements: (xfce4-indicator-plugin and suse-prime)
BuildArch: noarch
%description
SUSE Prime appindicator for switching between Nvidia/Intel GPUs.
%prep
%setup -q
%build
%python3_build
%install
%python3_install
%fdupes %{buildroot}%{python3_sitelib}
%files
%{_datadir}/icons/hicolor/symbolic/apps/*
%dir %{_datadir}/%{name}/
%{_datadir}/%{name}/scripts
%{_sysconfdir}/xdg/autostart/%{name}.desktop
%{_bindir}/%{name}
%{python3_sitelib}/suseprimeindicator*
%changelog