Browse Source

new upstream release and rebuild

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

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

@@ -1,6 +1,6 @@
 Name:           clipit
 Version:        1.4.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        lightweight GTK+ clipboard manager
 Summary(ja):    軽量な GTK+ クリップボードマネージャ
 
@@ -80,6 +80,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.2-2
+- rebuilt with current toolchain
+
 * Sat Apr 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.2-1
 - new upstream release
 - dropt source1 to add Japanese translation

+ 7 - 3
i/impressive/impressive-vl.spec

@@ -1,5 +1,5 @@
 Name:           impressive
-Version:        0.10.3
+Version:        0.10.4
 Release:        1%{?_dist_release}
 Summary:        A program that displays presentation slides
 Summary(ja):     プレゼンテーションスライドを表示するプログラム
@@ -11,7 +11,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/Impressive-%{version}.t
 # simple wrapper script
 Source1: %{name}.sh
 # backport PDF parser fix
-Patch0: impressive-0.10.3-parser-fix.patch
+#Patch0: impressive-0.10.3-parser-fix.patch
  
 BuildArch: noarch
 BuildRequires: python-devel
@@ -40,7 +40,7 @@ that are really useful for presentations.
 
 %prep
 %setup -q -n Impressive-%{version}
-%patch0 -p1 -b .parser-fix
+#%patch0 -p1 -b .parser-fix
 
 %build
 sed -e "s|@PYTHON_SITELIB@|%{python_sitelib}|" %{SOURCE1} > impressive.sh
@@ -66,6 +66,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/impressive.1*
 
 %changelog
+* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.4-1
+- new upstream release
+- dropt Patch0
+
 * Fri Jul 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.10.3-1
 - initial build for VineSeed
 

+ 4 - 1
m/moonshiner/moonshiner-vl.spec

@@ -1,6 +1,6 @@
 Name:		moonshiner
 Version:	1.1
-Release:	1.svn20120315%{?_dist_release}
+Release:	2.svn20120315%{?_dist_release}
 Summary:	graphical frontend for Ghostscript's PostScript-to-PDF converter
 Summary(ja):	Ghostscript を使い Postscript から PDF へ変換するためのグラフィカルフロントエンド
 
@@ -66,6 +66,9 @@ update-desktop-database %{_datadir}/applications
 %{_datadir}/icons/hicolor/
 
 %changelog
+* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1-2.svn20120315
+- rebuilt with current toolchain
+
 * Tue Jul 03 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1-1.svn20120315
 - new usprtream snapshot
 - added BuildRequires: gettext

+ 4 - 1
p/pdfshuffler/pdfshuffler-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pdfshuffler
 Version:        0.6.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        PDF file merging, rearranging, and splitting
 Summary(ja):    PDF ファイルのマージ、再配置、分割
 
@@ -72,6 +72,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.0-2
+- rebuilt with current toolchain
+
 * Thu May 03 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.0-1
 - new upstream release
 - update source1

+ 7 - 1
p/python-paramiko/python-paramiko-vl.spec

@@ -3,7 +3,7 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.11.0
+Version:        1.12.1
 Release:        1%{?_dist_release}
 Summary:        A SSH2 protocol library for python
 Summary(ja):    python 用 SSH2 プロトコルライブラリ
@@ -15,6 +15,8 @@ URL:            https://github.com/paramiko/paramiko/
 Source0:        https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
+
+BuildRequires: python-ecdsa
 BuildRequires: python-setuptools
 BuildRequires: python-devel
 BuildRequires: python-crypto >= 2.1
@@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.12.1-1
+- new upstream release
+- added BuildRequires: python-ecdsa
+
 * Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.11.0-1
 - new upstream release
 - added BuildRequires: python-crypto >= 2.1