Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4354 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
a902ed36cf
2 changed files with 12 additions and 7 deletions
  1. 4 1
      c/cherrytree/cherrytree-vl.spec
  2. 8 6
      p/python-paramiko/python-paramiko-vl.spec

+ 4 - 1
c/cherrytree/cherrytree-vl.spec

@@ -3,7 +3,7 @@
 Summary:   CherryTree - note taking application
 Summary(ja): CherryTree - ノート作成アプリケーション
 Name:	   cherrytree
-Version:   0.22.1
+Version:   0.22.2
 Release:   1%{?_dist_release}
 License:   GPLv2+
 Group:     Applications/Productivity
@@ -93,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Jul 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22.2-1
+- new upstream release
+
 * Wed Jul 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22.1-1
 - new upstream release
 

+ 8 - 6
p/python-paramiko/python-paramiko-vl.spec

@@ -3,8 +3,8 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.7.6
-Release:        3%{?_dist_release}
+Version:        1.7.7.1
+Release:        1%{?_dist_release}
 Summary:        A SSH2 protocol library for python
 Summary(ja):    python 用 SSH2 プロトコルライブラリ
 
@@ -18,7 +18,7 @@ BuildArch:      noarch
 BuildRequires: python-setuptools
 BuildRequires: python-devel
 
-Requires:       python-crypto >= 1.9
+Requires:       python-crypto >= 2.1
 
 %description
 Paramiko (a combination of the esperanto words for "paranoid" and "friend") is
@@ -33,7 +33,8 @@ encrypted tunnel. (This is how sftp works, for example.)
 %prep
 %setup -q -n %{srcname}-%{version}
 %{__chmod} a-x demos/*
-%{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
+#%{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
+%{__sed} -i -e '/^#!/,1d' demos/*
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
@@ -51,8 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
-* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.7.6-3
-- rebuild with python-2.6
+* Wed Jul 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.7.1-1
+- new upstream release
+- changed Requires: python-crypto >= 2.1
 
 * Thu Nov 5 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.6-2
 - added BuildRequires: python-devel