pull in smb-related upstream fixes

epel9
Rex Dieter 7 years ago
parent 5b9ae527be
commit 56261e9459

2
.gitignore vendored

@ -1,2 +1,4 @@
/kio-extras-17.08.1.tar.xz /kio-extras-17.08.1.tar.xz
/kio-extras-17.08.2.tar.xz /kio-extras-17.08.2.tar.xz
/0008-Fix-smb-handling.patch
/0011-Workaround-incorrectly-returned-EEXIST-instead-of-EP.patch

@ -8,7 +8,7 @@
Name: kio-extras Name: kio-extras
Version: 17.08.2 Version: 17.08.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Additional components to increase the functionality of KIO Framework Summary: Additional components to increase the functionality of KIO Framework
License: GPLv2+ License: GPLv2+
@ -22,6 +22,10 @@ URL: https://cgit.kde.org/%{name}.git
%endif %endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
## upstream patches
Patch8: 0008-Fix-smb-handling.patch
Patch11: 0011-Workaround-incorrectly-returned-EEXIST-instead-of-EP.patch
# filter plugin provides # filter plugin provides
%global __provides_exclude_from ^(%{_kf5_qtplugindir}/.*\\.so)$ %global __provides_exclude_from ^(%{_kf5_qtplugindir}/.*\\.so)$
@ -225,6 +229,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Mon Nov 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.2-2
- pull in smb-related upstream fixes
* Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.2-1 * Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.2-1
- 17.08.2 - 17.08.2

@ -1 +1,3 @@
SHA512 (kio-extras-17.08.2.tar.xz) = dcdef6f3079218b283cbfabcad9a7981ba969abcb7cfcc8c4694a1767cceaa5dc81e189dd991ca01d20913a8ce59c31d44a7ac2d1826605d9aac6a99e9a37d9b SHA512 (kio-extras-17.08.2.tar.xz) = dcdef6f3079218b283cbfabcad9a7981ba969abcb7cfcc8c4694a1767cceaa5dc81e189dd991ca01d20913a8ce59c31d44a7ac2d1826605d9aac6a99e9a37d9b
SHA512 (0008-Fix-smb-handling.patch) = 73c0a9691c85740cba406b5ae84d9e6b2403f7834a50aca483de6b1ebb9e09c65f244fba367ca51ff758279c16ac60edb76f000af49a07e3b9056b8eab4ed49a
SHA512 (0011-Workaround-incorrectly-returned-EEXIST-instead-of-EP.patch) = ac2200a2c8efc04f8a5b9033e1177607e63282d6125c1902beb570f12066cb85e5c441a7b70f11e0cbe6fb4dae03f0c5bf52ee5bf9af2b7b4c8e684461f5f9ef

Loading…
Cancel
Save