Hello community,

here is the log from the commit of package python-dulwich for openSUSE:Factory
checked in at Tue Jul 19 15:01:43 CEST 2011.



--------
--- python-dulwich/python-dulwich.changes       2011-03-31 16:46:04.000000000 
+0200
+++ python-dulwich/python-dulwich.changes       2011-07-03 12:27:51.000000000 
+0200
@@ -1,0 +2,7 @@
+Sun Jul  3 10:21:34 UTC 2011 - sasc...@gmx.de
+
+- Update to version 0.7.1:
+  * Documentation udated
+  * Tree.entries deprecated
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  dulwich-0.7.0.tar.bz2

New:
----
  dulwich-0.7.1.tar.gz

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

Other differences:
------------------
++++++ python-dulwich.spec ++++++
--- /var/tmp/diff_new_pack.iTMKZU/_old  2011-07-19 14:59:44.000000000 +0200
+++ /var/tmp/diff_new_pack.iTMKZU/_new  2011-07-19 14:59:44.000000000 +0200
@@ -15,37 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-%define mod_name dulwich
 
-Name:           python-%{mod_name}
-Version:        0.7.0
+Name:           python-dulwich
+Version:        0.7.1
 Release:        1
 Url:            http://samba.org/~jelmer/dulwich
 Summary:        Pure-Python Git Library
-License:        GPLv2 or later
+License:        GPLv2+
 Group:          Development/Languages/Python
-Source:         %{mod_name}-%{version}.tar.bz2
+Source:         dulwich-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}
 %py_requires
 %endif
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 Simple Pure-Python implementation of the Git file formats and protocols. 
Dulwich
 is the place where Mr. and Mrs. Git live in one of the Monty Python sketches.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n dulwich-%{version}
+rm docs/tutorial/.gitignore
 
 %build
-export CFLAGS="%{optflags}"
-python setup.py build
+CFLAGS="%{optflags}" python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -57,6 +53,6 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING HACKING NEWS README docs
 %{_bindir}/*
-%python_sitearch/%{mod_name}*
+%python_sitearch/*
 
 %changelog


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



Remember to have fun...

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

Reply via email to