Browse Source

rebuilt with python-2.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@868 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
707ec98558

+ 4 - 1
a/avant-window-navigator/avant-window-navigator-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           avant-window-navigator
 Version:        0.2.6
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 
 Summary:        Fully customisable dock-like window navigator for GNOME
 Summary(ja):    Gnome + Compiz 向けの Dock 機能を兼ね備えたウィンドウナビゲータ
@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.2.6-5
+- rebuilt with python-2.6
+
 * Mon Jul 26 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.6-4
 - added Summary(ja) and %%description -l ja
 

+ 4 - 1
b/bzr/bzr-vl.spec

@@ -8,7 +8,7 @@
 #   release: rpm subrelease (0.N for rc candidates, N for stable releases)
 %define bzrmajor 1.17
 #define bzrrc rc1
-%define release 1
+%define release 2
 
 # Magics to get the dots in Release string correct per the above
 %define subrelease %{?bzrrc:.}%{?bzrrc}
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 #endif
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 1.17-2
+- rebuilt with python-2.6
+
 * Thu Aug  6 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.17-1
 - initial build for VineSeed
 

+ 4 - 1
lib/libs/libscigraphica/libscigraphica-vl.spec

@@ -4,7 +4,7 @@ Summary:	A library of gtk+ widgets for SciGraphica
 Summary(ja):    SciGraphica 用 gtk+-2.x ウィジェットライブラリ
 Name:		libscigraphica
 Version:	2.1.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2+
 Group:		System Environment/Libraries
 Url:		http://scigraphica.sourceforge.net
@@ -80,6 +80,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 2.1.1-2
+- rebuilt with python-2.6
+
 * Fri Oct 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1.1-1
 - initial build for VineSeed
 

+ 4 - 1
p/pybluez/pybluez-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           pybluez
 Version:        0.15
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Python API for the BlueZ bluetooth stack 
 Summary(ja):    BlueZ bluetooth スタックの Python API
 
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 #
 #----------------------------------------------------------------------------
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.15-4
+- rebuilt with python-2.6
+
 * Fri Oct 24  2008 Seiichirou Babasaki 0.15-2
 - Import bluez-gnome - Packager: Babasaki
 - added "# Maintainers: " comments.

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

@@ -1,7 +1,7 @@
 Summary:	A python interface to constant database files (cdb)
 Name:		python-cdb
 Version:	0.32
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	http://pilcrow.madison.wi.us/python-cdb/%{name}-%{version}.tar.gz
 License:	GPL
 Group:		Development/Languages
@@ -46,6 +46,9 @@ python setup.py install \
 %doc ChangeLog README COPYING Example
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.32-2
+- rebuilt with python-2.6
+
 * Sun Jul 20 2008 Shu KONNO <owa@bg.wakwak.com> 0.32-1vl5
 - rebuilt with python-2.5.2
 - applied new versioning policy and spec in utf-8

+ 10 - 4
p/python-ldap/python-ldap-vl.spec

@@ -5,8 +5,8 @@
 ### Abstract ###
 
 Name: python-ldap
-Version: 2.3.5
-Release: 2%{?_dist_release}
+Version: 2.3.11
+Release: 1%{?_dist_release}
 Epoch: 0
 License: Python
 Group: System Environment/Libraries
@@ -18,7 +18,8 @@ Source0: http://download.sourceforge.net/python-ldap/python-ldap-%{version}.tar.
 
 ### Patches ###
 
-Patch0: python-ldap-2.2.0-dirs.patch
+#Patch0: python-ldap-2.2.0-dirs.patch
+Patch0: python-ldap-2.3.11-dirs.patch
 
 ### Dependencies ###
 
@@ -49,7 +50,7 @@ python-ldap により、Python プログラムから LDAP へアクセスする
 
 %prep
 %setup -q -n python-ldap-%{version}
-%patch0 -p1 -b .dirs
+%patch0 -p0 -b .dirs
 
 # clean up cvs hidden files
 rm -rf Demo/Lib/ldap/.cvsignore Demo/.cvsignore Demo/Lib/ldif/.cvsignore Demo/Lib/ldap/async/.cvsignore \
@@ -84,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 2.3.11-1
+- updated python-ldap to 2.3.11
+- updated Patch0: python-ldap-%{version}-dirs.patch
+- rebuilt with python-2.6, openldap-2.4.21
+
 * Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.3.5-2
 - rebuilt with openldap-2.4.11
 

+ 4 - 1
q/qedje/qedje-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           qedje
 Version:        0.4.0
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 Summary:        A library combining the benefits of Edje and Qt
 
 Group:          System Environment/Libraries
@@ -114,6 +114,9 @@ rm -rf %{buildroot}
 %{_datadir}/sip/%{name}
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.0-5
+- rebuilt with python-2.6
+
 * Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> -0.4.0-3
 - use %%cmake macro
 

+ 4 - 1
r/rdiff-backup/rdiff-backup-vl.spec

@@ -3,7 +3,7 @@
 Summary: Convenient and transparent local/remote incremental mirror/backup
 Name: rdiff-backup
 Version: 1.0.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 URL: http://www.nongnu.org/rdiff-backup/
 Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/rdiff_backup/*.pyo
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.5-2
+- rebuilt with python-2.6
+
 * Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.5-1vl5
 - rebuilt with python-2.5.2
 - applied new versioning policy

+ 4 - 1
s/scigraphica/scigraphica-vl.spec

@@ -4,7 +4,7 @@ Summary:	Scientific application for data analysis and technical graphics
 Summary(ja):	科学データ分析・視覚化に優れたアプリケーション
 Name:		scigraphica
 Version:	2.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2+
 Group:		Applications/Productivity
 Url:		http://scigraphica.sourceforge.net
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 2.1.0-2
+- rebuilt with python-2.6
+
 * Fri Oct 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.1.0-1
 - updated to 2.1.0 release
 - previous Vine package was pretty old (version 0.8.0)

+ 4 - 1
s/streamtuner/streamtuner-vl.spec

@@ -1,6 +1,6 @@
 %define name		streamtuner
 %define version		0.99.99
-%define release 	1%{?_dist_release}
+%define release 	2%{?_dist_release}
 %define iconsdir %{_datadir}/pixmaps/%{name}
 
 Name: 	 	%{name}
@@ -135,6 +135,9 @@ if [ -x %{_bindir}/scrollkeeper-update ]; then %{_bindir}/scrollkeeper-update -q
 %{_libdir}/%{name}/plugins/*.so
 
 %changelog
+* Mon Apr 19 2010 Shu KONNO <owa@bg.wakwak.com> 0.99.99-2
+- rebuilt with python-2.6
+
 * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 0.99.99-1vl5
 - applied new versioning policy, spec in utf-8
 - dropt plugins/*.la