pull in upstream fix for desktop containment/view regression (kde#377441)

update URL
epel9
Rex Dieter 8 years ago
parent 79deb8c299
commit c66e831963

14
.gitignore vendored

@ -1,14 +1,2 @@
/plasma-framework-5.18.0.tar.xz
/plasma-framework-5.19.0.tar.xz
/plasma-framework-5.20.0.tar.xz
/plasma-framework-5.21.0.tar.xz
/plasma-framework-5.22.0.tar.xz
/plasma-framework-5.23.0.tar.xz
/plasma-framework-5.24.0.tar.xz
/plasma-framework-5.25.0.tar.xz
/plasma-framework-5.26.0.tar.xz
/plasma-framework-5.27.0.tar.xz
/0043-make-sure-OSD-doesn-t-have-Dialog-flag.patch
/plasma-framework-5.29.0.tar.xz
/plasma-framework-5.31.0.tar.xz
/plasma-framework-5.32.0.tar.xz
/0011-Handle-applyPrefixes-with-an-empty-string.patch

@ -2,11 +2,11 @@
Name: kf5-%{framework}
Version: 5.32.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPLv2+ and LGPLv2+ and BSD
URL: https://quickgit.kde.org/?p=plasma-framework.git
URL: https://cgit.kde.org/?p=plasma-framework.git
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -18,9 +18,11 @@ URL: https://quickgit.kde.org/?p=plasma-framework.git
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-framework-%{version}.tar.xz
# hackish cache invalidation
# upstream has worked on this issue recently (.31 or .32?) so may consider dropping this -- rex
Source10: fedora-plasma-cache.sh.in
## upstream patches (using lookaside cache)
Patch11: 0011-Handle-applyPrefixes-with-an-empty-string.patch
# filter qml provides
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
@ -164,6 +166,10 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
%changelog
* Wed Mar 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.32.0-2
- pull in upstream fix for desktop containment/view regression (kde#377441)
- update URL
* Sat Mar 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.32.0-1
- 5.32.0

@ -1 +1,2 @@
SHA512 (plasma-framework-5.32.0.tar.xz) = 39f779e0ba0e158740dd6fe719dff363999b4deacf103a9d6ee1eb2f31462133c9b86b381441c9d344b2e56bc297f6adea37504289053b9b562f8fe8fe153126
SHA512 (0011-Handle-applyPrefixes-with-an-empty-string.patch) = b76cb2feaf19fb16d80629d54f7a0315a2ff0507300af4f4b7ac0038fb8261fd07b77befe069a946b54aa9e48bf61779b510d09c26638363a3ac548db934b3c1

Loading…
Cancel
Save