Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7785 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
2fa91de922

+ 4 - 1
T/TrueType-umefont/TrueType-umefont-vl.spec

@@ -1,6 +1,6 @@
 %define archivename umefont
 %define _fontdir %{_datadir}/fonts/TrueType-umefont
-%define package_ver 454
+%define package_ver 455
 
 Name: TrueType-umefont
 Summary: Ume Fonts are Japanese fonts that the license restriction is a little
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.html
 
 %changelog
+* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 455-1
+- new upstream release
+
 * Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 454-1
 - new upstream release
 

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

@@ -3,7 +3,7 @@
 Summary:   CherryTree - note taking application
 Summary(ja): CherryTree - ノート作成アプリケーション
 Name:	   cherrytree
-Version:   0.29.4
+Version:   0.30.5
 Release:   1%{?_dist_release}
 License:   GPLv2+
 Group:     Applications/Productivity
@@ -25,6 +25,7 @@ Requires:  python
 Requires:  pygtk2
 Requires:  gtksourceview2
 Requires:  pygtksourceview
+Requires:  python-enchant
 
 #Obsoletes: %name < %version
 
@@ -94,6 +95,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.30.5-1
+- new upstream release
+- added Requires: python-enchant
+
 * Sat Mar 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.29.4-1
 - new upstream release
 

+ 4 - 1
i/iso-codes/iso-codes-vl.spec

@@ -1,7 +1,7 @@
 Name:		iso-codes
 Summary:	ISO code lists and translations
 Summary(ja):	ISO コード一覧および翻訳
-Version:	3.44
+Version:	3.46
 Release:        1%{?_dist_release}
 License:	LGPLv2+
 Group:		System Environment/Base
@@ -47,6 +47,9 @@ make
 %{_datadir}/pkgconfig/iso-codes.pc
 
 %changelog
+* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.46-1
+- new upstream release
+
 * Mon Jul 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.44-1
 - new upstream release
 

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

@@ -5,7 +5,7 @@
 Summary: an open-source text processing system written in Python
 Summary(ja): Pythonで書かれたテキスト処理システム
 Name: python-%{srcname}
-Version: 0.10
+Version: 0.11
 Release: 1%{?_dist_release}
 Group: Development/Languages
 License: Public Domain and MIT and Python and GPLv2
@@ -154,6 +154,9 @@ fi
 
 
 %changelog
+* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
+- new upstream release
+
 * Sun Jun 16 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
 - new upstream release
 

+ 11 - 2
p/python-paramiko/python-paramiko-vl.spec

@@ -3,7 +3,7 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.10.1
+Version:        1.11.0
 Release:        1%{?_dist_release}
 Summary:        A SSH2 protocol library for python
 Summary(ja):    python 用 SSH2 プロトコルライブラリ
@@ -17,6 +17,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires: python-setuptools
 BuildRequires: python-devel
+BuildRequires: python-crypto >= 2.1
 
 Requires:       python-crypto >= 2.1
 
@@ -43,15 +44,23 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")'
 rm -rf $RPM_BUILD_ROOT
 %{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
 
+%check
+python ./test.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE PKG-INFO README docs/ demos/
+%doc LICENSE README demos/
 %{python_sitelib}/*
 
 %changelog
+* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.11.0-1
+- new upstream release
+- added BuildRequires: python-crypto >= 2.1
+- run test script
+
 * Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.10.1-1
 - new upstream release
 - changed Source0 and URL