Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2015-03-16 09:29:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluedevil5 (Old)
 and      /work/SRC/openSUSE:Factory/.bluedevil5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluedevil5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes    2015-03-01 
15:03:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes       
2015-03-16 09:29:28.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar 10 19:05:57 UTC 2015 - [email protected]
+
+- Added sync-with-master.patch
+  * Contains fixes for kde#343682, kde#342581, kde#342259,
+    kde#321560, kde#341768, kde#337193, kde#314356, kde#332014 and
+    many other improvements
+  * Desktop files renamed for reverse DNS logic
+- Added bluez requires and pulseaudio-module-bluetooth recommends
+- Fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

New:
----
  sync-with-master.patch

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

Other differences:
------------------
++++++ bluedevil5.spec ++++++
--- /var/tmp/diff_new_pack.Tz3uyf/_old  2015-03-16 09:29:29.000000000 +0100
+++ /var/tmp/diff_new_pack.Tz3uyf/_new  2015-03-16 09:29:29.000000000 +0100
@@ -26,6 +26,8 @@
 Url:            http://www.kde.org/
 Source:         bluedevil-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM sync-with-master.patch
+Patch0:         sync-with-master.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  kcoreaddons-devel
 BuildRequires:  kdbusaddons-devel
@@ -41,7 +43,10 @@
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-Requires:       obexd-client
+# atop of the bluez itself, we also need bluez-obexd for kio_obexftp and both 
send/receive
+Requires:       bluez
+# for connecting A2DP profile
+Recommends:     pulseaudio-module-bluetooth
 Recommends:     %{name}-lang
 Supplements:    packageand(bluez:plasma5-workspace)
 Conflicts:      bluedevil
@@ -54,6 +59,7 @@
 %lang_package
 %prep
 %setup -q -n bluedevil-%{version}
+%patch0 -p1
 
 %build
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -62,20 +68,20 @@
 %install
 %kf5_makeinstall -C build
 
-%suse_update_desktop_file -r bluedevil-monolithic Qt KDE Utility DesktopUtility
-sed -i '/^Icon=/d' 
%{buildroot}%{_kf5_applicationsdir}/bluedevil-monolithic.desktop
+%suse_update_desktop_file -r org.kde.bluedevilmonolithic Qt KDE Utility 
DesktopUtility
+sed -i '/^Icon=/d' 
%{buildroot}%{_kf5_applicationsdir}/org.kde.bluedevilmonolithic.desktop
 
 %post
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %postun
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %files
 %defattr(-,root,root,-)
 %doc README
 %{_kf5_sharedir}/mime/packages/bluedevil-mime.xml
-%{_kf5_applicationsdir}/bluedevil-*.desktop
+%{_kf5_applicationsdir}/org.kde.bluedevil*.desktop
 %{_kf5_sharedir}/bluedevilwizard/
 %{_kf5_bindir}/bluedevil-*
 %{_kf5_libdir}/libexec/

++++++ sync-with-master.patch ++++++
++++ 7390 lines (skipped)

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

Reply via email to