Hello community,

here is the log from the commit of package python-datrie for openSUSE:Factory 
checked in at 2019-03-08 11:59:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-datrie (Old)
 and      /work/SRC/openSUSE:Factory/.python-datrie.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-datrie"

Fri Mar  8 11:59:23 2019 rev:5 rq:681249 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-datrie/python-datrie.changes      
2018-05-29 16:46:23.692800685 +0200
+++ /work/SRC/openSUSE:Factory/.python-datrie.new.28833/python-datrie.changes   
2019-03-08 11:59:25.235975022 +0100
@@ -1,0 +2,7 @@
+Mon Mar  4 09:56:56 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove strange removal of files in %{buildroot} before the
+  %install
+- Use %license
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-datrie.spec ++++++
--- /var/tmp/diff_new_pack.wMdmLJ/_old  2019-03-08 11:59:26.235974853 +0100
+++ /var/tmp/diff_new_pack.wMdmLJ/_new  2019-03-08 11:59:26.243974851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-datrie
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
 Version:        0.7.1
 Release:        0
 Summary:        Trie data structure for Python
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Python
 Url:            https://github.com/kmike/datrie
 Source:         
https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
@@ -53,15 +53,14 @@
 %python_build
 
 %install
-rm -rf %{buildroot}/usr/lib/debug/  # drop debuginfo which hindered packaging
 %python_install
 
 %check
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst COPYING CHANGES.rst
+%license COPYING
+%doc README.rst CHANGES.rst
 %{python_sitearch}/*
 
 %changelog


Reply via email to