Browse Source

update bluez, obexd, libical

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1226 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
155793e92c
3 changed files with 18 additions and 8 deletions
  1. 4 1
      b/bluez/bluez-vl.spec
  2. 8 6
      lib/libi/libical/libical-vl.spec
  3. 6 1
      o/obexd/obexd-vl.spec

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

@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Summary(ja): Bluetooth ユーティリティ 
 Name: bluez
-Version: 4.64
+Version: 4.66
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/System
@@ -289,6 +289,9 @@ exit 0
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.66-1
+- new upstream release
+
 * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.64-1
 - new upstream release
 - drop Patch1, Patch5, Patch6

+ 8 - 6
lib/libi/libical/libical-vl.spec

@@ -1,6 +1,6 @@
 Name:		libical
-Version:	0.43
-Release:	2%{?_dist_release}
+Version:	0.44
+Release:	1%{?_dist_release}
 Summary:	Reference implementation of the iCalendar data type and serialization format
 Summary(pl):	Implementacja formatu iCalendar
 
@@ -9,9 +9,7 @@ License:	LGPLv2 or MPLv1.1
 URL:		http://freeassociation.sourceforge.net/
 
 Source0:	http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
-Patch0:		%{name}-%{version}-implicit-pointer-conversion.patch
-Patch1:		%{name}-%{version}-makefile.patch
-Patch2:		%{name}-%{version}-pkgconfig.patch
+Patch0:		%{name}-0.43-implicit-pointer-conversion.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	bison
@@ -50,7 +48,7 @@ korzystających z libical.
 #----------------------------------------------------------------------------
 %prep
 %setup -q
-%patch0 -p1
+## %patch0 -p1
 
 %build
 %configure --disable-static -enable-cxx --enable-reentrant
@@ -111,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}/*.h
 
 %changelog
+* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-1
+- new upstream release
+- drop Patch0
+
 * Fri May 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.43-2
 - remove comment line after %%postun
 - add Vendor/Distribution/Packager tags

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

@@ -1,5 +1,5 @@
 Name:		obexd
-Version:	0.23
+Version:	0.28
 Release:	1%{?_dist_release}
 Summary:	D-Bus service for Obex Client access
 Summary(ja):    Obex クライアントアクセスのための D-Bus サービス
@@ -17,6 +17,7 @@ BuildRequires:	glib2-devel
 BuildRequires:	dbus-devel
 BuildRequires:	bluez-libs-devel >= 4.64
 BuildRequires:	openobex-devel
+BuildRequires:	libical-devel
 
 #----------------------------------------------------------------------------
 
@@ -65,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28-1
+- new upstream release
+- add BuildRequires: libical-devel
+
 * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1
 - new upstream release