Browse Source

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

kudoh 11 years ago
parent
commit
6aa48ee34d

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

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

+ 5 - 2
m/meld/meld-vl.spec

@@ -1,5 +1,5 @@
 Name:		meld
-Version:	1.6.1
+Version:	1.7.0
 Release:	1%{?_dist_release}
 Summary:	Graphical tool to diff and merge files
 Summary(ja):	ファイルの差分表示とマージのためのグラフィカルなツール
@@ -7,7 +7,7 @@ Summary(ja):	ファイルの差分表示とマージのためのグラフィカ
 Group:		Development/Tools
 License:	GPLv2+
 URL:		http://meldmerge.org/
-Source0:	http://ftp.gnome.org/pub/gnome/sources/meld/1.6/meld-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/gnome/sources/meld/1.7/meld-%{version}.tar.xz
 #Source1:	meld-1.3.1-ja.po
 #Patch0:		%{name}-desktop.patch
 #Patch1:		%{name}-scrollkeeper.patch
@@ -107,6 +107,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.7.0-1
+- new upstream release
+
 * Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
 - new upstream release
 

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

@@ -1,7 +1,7 @@
 %define pkgname opera
-%define verdir 1210
-%define pkgversion 12.10
-%define build 1652
+%define verdir 1211
+%define pkgversion 12.11
+%define build 1661
 
 %ifarch %{ix86}
 %define	arch	i386
@@ -59,6 +59,9 @@ IRCクライアント、web 開発者向けのツール (Opera Dragonfly)、
 %files
 
 %changelog
+* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.11-1
+- new upstream release
+
 * Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.10-1
 - new upstream release
 

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

@@ -3,8 +3,8 @@
 %global srcname dulwich
 
 Name:           python-%{srcname}
-Version:        0.8.5
-Release:        2%{?_dist_release}
+Version:        0.8.6
+Release:        1%{?_dist_release}
 Summary:        A python implementation of the Git file formats and protocols
 Summary(ja):    Git ファイルフォーマットとプロトコルの python 実装
 
@@ -12,7 +12,7 @@ Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://samba.org/~jelmer/dulwich/
 Source0:        http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
-Patch0:         01_less_strict_index_tests
+#Patch0:         01_less_strict_index_tests
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -30,7 +30,7 @@ Mrs. Git live in the Monty Python sketch.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1
+#%patch0 -p1
 
 
 %build
@@ -76,6 +76,10 @@ nosetests test_web.py
 
 
 %changelog
+* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.6-1
+- new upstream release
+- deleted Patch0
+
 * Wed May 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.5-2
 - dropt BuildRequires: python-unittest2
 

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

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

@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:          python-urwid
-Version:       1.1.0
+Version:       1.1.1
 Release:       1%{?_dist_release}
 Summary:       Console user interface library
 Summary(ja):   コンソールユーザーインターフェースライブラリ
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/urwid-%{version}*.egg-info
 
 %changelog
+* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.1-1
+- new upstream release
+
 * Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
 - new upstream release
 

+ 4 - 1
r/rednotebook/rednotebook-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           rednotebook
-Version:        1.6.1
+Version:        1.6.2
 Release:        1%{?_dist_release}
 Summary:        A desktop journal
 Summary(ja):    デスクトップダイアリー
@@ -81,6 +81,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/%{name}*.egg-info
 
 %changelog
+* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.2-1
+- new upstream release
+
 * Tue Nov 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.1-1
 - new upstream release