diff --git a/k3b-18.04.3.tar.xz b/k3b-18.04.3.tar.xz deleted file mode 100644 index cf060b5..0000000 --- a/k3b-18.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d83eed37b8c8ebc8c67965df43f3f2b47a4c6b2f51a502e20d83f9bdca10072 -size 10599940 diff --git a/k3b-18.07.80.tar.xz b/k3b-18.07.80.tar.xz new file mode 100644 index 0000000..a31015e --- /dev/null +++ b/k3b-18.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8b27a0f65b4e531783edfadb96528dd1af5a792f9b817a3ccde94f6556465a +size 10597384 diff --git a/k3b.changes b/k3b.changes index b86a0a9..89124a5 100644 --- a/k3b.changes +++ b/k3b.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 26 13:00:30 UTC 2018 - lbeltrame@kde.org + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.07.80.php +- Changes since 18.04.3: + * Update changelog for 18.04 release. + * [plugins] K3b FFMpeg Decoder Plugin Fix (kde#386105) + * Fix heap-use-after-free issue for ThemeManager (kde#390878) + * There is k3bfuzzertest to test QFile::encodeName and QString::fromRawData using libFuzzer, it might be duplicate of QTBUG-57553 + ------------------------------------------------------------------- Fri Jul 13 04:49:48 UTC 2018 - lbeltrame@kde.org diff --git a/k3b.spec b/k3b.spec index 8cec879..80e1870 100644 --- a/k3b.spec +++ b/k3b.spec @@ -19,11 +19,11 @@ %bcond_without lang %bcond_without ffmpeg -%bcond_without lame -%bcond_without mad +%bcond_without lame +%bcond_without mad Name: k3b -Version: 18.04.3 +Version: 18.07.80 Release: 0 Summary: CD/DVD/Blu-ray Burning Application for KDE License: GPL-2.0-or-later @@ -92,9 +92,7 @@ Recommends: vcdimager Provides: kde4-k3b = 4.2.2.svn951754 Obsoletes: k3b-codecs Obsoletes: kde4-k3b < 4.2.2.svn951754 -%if %{with lang} Recommends: %{name}-lang -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -113,13 +111,11 @@ Requires: %{name} = %{version} %description devel This package contain files needed for development with k3b. -%if %{with lang} %lang_package -%endif %prep %setup -q -%patch1 -p1 +%autopatch -p1 %build CXXFLAGS="%{optflags} -fno-strict-aliasing"