KDE Applications 18.08.0 beta (third time's the charm)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/k3b?expand=0&rev=73
This commit is contained in:
Wolfgang Bauer 2018-07-28 13:24:07 +00:00 committed by Git OBS Bridge
parent ca195059df
commit 0635f4ca29
4 changed files with 20 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d83eed37b8c8ebc8c67965df43f3f2b47a4c6b2f51a502e20d83f9bdca10072
size 10599940

3
k3b-18.07.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c8b27a0f65b4e531783edfadb96528dd1af5a792f9b817a3ccde94f6556465a
size 10597384

View File

@ -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

View File

@ -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"