Hello community,

here is the log from the commit of package python-vcs for openSUSE:Factory 
checked in at 2013-11-17 20:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcs (Old)
 and      /work/SRC/openSUSE:Factory/.python-vcs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcs/python-vcs.changes    2013-10-25 
11:34:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-vcs.new/python-vcs.changes       
2013-11-17 20:20:35.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 15 20:44:47 UTC 2013 - [email protected]
+
+- Update to version 0.4.0
+  + No changelog available
+- Add python-Sphinx BuildRequires and build documentation from source
+
+-------------------------------------------------------------------

Old:
----
  vcs-0.2.2.tar.gz

New:
----
  vcs-0.4.0.tar.gz

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

Other differences:
------------------
++++++ python-vcs.spec ++++++
--- /var/tmp/diff_new_pack.jFzwRC/_old  2013-11-17 20:20:35.000000000 +0100
+++ /var/tmp/diff_new_pack.jFzwRC/_new  2013-11-17 20:20:35.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-vcs
-Version:        0.2.2
+Version:        0.4.0
 Release:        0
 Url:            https://github.com/codeinn/vcs
 Summary:        Various Version Control System management abstraction layer 
for Python
@@ -26,7 +26,9 @@
 Source:         
http://pypi.python.org/packages/source/v/vcs/vcs-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+Requires:       python-dulwich
 BuildRequires:  python-setuptools
+BuildRequires:  python-Sphinx
 # Test requirements:
 #BuildRequires:  python-mock
 #BuildRequires:  python-Pygments
@@ -37,7 +39,6 @@
 #BuildRequires:  git
 Requires:       git
 Requires:       mercurial
-Requires:       python-dulwich
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -50,13 +51,14 @@
 
 %prep
 %setup -q -n vcs-%{version}
-rm docs/build/html/.buildinfo
 
 %build
 python setup.py build
+cd docs && make html && rm build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -rf %{buildroot}%{python_sitelib}/vcs/.ropeproject
 
 # Test's require network access, thus disabled:
 #%%check

++++++ vcs-0.2.2.tar.gz -> vcs-0.4.0.tar.gz ++++++
++++ 19865 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to