14
0
OBS User unknown
2009-08-04 21:45:59 +00:00
committed by Git OBS Bridge
parent abe199e83b
commit 7b9a0c2a53
4 changed files with 14 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:593912fdf122d9a1499767bc305ca7b3b688ace7edcb93f53e07202aa1242c58
size 73445

3
PyBluez-0.16.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbe1f076a4947e29ded08ba9dd6dbbb86b25939fb4e50f508dd02f41681554e2
size 77733

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 4 10:30:28 UTC 2009 - cstender@novell.com
- updated to version 0.16
* fix variable naming in example/simple/inquiry.py (M. Harris Bhatti)
* fix examples to import bluetooth._bluetooth
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 15 21:43:52 CEST 2008 - dmueller@suse.de Mon Sep 15 21:43:52 CEST 2008 - dmueller@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pybluez (Version 0.15 ) # spec file for package python-pybluez (Version 0.16 )
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -21,8 +21,8 @@
Name: python-pybluez Name: python-pybluez
BuildRequires: bluez-devel python-devel BuildRequires: bluez-devel python-devel
Summary: A Python Bluetooth wrapper Summary: A Python Bluetooth wrapper
Version: 0.15 Version: 0.16
Release: 3 Release: 1
Source: PyBluez-%{version}.tar.gz Source: PyBluez-%{version}.tar.gz
License: GPL v2 or later License: GPL v2 or later
Group: Development/Libraries/Python Group: Development/Libraries/Python
@@ -61,17 +61,3 @@ rm -rf $RPM_BUILD_ROOT
%doc CHANGELOG COPYING README %doc CHANGELOG COPYING README
%changelog %changelog
* Mon Sep 15 2008 dmueller@suse.de
- adjust buildrequires
* Tue Sep 09 2008 cstender@suse.de
- renamed package to python-pybluez
- updated to version 0.15
o fix segfault on trying to SDP advertise when sdpd not running
(reported by Eric Butler)
o fixed _checkaddr bug (reported by Giovanni)
o fix device class parsing bug in inquiry-with-rssi (Pepe Aracil)
o don't hardcode duration in discover_devices() to 8 (Gustavo Chain)
* Tue Jun 03 2008 crrodriguez@suse.de
- needs to be built with -fno-strict-aliasing
* Mon Jan 15 2007 dgollub@suse.de
- initial version of PyBluez 0.9.2