Browse Source

--force-log

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

+ 6 - 2
T/TrueType-sawarabi-gothic/TrueType-sawarabi-gothic-vl.spec

@@ -4,13 +4,13 @@
 Name: TrueType-%{fontname}
 Summary: sawarabi gothic font
 Summary(ja): さわらびゴシックフォント
-Version: 20130315
+Version: 20130415
 Release: 1%{?_dist_release}
 License: CC-BY
 Group: User Interface/X
 URL: http://sourceforge.jp/projects/sawarabi-fonts/
 
-Source0: %{fontname}-%{version}.tar.gz
+Source0: %{fontname}-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
@@ -67,6 +67,10 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 %doc *.txt
 
 %changelog
+* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20130415-1
+- new upstream release
+- changed source archive type to xz
+
 * Sat Mar 16 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20130315-1
 - new upstream release
 

+ 10 - 5
p/python-chardet/python-chardet-vl.spec

@@ -3,15 +3,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-chardet
-Version:        2.0.1
-Release:        4%{?_dist_release}
+Version:        2.1.1
+Release:        1%{?_dist_release}
 Summary:        Character encoding auto-detection in Python
 Summary(ja):    Python で文字エンコーディングを自動検出
 
 Group:          Development/Languages
 License:        LGPLv2
-URL:            http://chardet.feedparser.org
-Source0:        http://chardet.feedparser.org/download/python2-chardet-%{version}.tgz
+URL:            https://pypi.python.org/pypi/chardet
+Source0:        https://pypi.python.org/packages/source/c/chardet/chardet-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildArch:      noarch
@@ -22,7 +22,7 @@ Character encoding auto-detection in Python. As
 smart as your browser. Open source.
 
 %prep
-%setup -q -n python2-chardet-%{version}
+%setup -q -n chardet-%{version}
 
 
 
@@ -44,10 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING
 # For noarch packages: sitelib
+%{_bindir}/chardetect.py
 %{python_sitelib}/*
 
 
 %changelog
+* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.1.1-1
+- new upstream release
+- changed Source0 and URL
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.1-4
 - rebuild with python-2.7.2
 

+ 4 - 1
p/python-mako/python-mako-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-mako
-Version: 0.7.3
+Version: 0.8.0
 Release: 1%{?_dist_release}
 Summary: Mako template library for Python
 Summary(ja): Python の Mako テンプレートライブラリ
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.0-1
+- new upstream release
+
 * Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.3-1
 - new upstream release
 

+ 8 - 4
p/python-nose/python-nose-vl.spec

@@ -4,7 +4,7 @@
 %define pkg_release	1%{?_dist_release}
 
 Name:		python-nose
-Version:	1.1.2
+Version:	1.3.0
 Release:	%{pkg_release}
 Summary:	A discovery-based unittest extension for Python
 Summary(ja):	Python 用の発見型ユニットテスト・エクステンション
@@ -13,7 +13,7 @@ Group:		Development/Languages
 License:	LGPLv2
 URL:		http://somethingaboutorange.com/mrl/projects/nose/
 Source0:	http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz
-Patch0:        no-google-analytics.patch
+#Patch0:        no-google-analytics.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -32,7 +32,7 @@ reasonably possible without resorting to too much magic.
 
 %prep
 %setup -q -n nose-%{version}
-%patch0 -p1
+#%patch0 -p1
 
 %build
 CFLAGS="${RPM_OPT_FLAGS}" %{__python} setup.py build
@@ -54,6 +54,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{python_sitelib}/nose
 
 %changelog
+* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.0-1
+- new upstream release
+- deleted Patch0
+
 * Sun Jun 24 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.2-1
 - new upstream release
 - added Patch0 from Debian sid to delete google analytics
@@ -92,7 +96,7 @@ rm -rf ${RPM_BUILD_ROOT}
 - 0.10.0b1
 - Update license tag to LGPLv2
 
-* Fri Jun 20 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.1.a2
+* Wed Jun 20 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.1.a2
 - 0.10.0a2
 
 * Sat Jun  2 2007 Luke Macken <lmacken@redhat.com> 0.9.3-1

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

@@ -3,16 +3,16 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.7.7.1
-Release:        2%{?_dist_release}
+Version:        1.10.1
+Release:        1%{?_dist_release}
 Summary:        A SSH2 protocol library for python
 Summary(ja):    python 用 SSH2 プロトコルライブラリ
 
 Group:          Development/Libraries
 # No version specified.
 License:        LGPLv2+
-URL:            http://www.lag.net/paramiko/
-Source0:        http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz
+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-setuptools
@@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sun Apr 28 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.10.1-1
+- new upstream release
+- changed Source0 and URL
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.7.1-2
 - rebuild with python-2.7.2