Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2018-08-18 00:01:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysvn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysvn"

Sat Aug 18 00:01:23 2018 rev:28 rq:628361 version:1.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes        
2017-09-26 21:15:01.497314214 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2018-08-18 00:01:37.734632145 +0200
@@ -1,0 +2,7 @@
+Thu Aug  9 07:15:37 UTC 2018 - tchva...@suse.com
+
+- Update to 1.9.6:
+  * No real obvious changelog
+  * Support python 3.7
+
+-------------------------------------------------------------------

Old:
----
  pysvn-1.9.4.tar.gz

New:
----
  pysvn-1.9.6.tar.gz

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

Other differences:
------------------
++++++ python-pysvn.spec ++++++
--- /var/tmp/diff_new_pack.lpiJuL/_old  2018-08-18 00:01:43.182648396 +0200
+++ /var/tmp/diff_new_pack.lpiJuL/_new  2018-08-18 00:01:43.186648408 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysvn
 #
-# 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,15 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pysvn
-Version:        1.9.4
+Version:        1.9.6
 Release:        0
-%define pcxxver 6.2.8
 Summary:        Highlevel Subversion Python Bindings
 License:        Apache-1.1
 Group:          Development/Libraries/Python
-Url:            http://pysvn.tigris.org
+URL:            http://pysvn.tigris.org
 Source0:        
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pycxx-devel}
 BuildRequires:  %{python_module xml}
 BuildRequires:  gcc-c++
 BuildRequires:  libapr1-devel
@@ -38,7 +38,6 @@
 BuildRequires:  subversion-devel
 Requires:       neon
 Requires:       subversion
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -55,14 +54,16 @@
 
 %prep
 %setup -q -n pysvn-%{version}
-# patch in rpm compiler flags
-sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 
 %build
+export CFLAGS="%{optflags}"
 %{python_expand cp -r Source Source-%{$python_bin_suffix}
 pushd Source-%{$python_bin_suffix}
 $python setup.py backport
-$python setup.py configure --enable-debug --norpath 
--pycxx-dir="../Import/pycxx-%{pcxxver}/"
+$python setup.py configure \
+    --enable-debug --verbose --fixed-module-name --norpath \
+    --pycxx-dir=%{$python_sysconfig_path include}/ 
--pycxx-src-dir=%{_datadir}/python%{$python_bin_suffix}/CXX
+sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' 
Makefile
 make %{?_smp_mflags}
 popd
 }
@@ -79,11 +80,11 @@
 
 %check
 cd Tests
-%python_expand PYTHON=$python make %{?_smp_mflags} || true
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHON=$python make 
%{?_smp_mflags} || :
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE.txt Docs Examples
+%license LICENSE.txt
+%doc Docs Examples
 %{python_sitearch}/*
 
 %changelog

++++++ pysvn-1.9.4.tar.gz -> pysvn-1.9.6.tar.gz ++++++
++++ 68944 lines of diff (skipped)


Reply via email to