Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2019-01-08 12:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k3b (Old)
 and      /work/SRC/openSUSE:Factory/.k3b.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k3b"

Tue Jan  8 12:20:17 2019 rev:94 rq:658341 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2018-11-13 17:16:54.674321994 
+0100
+++ /work/SRC/openSUSE:Factory/.k3b.new.28833/k3b.changes       2019-01-08 
12:20:27.444801494 +0100
@@ -1,0 +2,37 @@
+Fri Dec 14 06:08:56 UTC 2018 - [email protected]
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:48 UTC 2018 - [email protected]
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:21:57 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:41 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Refine appdata urls
+  * Make the color of normalPen in FillStatusDisplayWidget desktop environment 
independent
+  * Fix minor EBN issues
+
+-------------------------------------------------------------------
@@ -47 +84 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -103 +140 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -254 +291 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -351 +388 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php

Old:
----
  k3b-18.08.3.tar.xz

New:
----
  k3b-18.12.0.tar.xz

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

Other differences:
------------------
++++++ k3b.spec ++++++
--- /var/tmp/diff_new_pack.6eDTyZ/_old  2019-01-08 12:20:28.264800585 +0100
+++ /var/tmp/diff_new_pack.6eDTyZ/_new  2019-01-08 12:20:28.264800585 +0100
@@ -17,18 +17,16 @@
 
 
 %bcond_without lang
-
 %bcond_without ffmpeg
 %bcond_without lame
 %bcond_without mad
-
 Name:           k3b
-Version:        18.08.3
+Version:        18.12.0
 Release:        0
 Summary:        CD/DVD/Blu-ray Burning Application for KDE
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/CD/Record
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source:         %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch1:         Don-t-suggest-to-install-libburn.patch
@@ -42,6 +40,7 @@
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  libvorbis-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive) >= 5.21.0
 BuildRequires:  cmake(KF5Config) >= 5.21.0
@@ -65,35 +64,34 @@
 BuildRequires:  cmake(Qt5Gui) >= 5.5.0
 BuildRequires:  cmake(Qt5Test) >= 5.5.0
 BuildRequires:  pkgconfig(taglib)
-%if %{with ffmpeg}
-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
 Requires:       %{_bindir}/readcd
 Requires:       dvd+rw-tools
 Requires(post):  hicolor-icon-theme
-Requires(postun):  hicolor-icon-theme
 Requires(post): shared-mime-info
+Requires(postun): hicolor-icon-theme
 Requires(postun): shared-mime-info
 Recommends:     %{_bindir}/normalize
 Recommends:     %{_bindir}/sox
 Recommends:     %{_bindir}/transcode
+Recommends:     %{name}-lang
 Recommends:     vcdimager
 Provides:       kde4-k3b = 4.2.2.svn951754
 Obsoletes:      k3b-codecs
 Obsoletes:      kde4-k3b < 4.2.2.svn951754
-Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with ffmpeg}
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+%endif
+%if %{with lame}
+BuildRequires:  libmp3lame-devel
+Requires:       lame
+%endif
+%if %{with mad}
+BuildRequires:  pkgconfig(mad)
+%endif
 
 %description
 Featuring a graphical interface, k3b provides various
@@ -127,13 +125,13 @@
 %if %{with lang}
   %find_lang %{name} --with-man --all-name
   %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
-  %kf5_find_htmldocs
+  %{kf5_find_htmldocs}
   %else
   # %%kf5_find_htmldocs is only defined since Leap 42.3
   CURDIR=`pwd`
   pushd %{buildroot}%{_kf5_htmldir}
   for i in *; do
-    if ! [ -d "/usr/share/locale/${i}" ]; then
+    if ! [ -d "%{_datadir}/locale/${i}" ]; then
         echo "Removing unsupported translation %{_kf5_htmldir}/${i}"
         rm -rf "$i"
     elif [ "$i" != "en" ]; then
@@ -159,8 +157,8 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING* ChangeLog FAQ.txt PERMISSIONS.txt README.txt
+%license COPYING*
+%doc ChangeLog FAQ.txt PERMISSIONS.txt README.txt
 %config %{_kf5_configdir}/k3btheme.knsrc
 %dir %{_kf5_servicesdir}/ServiceMenus
 %dir %{_kf5_sharedir}/konqsidebartng
@@ -192,15 +190,14 @@
 %{_kf5_sharedir}/solid/actions/k3b_*.desktop
 
 %files devel
-%defattr(-,root,root,-)
-%doc COPYING*
+%license COPYING*
 %{_includedir}/k3b*.h
 %{_kf5_libdir}/libk3bdevice.so
 %{_kf5_libdir}/libk3blib.so
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

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


Reply via email to