commit python-pysvn for openSUSE:Factory

2018-08-17 Thread root
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)




commit python-pysvn for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2017-09-26 21:14:30

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn"

Tue Sep 26 21:14:30 2017 rev:27 rq:522100 version:1.9.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2017-09-05 15:15:28.743053985 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2017-09-26 21:15:01.497314214 +0200
@@ -1,0 +2,5 @@
+Thu Sep  7 12:02:11 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.aiTs7E/_old  2017-09-26 21:15:02.025239994 +0200
+++ /var/tmp/diff_new_pack.aiTs7E/_new  2017-09-26 21:15:02.029239432 +0200
@@ -19,8 +19,8 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pysvn
 Version:1.9.4
-%define pcxxver 6.2.8
 Release:0
+%define pcxxver 6.2.8
 Summary:Highlevel Subversion Python Bindings
 License:Apache-1.1
 Group:  Development/Libraries/Python
@@ -42,17 +42,15 @@
 %python_subpackages
 
 %description
-pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
-project's goal is to enable Tools to be written in Python that use Subversion.
-Windows, Mac OS X, Linux and other unix platforms are supported.
+pysvn is a set of highlevel Python bindings to Subversion. pysvn
+enables tools to be written in Python that use Subversion.
 
 Features:
  * Supports all svn client features
  * Supports svn transaction features required to write svn pre-commit
hooks
- * Easy to learn and use
  * Python like interface
- * Good Documentation and examples
+ * Documentation and examples provided
  * No need to understand the Subversion C API
 
 %prep




commit python-pysvn for openSUSE:Factory

2017-09-05 Thread root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2017-09-05 15:15:26

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn"

Tue Sep  5 15:15:26 2017 rev:26 rq:520002 version:1.9.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2015-09-24 06:14:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2017-09-05 15:15:28.743053985 +0200
@@ -1,0 +2,12 @@
+Thu Aug 31 17:01:43 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 1.9.4
+- Remove bnc445431_pysvn_svnenv.cpp.diff
+  * No longer needed
+
+---
+Thu Aug 24 13:52:20 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -132,0 +145 @@
+

Old:

  bnc445431_pysvn_svnenv.cpp.diff
  pysvn-1.8.0.tar.gz

New:

  pysvn-1.9.4.tar.gz



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.iaGmoC/_old  2017-09-05 15:15:31.762629542 +0200
+++ /var/tmp/diff_new_pack.iaGmoC/_new  2017-09-05 15:15:31.762629542 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysvn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,31 +16,30 @@
 #
 
 
-%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
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pysvn
-Version:1.8.0
+Version:1.9.4
+%define pcxxver 6.2.8
 Release:0
 Summary:Highlevel Subversion Python Bindings
 License:Apache-1.1
 Group:  Development/Libraries/Python
 Url:http://pysvn.tigris.org
 Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
-Patch0: bnc445431_pysvn_svnenv.cpp.diff
-BuildRequires:  gcc
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module xml}
 BuildRequires:  gcc-c++
 BuildRequires:  libapr1-devel
 BuildRequires:  libcom_err-devel
 BuildRequires:  libcom_err2
 BuildRequires:  libexpat-devel
 BuildRequires:  neon-devel
-BuildRequires:  python-devel
-BuildRequires:  python-xml
+BuildRequires:  python-rpm-macros
 BuildRequires:  subversion-devel
 Requires:   neon
 Requires:   subversion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%python_subpackages
 
 %description
 pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
@@ -58,30 +57,33 @@
 
 %prep
 %setup -q -n pysvn-%{version}
-%patch0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 
 %build
-cd Source
-python setup.py backport
-python setup.py configure --enable-debug --norpath
+%{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}/"
 make %{?_smp_mflags}
+popd
+}
 
 %install
-mkdir -p %{buildroot}/%{python_sitearch}/pysvn
-cp Source/pysvn/{__init__.py,_pysvn*.so} %{buildroot}/%{python_sitearch}/pysvn
-%py_compile %{buildroot}/%{python_sitearch}/pysvn
+%{python_expand mkdir -p %{buildroot}/%{$python_sitearch}/pysvn
+pushd Source-%{$python_bin_suffix}
+cp pysvn/{__init__.py,_pysvn*.so} %{buildroot}/%{$python_sitearch}/pysvn
+$python -m compileall -d %{$python_sitearch} 
%{buildroot}/%{$python_sitearch}/pysvn
+$python -O -m compileall -d %{$python_sitearch} 
%{buildroot}/%{$python_sitearch}/pysvn
+popd
+}
 rm -f Docs/generate_cpp_docs_from_html_docs.py
 
-#some of these tests (test-01.unix) are way too fragile to operate properly
-#over a certain amount of different svn versions, as the compare output strings
-
 %check
 cd Tests
-make %{?_smp_mflags} || true
+%python_expand PYTHON=$python make %{?_smp_mflags} || true
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc LICENSE.txt Docs Examples
 %{python_sitearch}/*

++ pysvn-1.8.0.tar.gz -> pysvn-1.9.4.tar.gz ++
 81896 lines of diff (skipped)




commit python-pysvn for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2015-09-24 06:14:31

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2013-11-25 15:03:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2015-09-24 06:14:34.0 +0200
@@ -1,0 +2,12 @@
+Fri Sep 18 09:24:31 UTC 2015 - astie...@suse.com
+
+- update to 1.8.0:
+  * Support python3 sorting of list of PysvnDict objects that name
+a known "key".
+  * Support Subversion 1.9.1.
+  * Support Python 3.5
+  * Fix issue: is_versioned is always 0
+  * Fix issue: svn_client_root_url_from_path() would crash if login
+callback was called.
+
+---

Old:

  pysvn-1.7.8.tar.gz

New:

  pysvn-1.8.0.tar.gz



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.qSHiqw/_old  2015-09-24 06:14:34.0 +0200
+++ /var/tmp/diff_new_pack.qSHiqw/_new  2015-09-24 06:14:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysvn
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,8 +16,11 @@
 #
 
 
+%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-pysvn
-Version:1.7.8
+Version:1.8.0
 Release:0
 Summary:Highlevel Subversion Python Bindings
 License:Apache-1.1
@@ -38,9 +41,6 @@
 Requires:   neon
 Requires:   subversion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%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
 
 %description
 pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
@@ -58,7 +58,7 @@
 
 %prep
 %setup -q -n pysvn-%{version}
-%patch0 -p0
+%patch0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 
@@ -76,6 +76,7 @@
 
 #some of these tests (test-01.unix) are way too fragile to operate properly
 #over a certain amount of different svn versions, as the compare output strings
+
 %check
 cd Tests
 make %{?_smp_mflags} || true

++ pysvn-1.7.8.tar.gz -> pysvn-1.8.0.tar.gz ++
 61535 lines of diff (skipped)




commit python-pysvn for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2013-11-25 15:03:26

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2013-08-01 16:02:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2013-11-25 15:03:27.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 20:18:34 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.7.8
+  + No changelog available
+
+---

Old:

  pysvn-1.7.7.tar.gz

New:

  pysvn-1.7.8.tar.gz



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.flqQgG/_old  2013-11-25 15:03:29.0 +0100
+++ /var/tmp/diff_new_pack.flqQgG/_new  2013-11-25 15:03:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pysvn
-Version:1.7.7
+Version:1.7.8
 Release:0
 Summary:Highlevel Subversion Python Bindings
 License:Apache-1.1

++ pysvn-1.7.7.tar.gz -> pysvn-1.7.8.tar.gz ++
 8541 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pysvn for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2013-08-01 16:02:23

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2012-11-28 14:34:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2013-08-01 16:02:24.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 15:10:02 UTC 2013 - h...@urpla.net
+
+- update to 1.7.7
+  * no degestible changelog provided from upstream
+
+---

Old:

  bnc780243_fix_build_script.diff
  pysvn-1.7.6.tar.gz

New:

  pysvn-1.7.7.tar.gz



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.3PEP8J/_old  2013-08-01 16:02:25.0 +0200
+++ /var/tmp/diff_new_pack.3PEP8J/_new  2013-08-01 16:02:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pysvn
-Version:1.7.6
+Version:1.7.7
 Release:0
 Summary:Highlevel Subversion Python Bindings
 License:Apache-1.1
@@ -25,9 +25,9 @@
 Url:http://pysvn.tigris.org
 Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
 Patch0: bnc445431_pysvn_svnenv.cpp.diff
-Patch1: bnc780243_fix_build_script.diff
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  libapr1-devel
 BuildRequires:  libcom_err-devel
 BuildRequires:  libcom_err2
 BuildRequires:  libexpat-devel
@@ -35,7 +35,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 BuildRequires:  subversion-devel
-BuildRequires:  pkgconfig(apr-1)
 Requires:   neon
 Requires:   subversion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,15 +59,13 @@
 %prep
 %setup -q -n pysvn-%{version}
 %patch0 -p0
-%patch1 -p0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 
 %build
 cd Source
 python setup.py backport
-python setup.py configure
-# --norpath
+python setup.py configure --enable-debug --norpath
 make %{?_smp_mflags}
 
 %install
@@ -77,9 +74,11 @@
 %py_compile %{buildroot}/%{python_sitearch}/pysvn
 rm -f Docs/generate_cpp_docs_from_html_docs.py
 
-#%%check
-#cd Tests
-#make %{?_smp_mflags}
+#some of these tests (test-01.unix) are way too fragile to operate properly
+#over a certain amount of different svn versions, as the compare output strings
+%check
+cd Tests
+make %{?_smp_mflags} || true
 
 %files
 %defattr(-,root,root)

++ pysvn-1.7.6.tar.gz -> pysvn-1.7.7.tar.gz ++
 6093 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pysvn for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2013-06-19 15:50:53

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn"

Changes:


Old:

  python3-pysvn.changes
  python3-pysvn.spec



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.FWROY7/_old  2013-06-19 15:54:32.0 +0200
+++ /var/tmp/diff_new_pack.FWROY7/_new  2013-06-19 15:54:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysvn
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pysvn for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2012-11-28 14:34:33

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2012-05-07 22:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2012-11-28 14:34:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 11:17:40 UTC 2012 - robert.munte...@gmail.com
+
+- Added patch for bnc#780243, cherry-picked from upstream r1742
+
+---
--- /work/SRC/openSUSE:Factory/python-pysvn/python3-pysvn.changes   
2012-05-07 22:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python3-pysvn.changes  
2012-11-28 14:34:35.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 22 14:28:33 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---
+Thu Nov 22 11:17:40 UTC 2012 - robert.munte...@gmail.com
+
+- Added patch for bnc#780243, cherry-picked from upstream r1742
+
+---

New:

  bnc780243_fix_build_script.diff



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.c4TjC9/_old  2012-11-28 14:34:36.0 +0100
+++ /var/tmp/diff_new_pack.c4TjC9/_new  2012-11-28 14:34:36.0 +0100
@@ -25,6 +25,7 @@
 Url:http://pysvn.tigris.org
 Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
 Patch0: bnc445431_pysvn_svnenv.cpp.diff
+Patch1: bnc780243_fix_build_script.diff
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  libcom_err-devel
@@ -59,6 +60,7 @@
 %prep
 %setup -q -n pysvn-%{version}
 %patch0 -p0
+%patch1 -p0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 

++ python3-pysvn.spec ++
--- /var/tmp/diff_new_pack.c4TjC9/_old  2012-11-28 14:34:36.0 +0100
+++ /var/tmp/diff_new_pack.c4TjC9/_new  2012-11-28 14:34:36.0 +0100
@@ -25,6 +25,7 @@
 Url:http://pysvn.tigris.org
 Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
 Patch0: bnc445431_pysvn_svnenv.cpp.diff
+Patch1: bnc780243_fix_build_script.diff
 BuildRequires:  gcc-c++
 BuildRequires:  libcom_err-devel
 BuildRequires:  libexpat-devel
@@ -37,13 +38,9 @@
 BuildRequires:  subversion-devel
 BuildRequires:  pkgconfig(apr-1)
 Requires:   neon
+Requires:   python(abi) = %{py3_ver}
 Requires:   subversion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} <= 1140
-%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
-%endif
-Requires:   python3 >= %{py3_ver}
 
 %description
 pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
@@ -62,6 +59,7 @@
 %prep
 %setup -q -n pysvn-%{version}
 %patch0 -p0
+%patch1 -p0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
 

++ bnc780243_fix_build_script.diff ++
Index: Source/setup_configure.py
===
--- Source/setup_configure.py   (revision 1471)
+++ Source/setup_configure.py   (revision 1472)
@@ -873,7 +873,7 @@
 
 rules.append( '%s : %s' % (target_filename, ' '.join( all_objects )) )
 rules.append( '\t@echo Link %s' % (target_filename,) )
-rules.append( '\t@%%(LDSHARED)s -o %s %%(CCCFLAGS)s %s' % 
(target_filename, ' '.join( all_objects )) )
+rules.append( '\t@%%(LDSHARED)s -o %s %%(CCCFLAGS)s %s %%(LDLIBS)s' % 
(target_filename, ' '.join( all_objects )) )
 
 self.makePrint( self.expand( '\n'.join( rules ) ) )
 
@@ -1154,7 +1154,7 @@
 
 self._addVar( 'CCCFLAGS',   ' '.join( py_cflags_list ) )
 self._addVar( 'LDLIBS', ' '.join( self._getLdLibs() ) )
-self._addVar( 'LDSHARED',   '%(CCC)s -shared -g %(LDLIBS)s' )
+self._addVar( 'LDSHARED',   '%(CCC)s -shared -g' )
 
 
#
 class LinuxCompilerGCC(UnixCompilerGCC):
-- 
To unsu

commit python-pysvn for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2012-05-07 22:50:41

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2012-03-07 13:45:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2012-05-07 22:50:43.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 30 10:16:03 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-1.1
+  See LICENSE.txt (most of the package is in fact BSD-3-Clause licensed"
+
+---
+Fri Apr 27 14:07:19 UTC 2012 - toddrme2...@gmail.com
+
+- Fix building python 3 package on openSUSE 11.4
+
+---
+Thu Apr 26 09:01:12 UTC 2012 - toddrme2...@gmail.com
+
+- Add python 3 package
+
+---
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python3-pysvn.changes  
2012-05-07 22:50:43.0 +0200
@@ -0,0 +1,16 @@
+---
+Mon Apr 30 10:16:03 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-1.1
+  See LICENSE.txt (most of the package is in fact BSD-3-Clause licensed"
+
+---
+Fri Apr 27 14:07:19 UTC 2012 - toddrme2...@gmail.com
+
+- Fix building python 3 package on openSUSE 11.4
+
+---
+Thu Apr 26 09:01:12 UTC 2012 - toddrme2...@gmail.com
+
+- Add python 3 package
+

New:

  python3-pysvn.changes
  python3-pysvn.spec



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.9X6G3n/_old  2012-05-07 22:50:44.0 +0200
+++ /var/tmp/diff_new_pack.9X6G3n/_new  2012-05-07 22:50:44.0 +0200
@@ -20,7 +20,7 @@
 Version:1.7.6
 Release:0
 Summary:Highlevel Subversion Python Bindings
-License:Apache-2.0
+License:Apache-1.1
 Group:  Development/Libraries/Python
 Url:http://pysvn.tigris.org
 Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz

++ python3-pysvn.spec ++
#
# spec file for package python3-pysvn
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   python3-pysvn
Version:1.7.6
Release:0
Summary:Highlevel Subversion Python 3 Bindings
License:Apache-1.1
Group:  Development/Libraries/Python
Url:http://pysvn.tigris.org
Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
Patch0: bnc445431_pysvn_svnenv.cpp.diff
BuildRequires:  gcc-c++
BuildRequires:  libcom_err-devel
BuildRequires:  libexpat-devel
BuildRequires:  neon-devel
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-xml
BuildRequires:  subversion-devel
BuildRequires:  pkgconfig(apr-1)
Requires:   neon
Requires:   subversion
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1140
%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)}
%endif
Requires:   python3 >= %{py3_ver}

%description
pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
project's goal is to enable Tools to be written in Python that use Subversion.
Windows, Mac OS X, Linux and other unix platforms are supported.

Features:
 * Supports all svn client features
 * Supports svn transaction features req

commit python-pysvn for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2012-03-07 13:45:01

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2011-11-02 12:16:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2012-03-07 13:45:03.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar  4 08:32:56 UTC 2012 - co...@suse.com
+
+- update to 1.7.6:
+  * supports subversion 1.7.3 (and earlier)
+
+---
+Wed Feb  1 10:30:58 UTC 2012 - sasc...@suse.de
+
+- Ran spec-cleaner
+
+---

Old:

  pysvn-1.7.5.tar.bz2

New:

  pysvn-1.7.6.tar.gz



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.lbUC00/_old  2012-03-07 13:45:04.0 +0100
+++ /var/tmp/diff_new_pack.lbUC00/_new  2012-03-07 13:45:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pysvn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,56 +15,49 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%define _realname pysvn
 
 Name:   python-pysvn
+Version:1.7.6
+Release:0
+Summary:Highlevel Subversion Python Bindings
+License:Apache-2.0
 Group:  Development/Libraries/Python
 Url:http://pysvn.tigris.org
-License:Apache-2.0
-BuildRequires:  gcc gcc-c++ libapr1-devel libcom_err-devel libcom_err2 
libexpat-devel neon-devel python python-devel python-xml subversion-devel
-Requires:   neon subversion
-Version:1.7.5
-Release:1
-Source0:%{_realname}-%{version}.tar.bz2
+Source0:
http://pysvn.barrys-emacs.org/source_kits/pysvn-%{version}.tar.gz
 Patch0: bnc445431_pysvn_svnenv.cpp.diff
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  libcom_err-devel
+BuildRequires:  libcom_err2
+BuildRequires:  libexpat-devel
+BuildRequires:  neon-devel
+BuildRequires:  python-devel
+BuildRequires:  python-xml
+BuildRequires:  subversion-devel
+BuildRequires:  pkgconfig(apr-1)
+Requires:   neon
+Requires:   subversion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Highlevel Subversion Python Bindings
-%if 0%suse_version <= 1110
-%define _sitedir %py_sitedir/%_realname
-%else
-%define _sitedir %python_sitearch/%_realname
+%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
 
 %description
-pysvn is a highlevel and easy to use Python bindings to Subversion.
-The pysvn project's goal is to enable Tools to be written in Python
-that use Subversion. Windows, Mac OS X, Linux and other unix
-platforms are supported.
+pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn
+project's goal is to enable Tools to be written in Python that use Subversion.
+Windows, Mac OS X, Linux and other unix platforms are supported.
 
 Features:
-* Supports all svn client features
-
-* Supports svn transaction features required to write svn pre-commit
+ * Supports all svn client features
+ * Supports svn transaction features required to write svn pre-commit
hooks
-
-* Easy to learn and use
-
-* Python like interface
-
-* Good Documentation and examples
-
-* No need to understand the Subversion C API
-
-
-
-Authors:
-
-Barry Scott 
+ * Easy to learn and use
+ * Python like interface
+ * Good Documentation and examples
+ * No need to understand the Subversion C API
 
 %prep
-%setup -q -n %{_realname}-%{version}
+%setup -q -n pysvn-%{version}
 %patch0 -p0
 # patch in rpm compiler flags
 sed -i 's/CCFLAGS=-Wall/CCFLAGS=$(RPM_OPT_FLAGS) -Wall -Wno-deprecated/g' 
Source/setup_configure.py
@@ -75,24 +68,20 @@
 python setup.py configure
 # --norpath
 make %{?_smp_mflags}
-#cd ../Tests
-#make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%_sitedir
-cp Source/pysvn/__init__.py $RPM_BUILD_ROOT/%_sitedir
-cp Source/pysvn/_pysvn*.so $RPM_BUILD_ROOT/%_sitedir
-%py_compile $RPM_BUILD_ROOT/%_sitedir
+mkdir -p %{buildroot}/%{python_sitearch}/pysvn
+cp Source/pysvn/{__init__.py,_pysvn*.so} %{buildro

commit python-pysvn for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2011-12-06 18:57:31

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn", Maintainer is "thomas.schrai...@suse.com"

Changes:




Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.nG2ewy/_old  2011-12-06 19:30:00.0 +0100
+++ /var/tmp/diff_new_pack.nG2ewy/_new  2011-12-06 19:30:00.0 +0100
@@ -22,7 +22,7 @@
 Name:   python-pysvn
 Group:  Development/Libraries/Python
 Url:http://pysvn.tigris.org
-License:Apache Software License ..
+License:Apache-2.0
 BuildRequires:  gcc gcc-c++ libapr1-devel libcom_err-devel libcom_err2 
libexpat-devel neon-devel python python-devel python-xml subversion-devel
 Requires:   neon subversion
 Version:1.7.5

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pysvn for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package python-pysvn for openSUSE:Factory 
checked in at 2011-11-02 12:16:30

Comparing /work/SRC/openSUSE:Factory/python-pysvn (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysvn.new (New)


Package is "python-pysvn", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-pysvn/python-pysvn.changes
2011-09-23 12:43:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysvn.new/python-pysvn.changes   
2011-11-02 12:16:31.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 31 15:37:11 CET 2011 - dmuel...@suse.de
+
+- update to 1.7.5:
+  * update included pycss to 0.6 to build against subversion 1.7
+
+---

Old:

  pysvn-1.7.4.tar.bz2

New:

  pysvn-1.7.5.tar.bz2



Other differences:
--
++ python-pysvn.spec ++
--- /var/tmp/diff_new_pack.zqOalE/_old  2011-11-02 12:16:33.0 +0100
+++ /var/tmp/diff_new_pack.zqOalE/_new  2011-11-02 12:16:33.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pysvn (Version 1.7.4)
+# spec file for package python-pysvn
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:Apache Software License ..
 BuildRequires:  gcc gcc-c++ libapr1-devel libcom_err-devel libcom_err2 
libexpat-devel neon-devel python python-devel python-xml subversion-devel
 Requires:   neon subversion
-Version:1.7.4
+Version:1.7.5
 Release:1
 Source0:%{_realname}-%{version}.tar.bz2
 Patch0: bnc445431_pysvn_svnenv.cpp.diff

++ pysvn-1.7.4.tar.bz2 -> pysvn-1.7.5.tar.bz2 ++
 57599 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org