Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9549 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
762069c181
2 changed files with 16 additions and 8 deletions
  1. 4 1
      p/python-ecdsa/python-ecdsa-vl.spec
  2. 12 7
      p/python-enchant/python-enchant-vl.spec

+ 4 - 1
p/python-ecdsa/python-ecdsa-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-ecdsa
-Version:        0.10
+Version:        0.13
 Release:        1%{?_dist_release}
 Summary:        ECDSA cryptographic signature library
 
@@ -42,5 +42,8 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.13-1
+- new upstream release
+
 * Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
 - initial build for Vine Linux

+ 12 - 7
p/python-enchant/python-enchant-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-enchant
-Version:        1.6.5
+Version:        1.6.6
 Release:        1%{?_dist_release}
 Summary:        Python bindings for Enchant spellchecking library
 Summary(ja):    Enchant スペルチェックライブラリの Python バインディング
@@ -13,9 +13,9 @@ Source0:        http://dl.sourceforge.net/sourceforge/pyenchant/pyenchant-%{vers
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 Patch0:         python-enchant-1.6.5-fix-tests-without-X.patch
-Patch1:         python-enchant-1.6.5-fix-docstring-test.patch
+#Patch1:         python-enchant-1.6.5-fix-docstring-test.patch
 # python-distribute got merged into python-setuptools
-Patch2:         python-enchant-1.6.5-disable-distribute-setup.patch
+#Patch2:         python-enchant-1.6.5-disable-distribute-setup.patch
 
 BuildArch:      noarch
 BuildRequires:  python-devel enchant-devel
@@ -31,8 +31,8 @@ library by Dom Lachowicz.
 %prep
 %setup -q -n pyenchant-%{version}
 %patch0 -p1 -b .fix-tests-without-X
-%patch1 -p1 -b .fix-docstring-test
-%patch2 -p1 -b .disable-distribute-setup
+#%patch1 -p1 -b .fix-docstring-test
+#%patch2 -p1 -b .disable-distribute-setup
 
 
 %build
@@ -54,14 +54,19 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{python_sitearch}/enchant
 %dir %{python_sitearch}/enchant/checker
 %dir %{python_sitearch}/enchant/tokenize
-%{python_sitearch}/enchant/lib
-%{python_sitearch}/enchant/share
+#%{python_sitearch}/enchant/lib
+#%{python_sitearch}/enchant/share
 %{python_sitearch}/enchant/*.py
 %{python_sitearch}/enchant/*.py[co]
 %{python_sitearch}/enchant/*/*.py
 %{python_sitearch}/enchant/*/*.py[co]
 
 %changelog
+* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.6-1
+- new upstream release
+- deleted Patch1,2
+- fixed %%files
+
 * Sat Aug 31 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.5-1
 - initial build for VineSeed