Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2018-04-26 13:36:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and      /work/SRC/openSUSE:Factory/.python-xapp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xapp"

Thu Apr 26 13:36:58 2018 rev:3 rq:599212 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes  2017-06-13 
16:09:55.723258949 +0200
+++ /work/SRC/openSUSE:Factory/.python-xapp.new/python-xapp.changes     
2018-04-26 13:37:01.286301023 +0200
@@ -1,0 +2,6 @@
+Thu Apr 19 20:07:54 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.2.0:
+  * Properly bump version in setup.py.
+
+-------------------------------------------------------------------

Old:
----
  python-xapp-1.0.1.tar.gz

New:
----
  python-xapp-1.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-xapp.spec ++++++
--- /var/tmp/diff_new_pack.i9bjiV/_old  2018-04-26 13:37:01.946276836 +0200
+++ /var/tmp/diff_new_pack.i9bjiV/_new  2018-04-26 13:37:01.950276690 +0200
@@ -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 @@
 %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
 

++++++ python-xapp-1.0.1.tar.gz -> python-xapp-1.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.0.1/debian/changelog 
new/python-xapp-1.2.0/debian/changelog
--- old/python-xapp-1.0.1/debian/changelog      2017-06-09 16:43:51.000000000 
+0200
+++ new/python-xapp-1.2.0/debian/changelog      2018-04-16 16:41:23.000000000 
+0200
@@ -1,3 +1,10 @@
+python-xapp (1.2.0) tara; urgency=medium
+
+  [ Björn Esser ]
+  * Properly bump version in setup.py (#5)
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Mon, 16 Apr 2018 15:40:51 +0100
+
 python-xapp (1.0.1) sonya; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.0.1/setup.py 
new/python-xapp-1.2.0/setup.py
--- old/python-xapp-1.0.1/setup.py      2017-06-09 16:43:51.000000000 +0200
+++ new/python-xapp-1.2.0/setup.py      2018-04-16 16:41:23.000000000 +0200
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup( name = "python-xapp",
-       version = "1.0.0",
+       version = "1.2.0",
        description = "Python Xapp Library.",
        maintainer = "Linux Mint",
        maintainer_email = "r...@linuxmint.com",


Reply via email to