Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2016-12-02 16:38:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k3b (Old)
 and      /work/SRC/openSUSE:Factory/.k3b.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k3b"

Changes:
--------
--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2016-08-03 11:40:44.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes     2016-12-02 
16:38:33.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Nov 30 18:31:00 UTC 2016 - [email protected]
+
+- Obsolete k3b-codecs, the additional codecs are part of the main
+  package now
+
+-------------------------------------------------------------------
+Tue Nov 29 07:32:14 UTC 2016 - [email protected]
+
+- Restore conditionals for lame and libmad
+
+-------------------------------------------------------------------
+Tue Nov 29 07:20:36 UTC 2016 - [email protected]
+
+- Expand macro kde4_runtime_requires only when its available
+  to fix quilt setup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.srRlGl/_old  2016-12-02 16:38:34.000000000 +0100
+++ /var/tmp/diff_new_pack.srRlGl/_new  2016-12-02 16:38:34.000000000 +0100
@@ -17,6 +17,8 @@
 
 
 %bcond_without ffmpeg
+%bcond_with    lame
+%bcond_with    mad
 
 Name:           k3b
 Version:        2.0.3
@@ -52,6 +54,13 @@
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 %endif
+%if %{with lame}
+BuildRequires:  libmp3lame-devel
+Requires:       lame
+%endif
+%if %{with mad}
+BuildRequires:  pkgconfig(mad)
+%endif
 Requires:       %{_bindir}/cdrdao
 Requires:       %{_bindir}/cdrecord
 Requires:       %{_bindir}/mkisofs
@@ -68,8 +77,9 @@
 Recommends:     vcdimager
 Provides:       kde4-k3b = 4.2.2.svn951754
 Obsoletes:      kde4-k3b < 4.2.2.svn951754
+Obsoletes:      k3b-codecs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{kde4_runtime_requires}
+%{?kde4_runtime_requires}
 
 %description
 Featuring a simple, yet powerful graphical interface, k3b provides various


Reply via email to