Accepting request 838209 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/838209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xapp?expand=0&rev=6
This commit is contained in:
commit
789fd6d518
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f407edf5db6a30fcdec26a24addc86dc7b7ed891890fb128dd36675a95434355
|
||||
size 19665
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 19:04:22 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Update to version 2.0.1.
|
||||
* Packaging: Rename source package
|
||||
* Remove python2 support.
|
||||
* Settings section: ensure that settings inside a revealer can be
|
||||
visible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 07:18:12 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
|
@ -16,18 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define _name python3-xapp
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-xapp
|
||||
Version: 1.8.1
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Summary: Python XApp library
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/linuxmint/python-xapp
|
||||
Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/linuxmint/python3-xapp
|
||||
Source: https://github.com/linuxmint/python3-xapp/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
|
||||
# PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using xdg-su.
|
||||
Patch0: python-xapp-xdgsu.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-psutil
|
||||
Requires: xdg-utils
|
||||
@ -40,7 +43,7 @@ desktop environments and required to implement cross-DE solutions.
|
||||
%python_subpackages
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
3
python3-xapp-2.0.1.tar.gz
Normal file
3
python3-xapp-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed32ec4e81bfcc1de1d5f33dcc0a3dcfec9583b74a2af22d4c3188cec6ea7f4c
|
||||
size 19839
|
Loading…
Reference in New Issue
Block a user