Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2011-12-31 17:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez-gstreamer.changes    2011-09-23 
01:52:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez-gstreamer.changes       
2011-12-31 17:19:08.000000000 +0100
@@ -1,0 +2,30 @@
+Tue Dec 27 11:01:18 UTC 2011 - [email protected]
+
+- update to bluez-4.97:
+  - Update support for proximity profile.
+  - Fix issue with SBC audio decoding quality.
+  - Fix multiple issues with HFP support.
+  - Fix multiple issues with A2DP support.
+  - Fix multiple issues with AVDTP support.
+  - Fix multiple issues with AVRCP support.
+  - Add support for AVRCP meta-data transfer.
+  - Add support for Bluetooth based thermometers.
+- add %check section to .spec - there is now a unittest
+
+-------------------------------------------------------------------
+Tue Dec 20 19:46:07 UTC 2011 - [email protected]
+
+- kernel.org currently lacks of bluez tarballs 
+- Fix build failures due to lack of autotools
+
+-------------------------------------------------------------------
+Fri Dec 16 03:22:40 UTC 2011 - [email protected]
+
+- Fix systemd units installation. 
+
+-------------------------------------------------------------------
+Wed Nov 16 11:29:07 UTC 2011 - [email protected]
+
+- require pkgconfig(libnl-1) instead of libnl-1_1-devel
+
+-------------------------------------------------------------------
bluez.changes: same change

Old:
----
  bluez-4.96.tar.bz2

New:
----
  bluez-4.97.tar.bz2

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

Other differences:
------------------
++++++ bluez-gstreamer.spec ++++++
--- /var/tmp/diff_new_pack.toOmem/_old  2011-12-31 17:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.toOmem/_new  2011-12-31 17:19:10.000000000 +0100
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           bluez-gstreamer
-BuildRequires:  dbus-1-devel flex
+BuildRequires:  dbus-1-devel
+BuildRequires:  flex
 %if 0%{?suse_version} > 1120
 BuildRequires:  libcap-ng-devel
 %define with_libcapng --enable-capng
@@ -27,21 +25,25 @@
 %if 0%{?suse_version} > 1130
 BuildRequires:  pkgconfig(systemd)
 %endif
+BuildRequires:  pkgconfig(libnl-1)
 BuildRequires:  glib2-devel >= 2.16
-BuildRequires:  libnl-1_1-devel libusb-devel
-BuildRequires:  alsa-devel libsndfile-devel pkg-config udev
-BuildRequires:  gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
+BuildRequires:  libusb-devel
+BuildRequires:  alsa-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  pkg-config
+BuildRequires:  check-devel
+BuildRequires:  udev
+BuildRequires:  gstreamer-0_10-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  readline-devel
 BuildRequires:  libudev-devel
 Url:            http://www.bluez.org
-Version:        4.96
-Release:        1
+Version:        4.97
+Release:        0
 Summary:        Bluetooth Sound Support
-Group:          Productivity/Multimedia/Sound/Utilities
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
-AutoReqProv:    on
-Source:         
http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.bz2
+Source:         bluez-%{version}.tar.bz2
 Source3:        bluetooth.sysconfig
 Source4:        bluetooth.sh
 Source6:        README.SUSE
@@ -71,17 +73,11 @@
 %setup -n bluez-%{version} -q
 %patch1 -p1
 cp %{S:6} .
-%{?suse_update_config:%{suse_update_config -f . }}
 
 %build
-# autoreconf -sfi
-CFLAGS="$RPM_OPT_FLAGS -g" \
-       ./configure     --prefix=%{_prefix} \
-                       --mandir=%{_mandir} \
-                       --sysconfdir=%{_sysconfdir} \
+%configure --with-pic \
                        --libdir=%{_libdir} \
                        --libexecdir=/lib \
-                       --localstatedir=/var    \
                        --enable-gstreamer      \
                        --enable-alsa           \
                        --enable-usb            \

++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.toOmem/_old  2011-12-31 17:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.toOmem/_new  2011-12-31 17:19:10.000000000 +0100
@@ -16,32 +16,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           bluez
-BuildRequires:  dbus-1-devel flex
+BuildRequires:  dbus-1-devel
+BuildRequires:  flex
 %if 0%{?suse_version} > 1120
 BuildRequires:  libcap-ng-devel
 %define with_libcapng --enable-capng
 %endif
-%if 0%{?suse_version} > 1130
-BuildRequires:  pkgconfig(systemd)
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd
+%{?systemd_requires}
+%define has_systemd 1
 %endif
+BuildRequires:  pkgconfig(libnl-1)
 BuildRequires:  glib2-devel >= 2.16
-BuildRequires:  libnl-1_1-devel libusb-devel
-BuildRequires:  alsa-devel libsndfile-devel pkg-config udev
+BuildRequires:  libusb-devel
+BuildRequires:  alsa-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  pkg-config
+BuildRequires:  check-devel
+BuildRequires:  udev
 BuildRequires:  readline-devel
 BuildRequires:  libudev-devel
+BuildRequires:  libtool
+BuildRequires:  automake
 Url:            http://www.bluez.org
-Version:        4.96
-Release:        1
+Version:        4.97
+Release:        0
 Summary:        Bluetooth Stack for Linux
-Group:          Hardware/Mobile
 License:        GPL-2.0+
 Group:          Hardware/Mobile
-AutoReqProv:    on
-Source:         
http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.bz2
+Source:         bluez-%{version}.tar.bz2
 Source2:        bluez-coldplug.init
 Source3:        bluetooth.sysconfig
 Source4:        bluetooth.sh
@@ -83,8 +88,8 @@
     and others, see AUTHORS
 
 %package devel
-License:        GPL-2.0+
 Summary:        Files needed for BlueZ development
+License:        GPL-2.0+
 Group:          Development/Sources
 Requires:       libbluetooth3 = %{version}
 
@@ -100,8 +105,8 @@
     and others, see AUTHORS
 
 %package -n libbluetooth3
-License:        GPL-2.0+
 Summary:        Bluetooth Libraries
+License:        GPL-2.0+
 Group:          Hardware/Mobile
 Provides:       bluez-libs = 3.36
 Obsoletes:      bluez-libs <= 3.36
@@ -117,9 +122,9 @@
     and others, see AUTHORS in the documentation of the "bluez" package.
 
 %package cups
-Group:          Hardware/Printing
-License:        GPL-2.0+
 Summary:        CUPS Driver for Bluetooth Printers
+License:        GPL-2.0+
+Group:          Hardware/Printing
 Requires:       libbluetooth3 = %{version}
 
 %description cups
@@ -134,9 +139,9 @@
     and others, see AUTHORS in the documentation of the "bluez" package.
 
 %package test
-Group:          Development/Tools/Debuggers
-License:        GPL-2.0+ ; MIT
 Summary:        Tools for testing of various Bluetooth-functions
+License:        GPL-2.0+ ; MIT
+Group:          Development/Tools/Debuggers
 Requires:       libbluetooth3 = %{version} python-gobject2 dbus-1-python
 
 %description test
@@ -151,9 +156,9 @@
     and others, see AUTHORS in the documentation of the "bluez" package.
 
 %package alsa
-Group:          Productivity/Multimedia/Sound/Utilities
-License:        GPL-2.0+
 Summary:        Bluetooth Sound Support
+License:        GPL-2.0+
+Group:          Productivity/Multimedia/Sound/Utilities
 Requires:       libbluetooth3 = %{version}
 Provides:       bluez-audio:%_libdir/alsa-lib/libasound_module_pcm_bluetooth.so
 
@@ -170,9 +175,9 @@
     and others, see AUTHORS in the documentation of the "bluez" package.
 
 %package compat
-Group:          Hardware/Mobile
-License:        GPL-2.0+
 Summary:        Bluetooth Stack for Linux
+License:        GPL-2.0+
+Group:          Hardware/Mobile
 Requires:       libbluetooth3 = %{version}
 
 %description compat
@@ -193,19 +198,13 @@
 # changed significantly anyway. I'll keep it until i get confirmation in 
bugzilla.
 ##%%patch2 -p1
 cp %{S:6} .
-%{?suse_update_config:%{suse_update_config -f . }}
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/
 
 %build
-# autoreconf -sfi
-CFLAGS="$RPM_OPT_FLAGS -g" \
-       ./configure     --prefix=%{_prefix} \
-                       --mandir=%{_mandir} \
-                       --sysconfdir=%{_sysconfdir} \
-                       --libdir=%{_libdir} \
+autoreconf -fiv
+%configure  --with-pic \
                        --libexecdir=/lib \
-                       --localstatedir=/var    \
                        --enable-gstreamer      \
                        --enable-alsa           \
                        --enable-usb            \
@@ -222,6 +221,9 @@
                        --enable-thermometer    \
                        --enable-datafiles      \
                        --enable-pcmcia \
+            %if 0%{?has_systemd}
+            --with-systemdunitdir=%{_unitdir} \
+            %endif
                        %{?with_libcapng}
 make %{?_smp_mflags} all V=1
 
@@ -263,18 +265,35 @@
      fi
 fi
 
+%check
+make check
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+%if 0%{?has_systemd}
+%service_add_pre bluetooth.service
+%endif
+
 %post
 %{fillup_only -n bluetooth}
 %{insserv_force_if_yast bluez-coldplug}
+%if 0%{?has_systemd}
+%service_add_post bluetooth.service
+%endif
 
 %preun
 %stop_on_removal bluez-coldplug
+%if 0%{?has_systemd}
+%service_del_preun bluetooth.service
+%endif
 
 %postun
 %{insserv_cleanup}
+%if 0%{?has_systemd}
+%service_del_postun bluetooth.service
+%endif
 
 %post -n libbluetooth3 -p /sbin/ldconfig
 
@@ -323,8 +342,8 @@
 %dir /var/lib/bluetooth
 %dir %{_sysconfdir}/modprobe.d
 %config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
-%if 0%{suse_version} > 1130
-/lib/systemd/system/bluetooth.service
+%if 0%{?has_systemd}
+%{_unitdir}/bluetooth.service
 %endif
 
 %files devel

++++++ bluez-4.96.tar.bz2 -> bluez-4.97.tar.bz2 ++++++
++++ 31775 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to