Accepting request 599212 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/599212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xapp?expand=0&rev=3
This commit is contained in:
commit
55fc52a174
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b
|
||||
size 12327
|
3
python-xapp-1.2.0.tar.gz
Normal file
3
python-xapp-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a81e50b1a16efcd2db0db99afbeebf56a4dfd45b008ec5bc606db0adc7cb9ac0
|
||||
size 12412
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 19 20:07:54 UTC 2018 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* Properly bump version in setup.py.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 19:52:24 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-xapp
|
||||
#
|
||||
# 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
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-xapp
|
||||
Version: 1.0.1
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Python XApp library
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/linuxmint/python-xapp
|
||||
URL: https://github.com/linuxmint/python-xapp
|
||||
Source: https://github.com/linuxmint/%{name}/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
|
||||
@ -50,8 +50,8 @@ desktop environments and required to implement cross-DE solutions.
|
||||
%python_install
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING debian/changelog
|
||||
%license COPYING
|
||||
%doc debian/changelog
|
||||
%{python_sitelib}/xapp/
|
||||
%{python_sitelib}/python_xapp-*.egg-info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user