Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2214 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
19702677b3
3 changed files with 16 additions and 6 deletions
  1. 6 3
      b/bareftp/bareftp-vl.spec
  2. 6 2
      b/bluez/bluez-vl.spec
  3. 4 1
      o/obexd/obexd-vl.spec

+ 6 - 3
b/bareftp/bareftp-vl.spec

@@ -1,4 +1,4 @@
-%define pkg_version 0.3.4
+%define pkg_version 0.3.6
 %define pkg_release 1%{?_dist_release}
 
 Summary:	File Transfer Client
@@ -56,11 +56,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 umask 022
 update-mime-database %{_datadir}/mime & > /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor & > /dev/null || :
-update-desktop-database & > /dev/null || :
+update-desktop-database -q & > /dev/null || :
 
 %postun
 update-mime-database %{_datadir}/mime & > /dev/null || :
-update-desktop-database & > /dev/null || :
+update-desktop-database -q & > /dev/null || :
 
 if [ $1 -eq 0 ]; then
 	touch --no-create %{_datadir}/icons/hicolor & > /dev/null
@@ -78,6 +78,9 @@ fi
 
 
 %changelog
+* Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-1
+- new upstream release
+
 * Sat Jun 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-1
 - initial build for Vine Linux
 

+ 6 - 2
b/bluez/bluez-vl.spec

@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Summary(ja): Bluetooth ユーティリティ 
 Name: bluez
-Version: 4.77
+Version: 4.79
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
@@ -172,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %setup -q
 ## %patch1 -p0 -b .oui
-%patch2 -p1 -b .non-utf8-name
+## %patch2 -p1 -b .non-utf8-name
 %patch3 -p1 -b .wacom
 %patch4 -p1 -b .socket-mobile
 ## %patch5 -p1 -b .cable-pairing
@@ -290,6 +290,10 @@ exit 0
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.79-1
+- new upstream release
+- drop Patch2
+
 * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.77-1
 - new upstream release
 - fix %files (change path of alsa/bluetooth.conf)

+ 4 - 1
o/obexd/obexd-vl.spec

@@ -1,5 +1,5 @@
 Name:		obexd
-Version:	0.33
+Version:	0.36
 Release:	1%{?_dist_release}
 Summary:	D-Bus service for Obex Client access
 Summary(ja):    Obex クライアントアクセスのための D-Bus サービス
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36-1
+- new upstream release
+
 * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.33-1
 - new upstream release