drop old patch, moved to categoried logging now (yay)
epel8
Rex Dieter 4 years ago
parent b62afa1450
commit 7e3c9fa7a0

1
.gitignore vendored

@ -21,3 +21,4 @@
/kiconthemes-5.72.0.tar.xz
/kiconthemes-5.73.0.tar.xz
/kiconthemes-5.74.0.tar.xz
/kiconthemes-5.75.0.tar.xz

@ -1,8 +1,7 @@
%undefine __cmake_in_source_build
%global framework kiconthemes
Name: kf5-%{framework}
Version: 5.74.0
Version: 5.75.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 integration module with icon themes
@ -21,7 +20,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v
## upstream patches
## upstreamable patches
Patch100: kiconthemes-5.60.0-context_logspam.patch
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-karchive-devel >= %{majmin}
@ -56,7 +54,8 @@ developing applications that use %{name}.
%build
%{cmake_kf5}
%cmake_kf5
%cmake_build
@ -86,6 +85,9 @@ developing applications that use %{name}.
%changelog
* Wed Oct 14 09:56:05 CDT 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.75.0-1
- 5.75.0
* Fri Sep 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.74.0-1
- 5.74.0

@ -1,12 +0,0 @@
diff -up kiconthemes-5.60.0/src/kicontheme.cpp.logspam kiconthemes-5.60.0/src/kicontheme.cpp
--- kiconthemes-5.60.0/src/kicontheme.cpp.logspam 2019-07-07 13:34:23.000000000 -0500
+++ kiconthemes-5.60.0/src/kicontheme.cpp 2019-07-18 08:25:14.857727321 -0500
@@ -764,7 +764,7 @@ KIconThemeDir::KIconThemeDir(const QStri
} else if (tmp.isEmpty()) {
// do nothing. key not required
} else {
- qWarning() << "Invalid Context=" << tmp << "line for icon theme: " << constructFileName(QString());
+ qDebug() << "Invalid Context=" << tmp << "line for icon theme: " << constructFileName(QString());
return;
}
tmp = config.readEntry(QStringLiteral("Type"), QStringLiteral("Threshold"));

@ -1 +1 @@
SHA512 (kiconthemes-5.74.0.tar.xz) = 1d34c98b2ec7c59f6960aacc222a9478212c5224eee883c4c6082dbfcba312d4fbedf164b11b5fc07d6f19a1bac65a593ed91ca65c38f998274f02c5b4ed2cfb
SHA512 (kiconthemes-5.75.0.tar.xz) = 85518b0d7e3548a7912b9268952a49d3099530c0c9003249c7f291d1bab65eaeb6faab705fd4b6d351f9da31c401032136118eb83c33bda7293e1a720ee1ab00

Loading…
Cancel
Save