From a7ab9d5b2352c94ab206daea715056b1f8241064b3ccd0574b2360f6ff7ab2b8 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 20 Apr 2018 09:35:32 +0000 Subject: [PATCH 1/2] - Update to version 1.2.0. OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/python-xapp?expand=0&rev=7 --- python-xapp-1.0.1.tar.gz | 3 --- python-xapp-1.2.0.tar.gz | 3 +++ python-xapp.changes | 6 ++++++ python-xapp.spec | 16 ++++++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 python-xapp-1.0.1.tar.gz create mode 100644 python-xapp-1.2.0.tar.gz diff --git a/python-xapp-1.0.1.tar.gz b/python-xapp-1.0.1.tar.gz deleted file mode 100644 index b328cb3..0000000 --- a/python-xapp-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b -size 12327 diff --git a/python-xapp-1.2.0.tar.gz b/python-xapp-1.2.0.tar.gz new file mode 100644 index 0000000..6913c4c --- /dev/null +++ b/python-xapp-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81e50b1a16efcd2db0db99afbeebf56a4dfd45b008ec5bc606db0adc7cb9ac0 +size 12412 diff --git a/python-xapp.changes b/python-xapp.changes index 0c0e937..3d0831c 100644 --- a/python-xapp.changes +++ b/python-xapp.changes @@ -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 diff --git a/python-xapp.spec b/python-xapp.spec index c8963f4..1fb1ccc 100644 --- a/python-xapp.spec +++ b/python-xapp.spec @@ -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,12 @@ desktop environments and required to implement cross-DE solutions. %python_install %files %{python_files} -%defattr(-,root,root) -%doc COPYING debian/changelog +%if 0%{?suse_version} >= 1500 +%license COPYING +%else +%doc COPYING +%endif +%doc debian/changelog %{python_sitelib}/xapp/ %{python_sitelib}/python_xapp-*.egg-info From ada68e359a50a599c1d89b0c0f7f6d66f125020fd603e4dfd348f790235a7409 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 20 Apr 2018 09:52:17 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/python-xapp?expand=0&rev=8 --- python-xapp.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-xapp.spec b/python-xapp.spec index 1fb1ccc..1f86a56 100644 --- a/python-xapp.spec +++ b/python-xapp.spec @@ -50,11 +50,7 @@ desktop environments and required to implement cross-DE solutions. %python_install %files %{python_files} -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif %doc debian/changelog %{python_sitelib}/xapp/ %{python_sitelib}/python_xapp-*.egg-info