Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2017-10-23 16:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k3b (Old)
 and      /work/SRC/openSUSE:Factory/.k3b.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k3b"

Mon Oct 23 16:27:25 2017 rev:80 rq:534657 version:17.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2017-09-18 19:51:38.746909763 
+0200
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes     2017-10-23 
16:27:31.213061326 +0200
@@ -1,0 +2,16 @@
+Tue Oct 17 08:40:07 UTC 2017 - [email protected]
+
+- Enable MP3 support in general by default, libmad and lame
+  have been released as update for Leap 42.2 and 42.3 too
+
+-------------------------------------------------------------------
+Tue Oct 17 00:31:20 CEST 2017 - [email protected]
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  k3b-17.08.1.tar.xz

New:
----
  k3b-17.08.2.tar.xz

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

Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.keMYML/_old  2017-10-23 16:27:32.313009830 +0200
+++ /var/tmp/diff_new_pack.keMYML/_new  2017-10-23 16:27:32.313009830 +0200
@@ -19,17 +19,11 @@
 %bcond_without lang
 
 %bcond_without ffmpeg
-%if 0%{?suse_version} >= 1330
-# libmad and lame are in Factory now so use them
 %bcond_without    lame
 %bcond_without    mad
-%else
-%bcond_with    lame
-%bcond_with    mad
-%endif
 
 Name:           k3b
-Version:        17.08.1
+Version:        17.08.2
 Release:        0
 Summary:        CD/DVD/Blu-ray Burning Application for KDE
 License:        GPL-2.0+

++++++ Add-forceCheck-for-ManualCheckSystem.patch ++++++
--- /var/tmp/diff_new_pack.keMYML/_old  2017-10-23 16:27:32.329009081 +0200
+++ /var/tmp/diff_new_pack.keMYML/_new  2017-10-23 16:27:32.329009081 +0200
@@ -10,10 +10,10 @@
  src/k3bsystemproblemdialog.h   | 2 +-
  3 files changed, 4 insertions(+), 4 deletions(-)
 
-diff --git a/src/k3b.cpp b/src/k3b.cpp
-index c3c21d4..96d3501 100644
---- a/src/k3b.cpp
-+++ b/src/k3b.cpp
+Index: k3b-17.08.2/src/k3b.cpp
+===================================================================
+--- k3b-17.08.2.orig/src/k3b.cpp
++++ k3b-17.08.2/src/k3b.cpp
 @@ -1422,7 +1422,7 @@ void K3b::MainWindow::slotCheckSystem()
  
  void K3b::MainWindow::slotManualCheckSystem()
@@ -23,11 +23,11 @@
  }
  
  
-diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp
-index 0d0f363..34cf710 100644
---- a/src/k3bsystemproblemdialog.cpp
-+++ b/src/k3bsystemproblemdialog.cpp
-@@ -169,13 +169,13 @@ void K3b::SystemProblemDialog::done(int r)
+Index: k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+===================================================================
+--- k3b-17.08.2.orig/src/k3bsystemproblemdialog.cpp
++++ k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+@@ -169,13 +169,13 @@ void K3b::SystemProblemDialog::done(int
  }
  
  
@@ -43,10 +43,10 @@
          return;
  
      if( k3bcore->deviceManager()->allDevices().isEmpty() ) {
-diff --git a/src/k3bsystemproblemdialog.h b/src/k3bsystemproblemdialog.h
-index b406b25..573b557 100644
---- a/src/k3bsystemproblemdialog.h
-+++ b/src/k3bsystemproblemdialog.h
+Index: k3b-17.08.2/src/k3bsystemproblemdialog.h
+===================================================================
+--- k3b-17.08.2.orig/src/k3bsystemproblemdialog.h
++++ k3b-17.08.2/src/k3bsystemproblemdialog.h
 @@ -78,7 +78,7 @@ namespace K3b {
           * or K3b is started for the first time.
           */
@@ -56,6 +56,3 @@
  
      protected:
          void done(int) Q_DECL_OVERRIDE;
--- 
-cgit v0.11.2
-

++++++ Add-readCheckSystemConfig.patch ++++++
--- /var/tmp/diff_new_pack.keMYML/_old  2017-10-23 16:27:32.341008520 +0200
+++ /var/tmp/diff_new_pack.keMYML/_new  2017-10-23 16:27:32.341008520 +0200
@@ -11,11 +11,11 @@
  src/k3bsystemproblemdialog.cpp | 13 ++++++++-----
  1 file changed, 8 insertions(+), 5 deletions(-)
 
-diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp
-index 9897903..bbe40bd 100644
---- a/src/k3bsystemproblemdialog.cpp
-+++ b/src/k3bsystemproblemdialog.cpp
-@@ -175,6 +175,9 @@ void K3b::SystemProblemDialog::checkSystem( QWidget* 
parent, NotificationLevel l
+Index: k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+===================================================================
+--- k3b-17.08.2.orig/src/k3bsystemproblemdialog.cpp
++++ k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+@@ -175,6 +175,9 @@ void K3b::SystemProblemDialog::checkSyst
      bool showDeviceSettingsButton = false;
      bool showBinSettingsButton = false;
  
@@ -25,7 +25,7 @@
      if( k3bcore->deviceManager()->allDevices().isEmpty() ) {
          problems.append( K3b::SystemProblem( K3b::SystemProblem::CRITICAL,
                                             i18n("No optical drive found."),
-@@ -705,13 +708,13 @@ QList<K3b::Device::Device*> 
K3b::SystemProblemDialog::checkForAutomounting()
+@@ -705,13 +708,13 @@ QList<K3b::Device::Device*> K3b::SystemP
  
  bool K3b::SystemProblemDialog::readCheckSystemConfig()
  {

++++++ Don-t-suggest-to-install-libburn.patch ++++++
--- /var/tmp/diff_new_pack.keMYML/_old  2017-10-23 16:27:32.349008145 +0200
+++ /var/tmp/diff_new_pack.keMYML/_new  2017-10-23 16:27:32.349008145 +0200
@@ -13,11 +13,11 @@
  src/k3bsystemproblemdialog.cpp | 6 ------
  1 file changed, 6 deletions(-)
 
-diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp
-index 126ad3120..9897903e0 100644
---- a/src/k3bsystemproblemdialog.cpp
-+++ b/src/k3bsystemproblemdialog.cpp
-@@ -288,12 +288,6 @@ void K3b::SystemProblemDialog::checkSystem( QWidget* 
parent, NotificationLevel l
+Index: k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+===================================================================
+--- k3b-17.08.2.orig/src/k3bsystemproblemdialog.cpp
++++ k3b-17.08.2/src/k3bsystemproblemdialog.cpp
+@@ -288,12 +288,6 @@ void K3b::SystemProblemDialog::checkSyst
  #endif
          }
  
@@ -30,6 +30,3 @@
      }
  
  
--- 
-2.13.1
-

++++++ Fix-creating-DVD-video-image.patch ++++++
--- /var/tmp/diff_new_pack.keMYML/_old  2017-10-23 16:27:32.361007583 +0200
+++ /var/tmp/diff_new_pack.keMYML/_new  2017-10-23 16:27:32.361007583 +0200
@@ -16,10 +16,10 @@
  libk3b/projects/videodvd/k3bvideodvdimager.cpp | 35 +++++++++++++++-----------
  1 file changed, 21 insertions(+), 14 deletions(-)
 
-diff --git a/libk3b/projects/videodvd/k3bvideodvdimager.cpp 
b/libk3b/projects/videodvd/k3bvideodvdimager.cpp
-index a8ae69a..1863e8b 100644
---- a/libk3b/projects/videodvd/k3bvideodvdimager.cpp
-+++ b/libk3b/projects/videodvd/k3bvideodvdimager.cpp
+Index: k3b-17.08.2/libk3b/projects/videodvd/k3bvideodvdimager.cpp
+===================================================================
+--- k3b-17.08.2.orig/libk3b/projects/videodvd/k3bvideodvdimager.cpp
++++ k3b-17.08.2/libk3b/projects/videodvd/k3bvideodvdimager.cpp
 @@ -101,30 +101,37 @@ int K3b::VideoDvdImager::writePathSpec()
      //
      // We do this here since K3b::IsoImager::start calls cleanup which 
deletes the temp files
@@ -72,6 +72,3 @@
              return -1;
          }
      }
--- 
-cgit v0.11.2
-

++++++ k3b-17.08.1.tar.xz -> k3b-17.08.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/k3b/k3b-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.k3b.new/k3b-17.08.2.tar.xz differ: char 26, line 1


Reply via email to