Hello community,

here is the log from the commit of package python-faulthandler for 
openSUSE:Factory checked in at 2018-05-04 11:29:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-faulthandler (Old)
 and      /work/SRC/openSUSE:Factory/.python-faulthandler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-faulthandler"

Fri May  4 11:29:14 2018 rev:2 rq:603176 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-faulthandler/python-faulthandler.changes  
2015-08-29 20:04:39.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-faulthandler.new/python-faulthandler.changes 
    2018-05-04 11:29:42.543305439 +0200
@@ -1,0 +2,11 @@
+Wed May  2 15:41:52 UTC 2018 - tchva...@suse.com
+
+- Fix url
+
+-------------------------------------------------------------------
+Fri Nov 10 20:12:18 UTC 2017 - toddrme2...@gmail.com
+
+- Provide python2-faulthandler for compatibility with singlespec
+  macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-faulthandler.spec ++++++
--- /var/tmp/diff_new_pack.Jz2t5M/_old  2018-05-04 11:29:43.059286508 +0200
+++ /var/tmp/diff_new_pack.Jz2t5M/_new  2018-05-04 11:29:43.059286508 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-faulthandler
 #
-# Copyright (c) 2015 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
@@ -16,20 +16,17 @@
 #
 
 
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
 Name:           python-faulthandler
 Version:        2.4
 Release:        0
 Summary:        Display the Python traceback on a crash
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/haypo/faulthandler
-Source:         
http://pypi.python.org/packages/source/f/faulthandler/faulthandler-%{version}.tar.gz
+URL:            https://github.com/haypo/faulthandler
+Source:         
https://files.pythonhosted.org/packages/source/f/faulthandler/faulthandler-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Provides:       python2-faulthandler = %{version}
 
 %description
 Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: display
@@ -52,9 +49,9 @@
 #PYTHONPATH=$(echo $(pwd)/build/lib.*) python tests.py --verbose
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS README COPYING
+%license COPYING
+%doc AUTHORS README
 %{python_sitearch}/faulthandler.so
-%{python_sitearch}/faulthandler-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/faulthandler-%{version}-py*.egg-info
 
 %changelog


Reply via email to