SHA256
1
0
forked from pool/kcoreaddons
Christophe Giboudeaux 2020-02-08 00:14:10 +00:00 committed by Git OBS Bridge
parent a2e6653ad0
commit 86591e42df
6 changed files with 44 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxN4ACgkQWNDuZIpI
s7tfvwf/aSASKYpTMBa7FPZZwJYvD5nGryq4rauVGI+8RBWz7jTkLn2BJpShNelO
dAQibFrFNkvCQgycoiNqvo1Z5rOUOHZ+kPj8WgvSGH2vNV3z9SfWz+xwOyxFN/9T
1HF4SRF34ujb2wdY9PPeZgNB5icNFiXPNWgns5j+CRa9KLPIf9PASWi/nbWiS4nS
GAa0AP9Y5Zhlh4nzGiuB2Q3yNIX8AbBuWF69hLK4aReuNGp1Wa9gevvv0/LA6Jzn
cmMwWU4cieprymscWfyJoZsnCSDf7APGhfoXJCEcmpN4vT5eFZCARMvE4ReObiGQ
TQeBNo5qH4egR52/jy2BBMfteP3Xxw==
=ily1
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420S8ACgkQWNDuZIpI
s7vcwAf+OkjrzCY4lRaeRrZ71pOt/w+K7JlyQFQh8gAFmsbrM2MYyVoAt6CU7unH
/6VbryUrUxmyUgoW3aMKgBRmNBqmZiuv2TEegrLncY7+a/aDPPb5DbTyYJjd3f9x
YC9JSoS0HNm/59dYo1GByXKeC6ukNUHWnwtb24ocQ+Q+8ZGQCKqhXPTJiSURiORA
Lso2Qg4L+pfy0lkahUV0usZGRNEg+v7nElosaFFTIvUcCR/Cx4+nsrko0npKwml+
eXQSdiq3QHsqvrQAukKC6InjdFbZufEyF0zHMbznUeLIHlUwT/sA+k9HVi/ILEdA
SWofKMDESqHdraRk5OfsI26qbBRL4g==
=u9OR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:49 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:35 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* demote plugin load errors from warning to debug level + reword
* Document how to filter by servicetype the right way
* Add perlSplit() overload taking a QRegularExpression
and deprecate the QRegExp one
* Add mime type for backtraces saved from DrKonqi
* Add utility text function KShell::tildeCollapse
* Port to QMultiHash as QHash::insertMulti is deprecated
* KPluginMetaData: add initialPreference() getter
* desktoptojson: also convert InitialPreference key
* KCoreAddons: fix compilation with qtbase git dev branch
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 5 09:02:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun Jan 5 09:02:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5 %define lname libKF5CoreAddons5
%define _tar_path 5.66 %define _tar_path 5.67
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kcoreaddons Name: kcoreaddons
Version: 5.66.0 Version: 5.67.0
Release: 0 Release: 0
Summary: Utilities for core application functionality and accessing the OS Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -41,10 +41,10 @@ BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: shared-mime-info BuildRequires: shared-mime-info
BuildRequires: cmake(Qt5Core) >= 5.11.0 BuildRequires: cmake(Qt5Core) >= 5.12.0
Requires: shared-mime-info Requires: shared-mime-info
%if %{with lang} %if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0 BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
%endif %endif
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
@ -72,7 +72,7 @@ Group: Development/Libraries/KDE
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.11.0 Requires: cmake(Qt5Core) >= 5.12.0
%description devel %description devel
KCoreAddons provides classes built on top of QtCore to perform various tasks KCoreAddons provides classes built on top of QtCore to perform various tasks
@ -87,7 +87,7 @@ replacement, accessing user information and many more. Development files.
%build %build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert -DKDE4_DEFAULT_HOME=".kde4" %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert -DKDE4_DEFAULT_HOME=".kde4"
%make_jobs %cmake_build
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build