Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2014-11-07 09:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-08-27 22:18:31.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes     2014-11-07 
09:05:12.000000000 +0100
@@ -1,0 +2,47 @@
+Tue Nov  4 17:19:29 UTC 2014 - [email protected]
+
+- Update to 2.0.3:
+  * Fixed crash in MetaItemModel on submodel item removal
+  * Fixed Solid predicates for AudioCd and VideoDvd media.
+    kde#265819
+  * Set error status when CDDB query fails.
+  * Prefer growisofs to wodim for DVD/BluRay burning.
+  * Fixed improper track number in CDDB track edit window title.
+    kde#276681
+  * Fixed crash on detecting writing speeds. kde#272427
+  * Fix problem with HL-DT-ST BH10LS30. kde#268307
+  * Fixed compilation with new FFMPEG. kde#274817 kde#300731
+  * Allow using CD-R90 and CD-R99 media to full capacity.
+    kde#276002
+  * Refactor the FreeBSD SCSI/CAM interface.
+  * Fix crash on dvd ripping
+  * fix sox detection with sox >= 14.4.0. kde#301544
+  * Support more media types. kde#261652
+  * Fix file system detection. kde#325616 kde#262607
+  * Surround output filename for transcode with double quotes.
+    kde#326097
+  * Fix FILE name and type detection for cue sheet images.
+    kde#337201
+  * Rip audio tracks in ascending numerical order.
+    kde#319678
+  * Upstream patches from NetBSD.
+  * Make paranoia lib detection better.
+  * Don't preview if called process failed. kde#268680
+  * Fix Crash while remove songs in "Mixed mode CD proyect".
+    kde#323117
+  * Use QElapsedTimer to calculate remaining time.
+    kde#330239 kde#315463
+  * Fix crash in lsof wrapper. kde#340515
+- Drop patches merged upstream:
+  k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch,
+  k3b-fixed-crash-on-detecting-writing-speeds.patch,
+  k3b-fixed-solid-predicates.patch,
+  k3b-2.0.2-ffmpeg011.patch,
+  k3b-short-trackinfo.patch,
+  k3b-increase-tolerance.patch,
+  add_mimetypes_bnc661777.diff,
+  k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch,
+  k3b-set-error-status-when-CDDB-query-fails.patch and
+  k3b-dont-count-used-capacity-twice.patch
+
+-------------------------------------------------------------------

Old:
----
  add_mimetypes_bnc661777.diff
  k3b-2.0.2-ffmpeg011.patch
  k3b-2.0.2.tar.bz2
  k3b-dont-count-used-capacity-twice.patch
  k3b-fixed-crash-on-detecting-writing-speeds.patch
  k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch
  k3b-fixed-solid-predicates.patch
  k3b-increase-tolerance.patch
  k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch
  k3b-set-error-status-when-CDDB-query-fails.patch
  k3b-short-trackinfo.patch

New:
----
  k3b-2.0.3a.tar.xz

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

Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.LsnquE/_old  2014-11-07 09:05:13.000000000 +0100
+++ /var/tmp/diff_new_pack.LsnquE/_new  2014-11-07 09:05:13.000000000 +0100
@@ -21,36 +21,16 @@
 %bcond_with lame
 
 Name:           k3b
-Version:        2.0.2
+Version:        2.0.3
 Release:        0
 Summary:        CD/DVD/Blu-ray Burning Application for KDE
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/CD/Record
 
 Url:            http://www.k3b.org/
-Source0:        
http://prdownloads.sourceforge.net/k3b/%{name}-%{version}.tar.bz2
+Source:         
http://download.kde.org/stable/%{name}/%{name}-%{version}a.tar.xz
 # PATCH-FIX-OPENSUSE initial-preference.diff [email protected] -- Make the 
default handler for .iso files instead of Ark
 Patch0:         initial-preference.diff
-# PATCH-FIX-OPENSUSE add_mimetypes_bnc661777.diff bnc#661777 [email protected] 
-- Add a few mimetypes to the desktop file for better integration in GNOME
-Patch1:         add_mimetypes_bnc661777.diff
-# PATCH-FIX-UPSTREAM k3b-short-trackinfo.patch bko #268307 [email protected] -- 
Too short track info dataLen returned at least on HL-DT-ST BH10LS30
-Patch2:         k3b-short-trackinfo.patch
-# PATCH-FIX-UPSTREAM k3b-2.0.2-ffmpeg011.patch [email protected] -- Make 
it compile with the latest ffmpeg.
-Patch3:         k3b-2.0.2-ffmpeg011.patch
-# PATCH-FIX-UPSTREAM k3b-increase-tolerance.patch kde#276002 
[email protected] -- K3b::IsOverburnAllowed: Increase tolerance
-Patch4:         k3b-increase-tolerance.patch
-# PATCH-FIX-UPSTREAM k3b-fixed-crash-on-detecting-writing-speeds.patch 
kde#272427 [email protected] -- Fixed crash on detecting writing speeds
-Patch5:         k3b-fixed-crash-on-detecting-writing-speeds.patch
-# PATCH-FIX-UPSTREAM 
k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch 
kde#276681 [email protected] -- Fixed improper track number in CDDB track 
edit window title
-Patch6:         
k3b-fixed-improper-track-number-in-CDDB-track-edit-window-title.patch
-# PATCH-FIX-UPSTREAM k3b-fixed-solid-predicates.patch  kde#265819 
[email protected] -- Starting ripping directly from device notifier is 
possible again
-Patch7:         k3b-fixed-solid-predicates.patch
-# PATCH-FIX-UPSTREAM k3b-dont-count-used-capacity-twice.patch kde#276002 
[email protected] -- Don't count used capacity twice
-Patch8:         k3b-dont-count-used-capacity-twice.patch
-# PATCH-FIX-UPSTREAM k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch 
[email protected] -- This patch makes K3b default to growisofs for all 
DVD or BluRay burning tasks if cdrecord is actually wodim.
-Patch9:         k3b-prefer-growisofs-to-wodim-for-DVD-burning.patch
-# PATCH-FIX-UPSTREAM k3b-set-error-status-when-CDDB-query-fails.patch 
[email protected] -- Set error status when CDDB query fails. Without it 
the error is buing not reported and as a result all entries in audio project 
are cleared up.
-Patch10:        k3b-set-error-status-when-CDDB-query-fails.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -117,20 +97,8 @@
 
 %lang_package
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 %patch0
-%patch1
-%patch2 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%if %{with ffmpeg}
-%patch3 -p1
-%endif
 
 # patch image with wrong dimensions - fix rpmlint warning "wrong-icon-size"
 pushd src/icons/actions

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

Reply via email to