Hello community,

here is the log from the commit of package python-vcs for openSUSE:Factory 
checked in at 2015-08-01 11:35:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-17 
20:20:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-vcs.new/python-vcs.changes       
2015-08-01 11:35:10.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 12:27:22 UTC 2015 - [email protected]
+
+- only require git-core to not pull in git-web and gitk 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-vcs.spec ++++++
--- /var/tmp/diff_new_pack.phq9Uj/_old  2015-08-01 11:35:10.000000000 +0200
+++ /var/tmp/diff_new_pack.phq9Uj/_new  2015-08-01 11:35:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vcs
 #
-# 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
@@ -27,8 +27,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:       python-dulwich
-BuildRequires:  python-setuptools
 BuildRequires:  python-Sphinx
+BuildRequires:  python-setuptools
 # Test requirements:
 #BuildRequires:  python-mock
 #BuildRequires:  python-Pygments
@@ -36,8 +36,8 @@
 #BuildRequires:  python-unittest2
 #BuildRequires:  python-dulwich
 #BuildRequires:  mercurial
-#BuildRequires:  git
-Requires:       git
+#BuildRequires:  git-core
+Requires:       git-core
 Requires:       mercurial
 %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()")}
@@ -60,7 +60,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitelib}/vcs/.ropeproject
 
-# Test's require network access, thus disabled:
+# Tests require network access, thus disabled:
 #%%check
 #nosetests
 


Reply via email to