- Update to version 1.2.0.
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/python-xapp?expand=0&rev=7
This commit is contained in:
parent
4b26c987b9
commit
d0e44d77bc
@ -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
|
Mon Jun 12 19:52:24 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-xapp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-xapp
|
Name: python-xapp
|
||||||
Version: 1.0.1
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python XApp library
|
Summary: Python XApp library
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Languages/Python
|
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
|
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.
|
# PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using xdg-su.
|
||||||
Patch0: python-xapp-xdgsu.patch
|
Patch0: python-xapp-xdgsu.patch
|
||||||
@ -50,8 +50,12 @@ desktop environments and required to implement cross-DE solutions.
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%if 0%{?suse_version} >= 1500
|
||||||
%doc COPYING debian/changelog
|
%license COPYING
|
||||||
|
%else
|
||||||
|
%doc COPYING
|
||||||
|
%endif
|
||||||
|
%doc debian/changelog
|
||||||
%{python_sitelib}/xapp/
|
%{python_sitelib}/xapp/
|
||||||
%{python_sitelib}/python_xapp-*.egg-info
|
%{python_sitelib}/python_xapp-*.egg-info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user