Browse Source

pygtk2: add R:gtk2-devel others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2691 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
df4188653a

+ 7 - 2
lib/libx/libxklavier/libxklavier-vl.spec

@@ -1,8 +1,8 @@
 Summary: library providing high-level API for X Keyboard Extension
 Summary(ja): X キーボード拡張の高レベル API を提供するライブラリ
 Name: libxklavier
-Version: 5.0
-Release: 3%{?_dist_release}
+Version: 5.1
+Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/LibXklavier
@@ -19,6 +19,7 @@ BuildRequires: libxkbfile-devel
 BuildRequires: libxml2-devel
 BuildRequires: glib2-devel >= 2.6.0
 BuildRequires: libX11-devel
+BuildRequires: libXi-devel
 BuildRequires: xorg-x11-proto-devel
 
 %description
@@ -78,6 +79,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.1-1
+- new upstream release
+- add BuildRequires: libXi-devel
+
 * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-3
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 4 - 1
n/nmap/nmap-vl.spec

@@ -3,7 +3,7 @@
 Summary: Network exploration tool and security scanner
 Summary(ja): 多機能なポートスキャナー
 Name: nmap
-Version: 5.50
+Version: 5.51
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -121,6 +121,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/xnmap.1*
 
 %changelog
+* Mon Feb 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.51-1
+- new upstream release
+
 * Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.50-1
 - new upstream release
 - fix %files to add nping

+ 6 - 2
p/pygtk2/pygtk2-vl.spec

@@ -7,11 +7,11 @@ Summary: Python bindings for the GTK+ widget set.
 Summary(ja): GTK+ ウィジットセットの Python 実装
 Name: pygtk2
 Version: 2.22.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 Group: Development/Languages
 License: LGPLv2
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/pygtk/2.21/pygtk-%{version}.tar.bz2
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/pygtk-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -63,6 +63,7 @@ Summary(ja): GTK+ の追加ライブラリのラッパ作成に必要なファ
 Group: Development/Libraries
 Requires: pygtk2 = %{version}
 Requires: pygobject-devel >= 2.12.0
+Requires: gtk2-devel
 
 %description devel
 This package contains files required to build wrappers for GTK+ addon
@@ -134,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pygtk-codegen-2.0
 
 %changelog
+* Mon Feb 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-2
+- add Requires: gtk2-devel (-devel package)
+
 * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-1
 - new upstream release
 

+ 6 - 2
p/pysqlite/pysqlite-vl.spec

@@ -1,7 +1,7 @@
 %define pyexeclib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)')
 %define name pysqlite
-%define major 2.4
-%define version 2.4.1
+%define major 2.6
+%define version 2.6.1
 %define release 1%{?_dist_release}
 
 Summary: Python DB-API 2.0 interface for SQLite
@@ -45,9 +45,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc LICENSE doc
 %{pyexeclib}/pysqlite2/
+%{pyexeclib}/pysqlite-%{version}-py2.6.egg-info
 %{_docdir}/pysqlite2-doc/
 
 %changelog
+* Mon Feb 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
+- new upstream release
+
 * Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.1-1vl5
 - rebuilt with python-2.5.2
 - added pyexeclib macro