Hello community,

here is the log from the commit of package libbluedevil.3658 for 
openSUSE:13.2:Update checked in at 2015-03-30 17:29:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.2:Update/libbluedevil.3658 (Old)
 and      /work/SRC/openSUSE:13.2:Update/.libbluedevil.3658.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluedevil.3658"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.libbluedevil.3658.new/libbluedevil.changes  
2015-03-30 17:29:24.000000000 +0200
@@ -0,0 +1,102 @@
+-------------------------------------------------------------------
+Tue Dec 23 23:32:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 2.1
+  * Adapter::name() now returns alias of adapter
+- Drop 0001-Adapter-name-now-returns-alias-of-adapter.patch, merged
+  upstream
+
+-------------------------------------------------------------------
+Fri Dec  5 21:40:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 2.0 Final:
+  * Do not set the Adapter back to powered, kde#329411
+  * Check adapter for nullptr in
+    interfacesAdded/interfacesRemoved slots, kde#340577
+- Added 0001-Adapter-name-now-returns-alias-of-adapter.patch
+
+-------------------------------------------------------------------
+Sat Dec 21 16:43:15 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Replace the tarball generated from tag, to the official one, from
+  KDE mirrors
+
+-------------------------------------------------------------------
+Fri Dec 20 23:37:57 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.0 rc1 - first version officially supporting BlueZ5
+
+-------------------------------------------------------------------
+Sat Nov  2 22:17:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to a git snapshot of the bluez5 branch. This would allow
+  at least some bluetooth functionality in KDE with Bluez5.
+  Will be replaced by an official version as soon as available.
+
+-------------------------------------------------------------------
+Tue Sep  3 22:39:37 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.9.4
+  * Better handling of usable adapters
+  * Fix compilation in certain conditions
+
+-------------------------------------------------------------------
+Fri Mar 29 16:16:50 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.9.3
+  * Do a better job knowing if there is an usable adapter
+  * Further improvements for kde#314356
+
+-------------------------------------------------------------------
+Tue May  1 10:36:55 UTC 2012 - m...@suse.com
+
+- Update to version 1.9.2
+  * Fill properties with defaults in case that GetProperties is not valid 
(kde#288865)
+  * Print possible errors using qDebug and fix dbus handling
+  * When BlueZ service is unregistered, remove all adapters
+
+-------------------------------------------------------------------
+Sun Oct 30 11:06:42 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 1.9.1:
+  * Do not clean the device list on discovery start.
+- Spec file updates:
+  * Changed License: to LGPL-2.0+.
+  * Removed bluez-devel from BuildRequires: (not needed).
+- Removed the devicelistnoclean.diff patch (fixed upstream).
+
+-------------------------------------------------------------------
+Fri Sep 23 13:18:21 UTC 2011 - wstephen...@suse.com
+
+- Add patch from author:
+  * Do not clean the device list on discovery start
+  http://lists.opensuse.org/archive/opensuse-kde/2011-09/msg00264.html
+
+-------------------------------------------------------------------
+Mon Jul 25 14:29:24 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 1.9
+  * fix the createDevice behaviour
+  * Added new api Device::registerDeviceAsync using pair technique
+  * Fix Bluedevil crashes when logging in with bluetooth controller disabled 
(kde#268670)
+  * Fix a race in device detection
+  * Fixes over 1.8.1
+- spec cleanup. Removed unneeded build requirements.
+
+-------------------------------------------------------------------
+Mon Apr  4 07:17:44 UTC 2011 - wstephen...@novell.com
+
+- Workarounded bluez consistency for default adapter
+  (this will fix some adapter detection errors)
+- Added a new signal to fix device scanning
+
+-------------------------------------------------------------------
+Sat Jul 31 12:09:02 UTC 2010 - tittiatc...@gmail.com
+
+- Update to latest git snapshot.
+
+-------------------------------------------------------------------
+Wed Jul 28 10:50:19 UTC 2010 - tittiatc...@gmail.com
+
+- initial release, version 0.6
+

New:
----
  libbluedevil-2.1.tar.xz
  libbluedevil.changes
  libbluedevil.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libbluedevil.spec ++++++
#
# spec file for package libbluedevil
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Raymond Wooninck <tittiatc...@gmail.com>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libbluedevil
Version:        2.1
Release:        0
Summary:        Qt Bluetooth client library
License:        LGPL-2.0+
Group:          System/Libraries
Url:            http://www.kde.org
Source:         
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  kde4-filesystem
BuildRequires:  libqt4-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Qt wrapper for BlueZ. This wrapper is used by KDE's Bluetooth layer.

%package devel
Summary:        Qt Wrapper for Bluez
Group:          Development/Libraries/C and C++
Requires:       libbluedevil2 = %{version}

%description devel
Qt wrapper for BlueZ. This wrapper is used by KDE's Bluetooth layer.

%package -n libbluedevil2
Summary:        Qt Wrapper for Bluez
Group:          System/Libraries

%description -n libbluedevil2
Qt wrapper for BlueZ. This wrapper is used by KDE's Bluetooth layer.

%prep
%setup -q -n %{name}-%{version}

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  %kde4_makeinstall -C build
  %kde_post_install

%post -n libbluedevil2 -p /sbin/ldconfig

%postun -n libbluedevil2 -p /sbin/ldconfig

%files -n libbluedevil2
%defattr(-,root,root,-)
%{_libdir}/libbluedevil.so.2*

%files devel
%defattr(-,root,root,-)
%{_includedir}/bluedevil/
%{_libdir}/libbluedevil.so
%{_libdir}/pkgconfig/bluedevil.pc

%changelog

Reply via email to