Browse Source

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

kudoh 13 years ago
parent
commit
a8e8500cfb

+ 6 - 3
nonfree/install-assist-opera/install-assist-opera-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname opera
-%define verdir 1110
-%define pkgversion 11.10
-%define build 2092
+%define verdir 1111
+%define pkgversion 11.11
+%define build 2109
 
 %ifarch %{ix86}
 %define	arch	i386
@@ -62,6 +62,9 @@ IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
 %files
 
 %changelog
+* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.11-1
+- new upstream release
+
 * Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 11.10-1
 - new upstream release
 

+ 4 - 1
p/python-pocket-lint/python-pocket-lint-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-pocket-lint
-Version: 0.5.14
+Version: 0.5.17
 Release: 1%{?_dist_release}
 Summary: Pocket-lint a composite linter and style checker
 Summary(ja): ソースコードのコンポジットリンターとスタイルチェッカー Pocket-lint
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.17-1
+- new upstream release
+
 * Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.14-1
 - new upstream release
 - changed BuildArch to noarch

+ 6 - 2
t/tar/tar-vl.spec

@@ -1,7 +1,7 @@
 Summary: A GNU file archiving program.
 Summary(ja): GNU ファイルアーカイブプログラム
 Name: tar
-Version: 1.25
+Version: 1.26
 Release: 1%{?_dist_release}
 License: GPLv3+
 Group: Applications/Archiving
@@ -23,7 +23,7 @@ Patch13: tar-1.23-oldarchive.patch
 Patch100: tar-1.13.6-barterly.patch
 Patch110: tar-1.22-rtapelib-overflow.patch
 
-BuildRequires: autoconf texinfo
+BuildRequires: autoconf texinfo gettext
 
 Requires(post,postun): install-info
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -127,6 +127,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.26-1
+- new upstream release
+- added BuildRequires: gettext
+
 * Mon Nov 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.25-1
 - new upstream release
 - changed source archive type (gzip to bzip2)