4-14.35 (kde-apps-17.08.0)

This commit is contained in:
Rex Dieter 2017-08-26 10:10:43 -05:00
parent 57c15eecf9
commit 01787fc1d0
1 changed files with 6 additions and 17 deletions

View File

@ -49,9 +49,9 @@
Summary: KDE Libraries
# shipped with kde applications, version...
%global apps_version 17.04.3
Version: 4.14.34
Release: 2%{?dist}
%global apps_version 17.08.0
Version: 4.14.35
Release: 1%{?dist}
Name: kdelibs
Epoch: 6
@ -80,10 +80,6 @@ BuildRequires: kde-filesystem >= 4-23
BuildRequires: kde-settings
BuildRequires: docbook-dtds docbook-style-xsl
BuildRequires: perl-generators
# For AutoReq cmake-filesystem
BuildRequires: cmake
Requires: ca-certificates
Requires: dbusmenu-qt%{?_isa} >= %{dbusmenu_qt_version}
Requires: docbook-dtds docbook-style-xsl
@ -197,16 +193,11 @@ Patch62: kdelibs-4.11.3-arm.patch
# opening a terminal in Konqueror / Dolphin does not inherit environment variables
Patch64: kdelibs-4.13.2-invokeTerminal.patch
# newer glibc has 2 prototypes for trunc, check for ftrunc instead
Patch65: kdelibs-4.14.17-glibc_trunc.patch
# gcc6 FTBFS: maybe easier/cleaner to build with: -std=gnu++98 or -Wno-error-narrowing
Patch67: kdelibs-4.14.17-gcc6_narrowing_hack.patch
## upstream
# 4.14 branch (lookaside cache)
Patch101: 0001-Support-SVG-too.patch
Patch102: 0002-cmake-De-duplicate-else-to-fix-build-with-cmake-3.9.patch
## security fix
@ -496,14 +487,9 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch61 -p1 -b .dot
%patch62 -p1 -b .arm-plasma
%patch64 -p1 -b .invokeTerminal
## fixed differently upstream? can probably drop -- rex
#patch65 -p1 -b .glibc_trunc
%patch67 -p1 -b .gcc6_narrowing_hack
# upstream patches
%patch101 -p1 -b .0001
%patch102 -p1 -b .0002
# security fixes
@ -886,6 +872,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
* Sat Aug 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 6:4.14.35-1
- 4-14.35 (kde-apps-17.08.0)
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 6:4.14.34-2
- Rebuilt for AutoReq cmake-filesystem