Hello community,

here is the log from the commit of package kradio for openSUSE:Factory checked 
in at 2015-02-03 11:40:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kradio (Old)
 and      /work/SRC/openSUSE:Factory/.kradio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kradio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kradio/kradio.changes    2014-01-29 
07:15:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kradio.new/kradio.changes       2015-02-03 
11:40:15.000000000 +0100
@@ -1,0 +2,32 @@
+Fri Jan 30 21:41:31 UTC 2015 - [email protected]
+
+- Update to version 4.0.8:
+  * updated Czech translation
+  * fixed handling of alsa devices without mixer elements
+  * enabled internet radio reconnect-watchdog with default timeout 4s
+  * fixed Qt include paths for Ubuntu
+  * fixed build dependencies in CMakeLists.txt and Debian/SuSE/Fedora build
+    scripts
+  * cleaned backlog of translation & preset emails
+  * suspend-on-sleep feature added
+  * fixed alarm time slip after suspend
+  * updated for recent libav/libffmpeg
+  * updated German translation
+  * QString -> char* conversion fixes
+  * various Build system fixes
+  * various misc / conformance fixes
+  * updated Italian translation
+  * MPRIS Plugin
+  * various build system fixes
+  * various misc/i18n-conformance improvements
+  * updated Russian translation
+  * fixed compilation problems in Serbian translation
+  * added more parts of Slovak translation
+  * added Serbian (Latin) translation
+  * fixed German translation for recent text string changes
+- Added new build requirement alsa-devel.
+- Added optional build requirement lame.
+- Removed explicitly_add_qtcore_includes.patch (fixed upstream).
+- Rebased suse_docdir.patch to apply cleanly.
+
+-------------------------------------------------------------------

Old:
----
  explicitly_add_qtcore_includes.patch
  kradio4-4.0.7.tar.bz2

New:
----
  kradio4-4.0.8.tar.bz2

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

Other differences:
------------------
++++++ kradio.spec ++++++
--- /var/tmp/diff_new_pack.z5fK3h/_old  2015-02-03 11:40:17.000000000 +0100
+++ /var/tmp/diff_new_pack.z5fK3h/_new  2015-02-03 11:40:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kradio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
 
 
 %bcond_with ffmpeg
+%bcond_with lame
 
 Name:           kradio
-Version:        4.0.7
+Version:        4.0.8
 Release:        0
 Summary:        AM/FM Application for KDE 4
 License:        GPL-2.0+
@@ -28,9 +29,7 @@
 Source:         
http://sourceforge.net/projects/kradio/files/kradio/%{version}/kradio4-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE suse_docdir.patch -- Use openSUSE default doc directory
 Patch0:         suse_docdir.patch
-# PATCH-FIX-OPENSUSE explicitly_add_qtcore_includes.patch -- fixes build with 
newer kdelibs versions, as includes
-# are now prefered without qtmodule
-Patch1:         explicitly_add_qtcore_includes.patch
+BuildRequires:  alsa-devel
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
@@ -41,6 +40,9 @@
 BuildRequires:  libffmpeg-devel
 BuildRequires:  libmms-devel
 %endif
+%if %{with lame}
+BuildRequires:  libmp3lame-devel
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -67,10 +69,13 @@
 %prep
 %setup -q -n kradio4-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
+%if %{with ffmpeg}
 %cmake_kde4 -d build
+%else
+%cmake_kde4 -d build -- -DWITH_FFMPEG=OFF
+%endif
 %make_jobs
 
 %install
@@ -80,10 +85,6 @@
 %fdupes -s %{buildroot}
 %find_lang kradio4 --all-name
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %files -f kradio4.lang
 %defattr(-,root,root,-)
 %{_datadir}/pixmaps/kradio4.png

++++++ kradio4-4.0.7.tar.bz2 -> kradio4-4.0.8.tar.bz2 ++++++
++++ 74472 lines of diff (skipped)

++++++ suse_docdir.patch ++++++
--- /var/tmp/diff_new_pack.z5fK3h/_old  2015-02-03 11:40:18.000000000 +0100
+++ /var/tmp/diff_new_pack.z5fK3h/_new  2015-02-03 11:40:18.000000000 +0100
@@ -1,13 +1,12 @@
-Index: kradio4-4.0.0/CMakeLists.txt
-===================================================================
---- kradio4-4.0.0.orig/CMakeLists.txt
-+++ kradio4-4.0.0/CMakeLists.txt
-@@ -127,7 +127,7 @@ SET(documentation_files
+diff -Naur kradio4-4.0.8.orig/CMakeLists.txt kradio4-4.0.8/CMakeLists.txt
+--- kradio4-4.0.8.orig/CMakeLists.txt  2014-09-28 00:51:08.000000000 +0300
++++ kradio4-4.0.8/CMakeLists.txt       2015-01-30 23:24:19.598568581 +0200
+@@ -134,7 +134,7 @@
  
  INSTALL(
        FILES       ${documentation_files}
--    DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/kradio4/
-+    DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/packages/kradio/
+-    DESTINATION ${SHARE_INSTALL_PREFIX}/doc/kradio4/
++    DESTINATION ${SHARE_INSTALL_PREFIX}/doc/packages/kradio/
  )
  
  INSTALL(

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

Reply via email to