|
@@ -3,8 +3,8 @@
|
|
%global srcname dulwich
|
|
%global srcname dulwich
|
|
|
|
|
|
Name: python-%{srcname}
|
|
Name: python-%{srcname}
|
|
-Version: 0.8.5
|
|
+Version: 0.8.6
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: A python implementation of the Git file formats and protocols
|
|
Summary: A python implementation of the Git file formats and protocols
|
|
Summary(ja): Git ファイルフォーマットとプロトコルの python 実装
|
|
Summary(ja): Git ファイルフォーマットとプロトコルの python 実装
|
|
|
|
|
|
@@ -12,7 +12,7 @@ Group: Development/Libraries
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://samba.org/~jelmer/dulwich/
|
|
URL: http://samba.org/~jelmer/dulwich/
|
|
Source0: http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
|
|
Source0: http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
|
|
-Patch0: 01_less_strict_index_tests
|
|
+#Patch0: 01_less_strict_index_tests
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -30,7 +30,7 @@ Mrs. Git live in the Monty Python sketch.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{srcname}-%{version}
|
|
%setup -q -n %{srcname}-%{version}
|
|
-%patch0 -p1
|
|
+#%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -76,6 +76,10 @@ nosetests test_web.py
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.6-1
|
|
|
|
+- new upstream release
|
|
|
|
+- deleted Patch0
|
|
|
|
+
|
|
* Wed May 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.5-2
|
|
* Wed May 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.5-2
|
|
- dropt BuildRequires: python-unittest2
|
|
- dropt BuildRequires: python-unittest2
|
|
|
|
|