| 1 | Summary: Bluetooth utilities |
|---|
| 2 | Summary(ja): Bluetooth ユーティリティ |
|---|
| 3 | Name: bluez |
|---|
| 4 | Version: 4.99 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: GPLv2+ |
|---|
| 7 | Group: Applications/System |
|---|
| 8 | |
|---|
| 9 | URL: http://www.bluez.org/ |
|---|
| 10 | |
|---|
| 11 | Vendor: Project Vine |
|---|
| 12 | Distribution: Vine Linux |
|---|
| 13 | Packager: daisuke, Takemikaduchi |
|---|
| 14 | |
|---|
| 15 | #---------------------------------------------------------------------------- |
|---|
| 16 | |
|---|
| 17 | Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz |
|---|
| 18 | Source1: bluetooth.init.vine |
|---|
| 19 | Source3: bluez-uinput.modules |
|---|
| 20 | |
|---|
| 21 | Source11: trusts.txt |
|---|
| 22 | Source20: main.conf |
|---|
| 23 | |
|---|
| 24 | # http://thread.gmane.org/gmane.linux.bluez.kernel/1754 |
|---|
| 25 | Patch3: bluez-activate-wacom-mode2.patch |
|---|
| 26 | # https://bugzilla.redhat.com/show_bug.cgi?id=498756 |
|---|
| 27 | Patch4: bluez-socket-mobile-cf-connection-kit.patch |
|---|
| 28 | |
|---|
| 29 | #---------------------------------------------------------------------------- |
|---|
| 30 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 31 | |
|---|
| 32 | BuildRequires: flex |
|---|
| 33 | BuildRequires: bison |
|---|
| 34 | BuildRequires: check-devel |
|---|
| 35 | BuildRequires: dbus-devel |
|---|
| 36 | BuildRequires: glib2-devel |
|---|
| 37 | BuildRequires: libusb-devel |
|---|
| 38 | BuildRequires: libudev-devel |
|---|
| 39 | BuildRequires: alsa-lib-devel |
|---|
| 40 | BuildRequires: gstreamer-devel |
|---|
| 41 | BuildRequires: gstreamer-plugins-base-devel |
|---|
| 42 | BuildRequires: libsndfile-devel |
|---|
| 43 | BuildRequires: readline-devel |
|---|
| 44 | |
|---|
| 45 | ExcludeArch: s390 s390x |
|---|
| 46 | |
|---|
| 47 | Obsoletes: bluez-pan < 4.0, bluez-sdp < 4.0 |
|---|
| 48 | Requires: initscripts, bluez-libs = %{version} |
|---|
| 49 | Requires: dbus >= 0.60 |
|---|
| 50 | # Requires: fuse |
|---|
| 51 | ## Requires: hwdata >= 0.215 |
|---|
| 52 | Requires: hwdata >= 0.146 |
|---|
| 53 | # virtual provides "dbus-bluez-pin-helper" ex. bluez-gnome |
|---|
| 54 | Requires: dbus-bluez-pin-helper |
|---|
| 55 | Requires(preun): /sbin/chkconfig, /sbin/service |
|---|
| 56 | Requires(post): /sbin/chkconfig, /sbin/service |
|---|
| 57 | #---------------------------------------------------------------------------- |
|---|
| 58 | |
|---|
| 59 | Obsoletes: bluez-utils < 4.5-2 |
|---|
| 60 | Provides: bluez-utils = %{version}-%{release} |
|---|
| 61 | |
|---|
| 62 | #---------------------------------------------------------------------------- |
|---|
| 63 | %description |
|---|
| 64 | Utilities for use in Bluetooth applications: |
|---|
| 65 | - hcitool |
|---|
| 66 | - hciattach |
|---|
| 67 | - hciconfig |
|---|
| 68 | - bluetoothd |
|---|
| 69 | - l2ping |
|---|
| 70 | - start scripts VineLinux (RedHat base) |
|---|
| 71 | - pcmcia configuration files |
|---|
| 72 | |
|---|
| 73 | Please, read %{_defaultdocdir}/%{name}-%{version}/trusts.txt |
|---|
| 74 | |
|---|
| 75 | The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. |
|---|
| 76 | |
|---|
| 77 | %description -l ja |
|---|
| 78 | Bluetooth ユーティリティ (bluez-utils): |
|---|
| 79 | - hcitool |
|---|
| 80 | - hciattach |
|---|
| 81 | - hciconfig |
|---|
| 82 | - l2ping |
|---|
| 83 | - 起動スクリプト (Red Hat用をVineLinuxに合わせました) |
|---|
| 84 | - pcmcia コンフィグレーション ファイル |
|---|
| 85 | ※付属の%{_defaultdocdir}/%{name}-%{version}/trusts.txtもご覧下さい。 |
|---|
| 86 | |
|---|
| 87 | (BLUETOOTH は Bluetooth SIG, Inc.(USA)のトレードマークです) |
|---|
| 88 | |
|---|
| 89 | #---------------------------------------------------------------------------- |
|---|
| 90 | %package libs |
|---|
| 91 | Summary: Libraries for use in Bluetooth applications |
|---|
| 92 | Summary(ja): BlueTooth アプリケーションの使用するライブラリ(BlueZ) |
|---|
| 93 | Group: System Environment/Libraries |
|---|
| 94 | |
|---|
| 95 | %description libs |
|---|
| 96 | Libraries for use in Bluetooth applications. |
|---|
| 97 | |
|---|
| 98 | %description libs -l ja |
|---|
| 99 | Bluetooth アプリケーションのためのライブラリです。 |
|---|
| 100 | ※BlueZ のユーティリティのためにも必要です |
|---|
| 101 | |
|---|
| 102 | #---------------------------------------------------------------------------- |
|---|
| 103 | %package libs-devel |
|---|
| 104 | Summary: Development libraries for Bluetooth applications |
|---|
| 105 | Summary(ja): Bluetooth アプリケーション開発のためのdevelパッケージ |
|---|
| 106 | Group: Development/Libraries |
|---|
| 107 | Requires: bluez-libs = %{version} |
|---|
| 108 | Requires: pkgconfig |
|---|
| 109 | Obsoletes: bluez-sdp-devel < 4.0 |
|---|
| 110 | |
|---|
| 111 | %description libs-devel |
|---|
| 112 | bluez-libs-devel contains development libraries and headers for |
|---|
| 113 | use in Bluetooth applications. |
|---|
| 114 | |
|---|
| 115 | %description libs-devel -l ja |
|---|
| 116 | bluez-libs-devel パッケージは Bluetooth アプリケーション開発のための |
|---|
| 117 | ライブラリやヘッダーファイルを提供します。 |
|---|
| 118 | |
|---|
| 119 | #---------------------------------------------------------------------------- |
|---|
| 120 | %package cups |
|---|
| 121 | Summary: CUPS printer backend for Bluetooth printers |
|---|
| 122 | Summary(ja): Bluetooth 経由の CUPS プリンタシステム用 |
|---|
| 123 | Group: System Environment/Daemons |
|---|
| 124 | Obsoletes: bluez-utils-cups < 4.5-2 |
|---|
| 125 | Provides: bluez-utils-cups = %{version}-%{release} |
|---|
| 126 | Requires: bluez-libs = %{version} |
|---|
| 127 | Requires: cups |
|---|
| 128 | |
|---|
| 129 | %description cups |
|---|
| 130 | This package contains the CUPS backend |
|---|
| 131 | |
|---|
| 132 | %description cups -l ja |
|---|
| 133 | Bluetooth対応 プリンターを CUPS印刷システムから利用する |
|---|
| 134 | ためのバックエンドです。 |
|---|
| 135 | |
|---|
| 136 | #---------------------------------------------------------------------------- |
|---|
| 137 | %package gstreamer |
|---|
| 138 | Summary: GStreamer support for SBC audio format |
|---|
| 139 | Summary(ja):GStreamer で SBCオーディオプロファイルをサポートします |
|---|
| 140 | Group: System Environment/Daemons |
|---|
| 141 | Obsoletes: bluez-utils-gstreamer < 4.5-2 |
|---|
| 142 | Provides: bluez-utils-gstreamer = %{version}-%{release} |
|---|
| 143 | Requires: bluez-libs = %{version} |
|---|
| 144 | |
|---|
| 145 | %description gstreamer |
|---|
| 146 | This package contains gstreamer plugins for the Bluetooth SBC audio format |
|---|
| 147 | |
|---|
| 148 | %description gstreamer -l ja |
|---|
| 149 | Bluetooth の SBCオーディオプロファイルを扱う gstreamer プラグインが |
|---|
| 150 | 含まれています。 |
|---|
| 151 | |
|---|
| 152 | #---------------------------------------------------------------------------- |
|---|
| 153 | %package alsa |
|---|
| 154 | Summary: ALSA support for Bluetooth audio devices |
|---|
| 155 | Summary(ja): Bluetooth オーディオ機器の ALSA サポート |
|---|
| 156 | Obsoletes: bluez-utils-alsa < 4.5-2 |
|---|
| 157 | Provides: bluez-utils-alsa = %{version}-%{release} |
|---|
| 158 | Group: System Environment/Daemons |
|---|
| 159 | Requires: bluez-libs = %{version} |
|---|
| 160 | |
|---|
| 161 | %description alsa |
|---|
| 162 | This package contains ALSA support for Bluetooth audio devices |
|---|
| 163 | |
|---|
| 164 | %description alsa -l ja |
|---|
| 165 | Bluetooth オーディオ機器のためのALSAサポートを含むパッケージです。 |
|---|
| 166 | |
|---|
| 167 | #---------------------------------------------------------------------------- |
|---|
| 168 | |
|---|
| 169 | %prep |
|---|
| 170 | rm -rf $RPM_BUILD_ROOT |
|---|
| 171 | |
|---|
| 172 | %setup -q |
|---|
| 173 | %patch3 -p1 -b .wacom |
|---|
| 174 | %patch4 -p1 -b .socket-mobile |
|---|
| 175 | |
|---|
| 176 | %build |
|---|
| 177 | libtoolize -f -c |
|---|
| 178 | autoreconf |
|---|
| 179 | %configure \ |
|---|
| 180 | --enable-cups --enable-hid2hci --enable-dfutool \ |
|---|
| 181 | --enable-tools --enable-bccmd --enable-gstreamer \ |
|---|
| 182 | --enable-hidd --enable-pand --enable-dund |
|---|
| 183 | |
|---|
| 184 | # copy txt |
|---|
| 185 | cp %{SOURCE11} . |
|---|
| 186 | |
|---|
| 187 | make |
|---|
| 188 | |
|---|
| 189 | #---------------------------------------------------------------------------- |
|---|
| 190 | %install |
|---|
| 191 | rm -rf $RPM_BUILD_ROOT |
|---|
| 192 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 193 | /sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir} |
|---|
| 194 | # Remove autocrap and libtool droppings |
|---|
| 195 | rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la \ |
|---|
| 196 | $RPM_BUILD_ROOT/%{_libdir}/alsa-lib/*.la \ |
|---|
| 197 | $RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la \ |
|---|
| 198 | $RPM_BUILD_ROOT/%{_libdir}/gstreamer-0.10/*.la |
|---|
| 199 | |
|---|
| 200 | install -D -m0755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/bluetooth |
|---|
| 201 | |
|---|
| 202 | # replace main.conf |
|---|
| 203 | rm -f $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth/main.conf |
|---|
| 204 | install -D -m0644 %{SOURCE20} $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth/ |
|---|
| 205 | # rename serial-api.txt |
|---|
| 206 | mv doc/serial-api.txt doc/serial-api_doc.txt |
|---|
| 207 | |
|---|
| 208 | |
|---|
| 209 | rm -f ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/*.rules |
|---|
| 210 | install -D -m0644 scripts/bluetooth-serial.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules |
|---|
| 211 | install -D -m0755 scripts/bluetooth_serial ${RPM_BUILD_ROOT}/lib/udev/bluetooth_serial |
|---|
| 212 | install -D -m0644 scripts/bluetooth-hid2hci.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-hid2hci.rules |
|---|
| 213 | install -D -m0644 scripts/bluetooth.rules ${RPM_BUILD_ROOT}/lib/udev/rules.d/96-bluetooth.rules |
|---|
| 214 | |
|---|
| 215 | install -D -m0755 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules/bluez-uinput.modules |
|---|
| 216 | |
|---|
| 217 | install -d -m0755 $RPM_BUILD_ROOT/%{_localstatedir}/lib/bluetooth |
|---|
| 218 | |
|---|
| 219 | %clean |
|---|
| 220 | rm -rf $RPM_BUILD_ROOT |
|---|
| 221 | |
|---|
| 222 | #---------------------------------------------------------------------------- |
|---|
| 223 | %post |
|---|
| 224 | /sbin/chkconfig --add bluetooth |
|---|
| 225 | if [ "$1" -ge "1" ]; then |
|---|
| 226 | /sbin/service bluetooth condrestart >/dev/null 2>&1 || : |
|---|
| 227 | fi |
|---|
| 228 | exit 0 |
|---|
| 229 | |
|---|
| 230 | %preun |
|---|
| 231 | if [ "$1" = "0" ]; then |
|---|
| 232 | /sbin/service bluetooth stop >/dev/null 2>&1 || : |
|---|
| 233 | /sbin/chkconfig --del bluetooth |
|---|
| 234 | fi |
|---|
| 235 | exit 0 |
|---|
| 236 | |
|---|
| 237 | %post libs |
|---|
| 238 | /sbin/ldconfig |
|---|
| 239 | |
|---|
| 240 | %postun libs |
|---|
| 241 | /sbin/ldconfig |
|---|
| 242 | |
|---|
| 243 | #---------------------------------------------------------------------------- |
|---|
| 244 | %files |
|---|
| 245 | %defattr(-, root, root) |
|---|
| 246 | %{_bindir}/* |
|---|
| 247 | %{_sbindir}/* |
|---|
| 248 | %{_mandir}/man1/* |
|---|
| 249 | %{_mandir}/man8/* |
|---|
| 250 | %dir %{_sysconfdir}/bluetooth/ |
|---|
| 251 | %config(noreplace) %{_sysconfdir}/bluetooth/* |
|---|
| 252 | %config(noreplace) %{_sysconfdir}/sysconfig/* |
|---|
| 253 | %config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf |
|---|
| 254 | %{_libdir}/bluetooth/ |
|---|
| 255 | /lib/udev/bluetooth_serial |
|---|
| 256 | /lib/udev/hid2hci |
|---|
| 257 | %{_sysconfdir}/udev/rules.d/*.rules |
|---|
| 258 | /lib/udev/rules.d/*.rules |
|---|
| 259 | %{_sysconfdir}/rc.d/init.d/* |
|---|
| 260 | |
|---|
| 261 | %files libs |
|---|
| 262 | %defattr(-, root, root) |
|---|
| 263 | %{_libdir}/libbluetooth.so.* |
|---|
| 264 | %doc AUTHORS COPYING INSTALL ChangeLog NEWS README trusts.txt |
|---|
| 265 | %doc */*.txt |
|---|
| 266 | |
|---|
| 267 | %files libs-devel |
|---|
| 268 | %defattr(-, root, root) |
|---|
| 269 | %{_libdir}/libbluetooth.so |
|---|
| 270 | %dir %{_includedir}/bluetooth |
|---|
| 271 | %{_includedir}/bluetooth/* |
|---|
| 272 | %{_libdir}/pkgconfig/bluez.pc |
|---|
| 273 | |
|---|
| 274 | %files cups |
|---|
| 275 | %defattr(-, root, root) |
|---|
| 276 | %{_libdir}/cups/backend/bluetooth |
|---|
| 277 | |
|---|
| 278 | %files gstreamer |
|---|
| 279 | %defattr(-, root, root) |
|---|
| 280 | %{_libdir}/gstreamer-*/*.so |
|---|
| 281 | |
|---|
| 282 | %files alsa |
|---|
| 283 | %defattr(-, root, root) |
|---|
| 284 | #%config %{_sysconfdir}/alsa/bluetooth.conf |
|---|
| 285 | %config %{_datadir}/alsa/bluetooth.conf |
|---|
| 286 | %{_libdir}/alsa-lib/*.so |
|---|
| 287 | |
|---|
| 288 | %changelog |
|---|
| 289 | * Sun Mar 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.99-1 |
|---|
| 290 | - new upstream release |
|---|
| 291 | |
|---|
| 292 | * Thu Feb 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.98-1 |
|---|
| 293 | - new upstream release |
|---|
| 294 | |
|---|
| 295 | * Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.97-1 |
|---|
| 296 | - new upstream release |
|---|
| 297 | - add BuildRequires: check-devel, readline-devel |
|---|
| 298 | |
|---|
| 299 | * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.96-1 |
|---|
| 300 | - new upstream release |
|---|
| 301 | - add BuildRequires: libudev-devel |
|---|
| 302 | |
|---|
| 303 | * Thu Feb 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.89-1 |
|---|
| 304 | - new upstream release |
|---|
| 305 | |
|---|
| 306 | * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.87-1 |
|---|
| 307 | - new upstream release |
|---|
| 308 | |
|---|
| 309 | * Thu Dec 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.84-1 |
|---|
| 310 | - new upstream release |
|---|
| 311 | |
|---|
| 312 | * Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.82-1 |
|---|
| 313 | - new upstream release |
|---|
| 314 | |
|---|
| 315 | * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.81-1 |
|---|
| 316 | - new upstream release |
|---|
| 317 | |
|---|
| 318 | * Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.79-1 |
|---|
| 319 | - new upstream release |
|---|
| 320 | - drop Patch2 |
|---|
| 321 | |
|---|
| 322 | * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.77-1 |
|---|
| 323 | - new upstream release |
|---|
| 324 | - fix %files (change path of alsa/bluetooth.conf) |
|---|
| 325 | |
|---|
| 326 | * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.69-2 |
|---|
| 327 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 328 | |
|---|
| 329 | * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.69-1 |
|---|
| 330 | - new upstream release |
|---|
| 331 | |
|---|
| 332 | * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.66-1 |
|---|
| 333 | - new upstream release |
|---|
| 334 | |
|---|
| 335 | * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.64-1 |
|---|
| 336 | - new upstream release |
|---|
| 337 | - drop Patch1, Patch5, Patch6 |
|---|
| 338 | |
|---|
| 339 | * Sun Jul 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.42-2 |
|---|
| 340 | - add bluetooth.init again. |
|---|
| 341 | - on-demand startup on bootup process will fail, because |
|---|
| 342 | D-BUS service is not started yet. |
|---|
| 343 | |
|---|
| 344 | * Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.42-1 |
|---|
| 345 | - new upstream release |
|---|
| 346 | |
|---|
| 347 | * Mon Jun 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.41-2 |
|---|
| 348 | - remove bluetooth.init |
|---|
| 349 | - on-demand start/stop bluetoothd using udev |
|---|
| 350 | - run hid2hci using udev |
|---|
| 351 | - add missing files to %%files |
|---|
| 352 | |
|---|
| 353 | * Fri Jun 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.41-1 |
|---|
| 354 | - new upstream release |
|---|
| 355 | - add udev rule |
|---|
| 356 | - add upstream Patch[2-6] |
|---|
| 357 | |
|---|
| 358 | * Tue May 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.37-1 |
|---|
| 359 | - new upstream release |
|---|
| 360 | |
|---|
| 361 | * Fri Oct 24 2008 Seiichirou Babasaki 4.15-1 |
|---|
| 362 | - Update to 4.15 |
|---|
| 363 | - added # Maintainers: comments. |
|---|
| 364 | - FedoraCore - LOGS |
|---|
| 365 | -- 4.14-2 |
|---|
| 366 | -- Add script to autoload uinput on startup, so the PS3 remote |
|---|
| 367 | works out-of-the-box |
|---|
| 368 | -- 4.14-1 - Update to 4.14 |
|---|
| 369 | -- 4.13-3 |
|---|
| 370 | -- Update udev rules (#246840) |
|---|
| 371 | -- 4.13-2 |
|---|
| 372 | -- Fix PS3 BD remote input event generation |
|---|
| 373 | -- 4.13-1 - Update to 4.13 |
|---|
| 374 | -- 4.12-1 - Update to 4.12 |
|---|
| 375 | -- 4.11-1 - Update to 4.11 |
|---|
| 376 | -- 4.10-1 - Update to 4.10 |
|---|
| 377 | -- 4.9-1 - Update to 4.9 |
|---|
| 378 | -- 4.8-1 - Update to 4.8 |
|---|
| 379 | -- 4.7-1 - Update to 4.7 |
|---|
| 380 | -- 4.6-4 |
|---|
| 381 | -- Fix patch application |
|---|
| 382 | -- 4.6-3 |
|---|
| 383 | -- Add fuzz |
|---|
| 384 | -- 4.6-2 |
|---|
| 385 | -- Fix possible crasher on resume from suspend |
|---|
| 386 | -- 4.6-1 - Update to 4.6 |
|---|
| 387 | -- 4.5-4 |
|---|
| 388 | -- SDP browse fixes |
|---|
| 389 | -- 4.5-3 |
|---|
| 390 | -- Bluez-alsa needs to provide/obsolete bluez-utils-alsa |
|---|
| 391 | -- Use versioned Obsoletes: |
|---|
| 392 | -- 4.5-2 |
|---|
| 393 | -- Change main utils package name to 'bluez'; likewise its subpackages |
|---|
| 394 | -- Remove references to obsolete initscripts (hidd,pand,dund) |
|---|
| 395 | -- 4.5-1 |
|---|
| 396 | -- Update to 4.5 |
|---|
| 397 | -- Fix initscript to actually start bluetoothd by hand |
|---|
| 398 | -- Add chkconfig information to the initscript |
|---|
| 399 | -- 4.4-2 |
|---|
| 400 | -- Fix rpmlint problems |
|---|
| 401 | -- Fix input device handling |
|---|
| 402 | -- 4.4-1 |
|---|
| 403 | -- Update to 4.4 |
|---|
| 404 | -- Update source address, and remove unneeded deps (thanks Marcel) |
|---|
| 405 | -- 4.1-1 |
|---|
| 406 | -- Initial build |
|---|
| 407 | - updated specfile |
|---|
| 408 | - VineLinux-4.2 logfile |
|---|
| 409 | -- *Thu Oct 2 2008 Seiichirou Babasaki 3.24-4 |
|---|
| 410 | -- update bleuz-gnome, rebuild bluez-utils |
|---|
| 411 | -- Requires: fuse |
|---|
| 412 | -- updated specfile |
|---|
| 413 | -- *Tue Sep 30 2008 Seiichirou Babasaki 3.24-3 |
|---|
| 414 | -- trusts.txt update (added audio profile) |
|---|
| 415 | -- updated specfile |
|---|
| 416 | |
|---|
| 417 | #---------------------------------------------------------------------------- |
|---|
| 418 | * Fri Sep 26 2008 Seiichirou Babasaki 3.32-2 |
|---|
| 419 | - *.conf update |
|---|
| 420 | - updated specfile |
|---|
| 421 | |
|---|
| 422 | * Fri Jun 13 2008 Seiichirou Babasaki 3.32-1 |
|---|
| 423 | - Updated 3.32 |
|---|
| 424 | - Updated specfile |
|---|
| 425 | - ** LOGS 3.31-2 |
|---|
| 426 | - ** Add a .service file, starting up hcid only when used (#446918) |
|---|
| 427 | - ** Fix descriptions in the initscript headers (#433647) |
|---|
| 428 | - ** LOGS 3.30-2 |
|---|
| 429 | - ** Add support for Dell HID/HCI switch |
|---|
| 430 | - ** LOGS 3.27-1 |
|---|
| 431 | - ** Ship audio.conf (#278831) |
|---|
| 432 | - ** Ship network service |
|---|
| 433 | |
|---|
| 434 | * Wed Jan 26 2008 Seiichirou Babasaki 3.24-2 |
|---|
| 435 | - Updated specfile |
|---|
| 436 | - marge bluez-utils-3.24-conf-vl.patch |
|---|
| 437 | - << bluez-utils-2.3-conf.patch |
|---|
| 438 | - add trusts.txt(ja) |
|---|
| 439 | - Updated specfile |
|---|
| 440 | |
|---|
| 441 | * Mon Jan 21 2008 Seiichirou Babasaki 3.24-1vl2 |
|---|
| 442 | - Updated specfile for (dbus-devel >= 0.90) |
|---|
| 443 | |
|---|
| 444 | * Wed Jan 16 2008 Seiichirou Babasaki 3.24-1vl1 |
|---|
| 445 | - Import bluez-utils - Packager: Babasaki |
|---|
| 446 | - Updated specfile for (dbus-devel >= 0.60) |
|---|
| 447 | - Update to 3.24 |
|---|