Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2018-12-19 13:34:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio_audiocd (Old)
 and      /work/SRC/openSUSE:Factory/.kio_audiocd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio_audiocd"

Wed Dec 19 13:34:27 2018 rev:83 rq:658406 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2018-11-12 
09:28:18.606228936 +0100
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new.28833/kio_audiocd.changes       
2018-12-19 13:34:29.220535202 +0100
@@ -1,0 +2,36 @@
+Fri Dec 14 06:09:12 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:
+  * Fix switching between quality and bitrate for Vorbis Ogg plugin
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:01 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:
+  * Use the current date and time for the created files to avoid confusions 
(kde#400114)
+  * Fix switching between constant and variable bitrate for LAME configuration 
module (kde#386014)
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:24 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:04 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:
+  * Too many changes to list here
+
+-------------------------------------------------------------------
@@ -47 +83 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -97 +133 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -205 +241 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -264 +300 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -351 +387 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -467 +503 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  audiocd-kio-18.08.3.tar.xz

New:
----
  audiocd-kio-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kio_audiocd.spec ++++++
--- /var/tmp/diff_new_pack.AFYbyt/_old  2018-12-19 13:34:30.000534189 +0100
+++ /var/tmp/diff_new_pack.AFYbyt/_new  2018-12-19 13:34:30.000534189 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kio_audiocd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,30 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
-Name:           kio_audiocd
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
+Name:           kio_audiocd
+Version:        18.12.0
+Release:        0
 Summary:        KDE I/O Slave for Audio CDs
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        audiocd-kio-%{version}.tar.xz
 BuildRequires:  alsa-devel
 BuildRequires:  cdparanoia-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  flac-devel
+BuildRequires:  kcmutils-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kdelibs4support-devel
 BuildRequires:  kdoctools-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kio-devel
 BuildRequires:  libkcddb-devel
 BuildRequires:  libkcompactdisc-devel
@@ -44,14 +44,13 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains an KIO slave to access audio CDs.
 
 %package devel
 Summary:        Development package for kio_audiocd
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 
@@ -73,15 +72,14 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %dir %{_kf5_sharedir}/konqsidebartng
 %dir %{_kf5_sharedir}/konqsidebartng/virtual_folders
 %dir %{_kf5_sharedir}/konqsidebartng/virtual_folders/services
@@ -89,6 +87,7 @@
 %dir %{_kf5_sharedir}/solid/actions
 %doc %lang(en) %{_kf5_htmldir}/en/kioslave5/audiocd/
 %{_kf5_configkcfgdir}/audiocd_*_encoder.kcfg
+%{_kf5_debugdir}/kio_audiocd.categories
 %{_kf5_libdir}/libaudiocdplugins.so.*
 %{_kf5_plugindir}/libaudiocd_encoder_*.so
 %{_kf5_plugindir}/libkcm_audiocd.so
@@ -97,17 +96,17 @@
 %{_kf5_servicesdir}/audiocd.protocol
 %{_kf5_sharedir}/konqsidebartng/virtual_folders/services/audiocd.desktop
 %{_kf5_sharedir}/solid/actions/solid_audiocd.desktop
+%{_kf5_appstreamdir}/org.kde.kio_audiocd.appdata.xml
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_includedir}/audiocdencoder.h
 %{_includedir}/audiocdplugins_export.h
 %{_kf5_libdir}/libaudiocdplugins.so
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ audiocd-kio-18.08.3.tar.xz -> audiocd-kio-18.12.0.tar.xz ++++++
++++ 16413 lines of diff (skipped)


Reply via email to