Browse Source

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

kudoh 13 years ago
parent
commit
59fabb335b

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

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

+ 6 - 3
g/gedit-developer-plugins/gedit-developer-plugins-vl.spec

@@ -1,5 +1,5 @@
 Name:           gedit-developer-plugins
-Version:        0.4.4
+Version:        0.4.6
 Release:        1%{?_dist_release}
 Summary:        Plugins that provides additional editing, checking, and project management features to Gedit
 Summary:        Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン
@@ -7,7 +7,7 @@ Summary:        Gedit に付加的な編集・チェッキング・プロジェ
 Group:          Applications/Editors
 License:        GPLv2
 URL:            https://launchpad.net/gdp
-Source0:        http://launchpad.net/gdp/trunk/0.4.0/+download/%{name}_%{version}.tar.gz
+Source0:        http://launchpad.net/gdp/trunk/0.4.0/+download/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -47,7 +47,7 @@ Gedit Developer Plugins は付加的な編集・チェッキング・
 * Bazaar DVCS を介したプロジェクト管理
 
 %prep
-%setup -q -n gdp-%{version}
+%setup -q
 
 %build
 %configure --without-home --prefix=/usr
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtksourceview-2.0/*
 
 %changelog
+* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
+- new upstream release
+
 * Tue Jan 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
 - new upstream release
 

+ 7 - 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.5
+Version: 0.5.14
 Release: 1%{?_dist_release}
 Summary: Pocket-lint a composite linter and style checker
 Summary(ja): ソースコードのコンポジットリンターとスタイルチェッカー Pocket-lint
@@ -12,6 +12,8 @@ URL: https://launchpad.net/pocket-lint
 Source0: http://launchpad.net/pocket-lint/trunk/%{version}/+download/pocketlint-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
+BuildArch: noarch
+
 BuildRequires: python-devel
 BuildRequires: python-setuptools
 
@@ -61,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.14-1
+- new upstream release
+- changed BuildArch to noarch
+
 * Sun Dec 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.5-1
 - new upstream release