Browse Source

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

kudoh 11 years ago
parent
commit
9a498498b4

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

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

+ 6 - 4
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.0.2
+Version:       1.1.0
 Release:       1%{?_dist_release}
 Summary:       Console user interface library
 Summary(ja):   コンソールユーザーインターフェースライブラリ
@@ -40,8 +40,7 @@ python setup.py test
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --no-compile --root %{buildroot}
-rm -f tmpl_tutorial.html
-mkdir examples
+#rm -f tmpl_tutorial.html
 cp -p *.py examples/
 rm -f examples/test_urwid.py examples/docgen_*.py
 
@@ -50,11 +49,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG *.html examples
+%doc CHANGELOG examples
 %{python_sitearch}/urwid
 %{python_sitearch}/urwid-%{version}*.egg-info
 
 %changelog
+* Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.1.0-1
+- new upstream release
+
 * Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2-1
 - new upstream release