Accepting request 526630 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=46
This commit is contained in:
commit
ff940622f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fd2b0a51fe87e3b2042b65069c7cfcd5d2eede3bde94f21285ecad02a9e1262
|
|
||||||
size 118424
|
|
3
kcompletion-5.38.0.tar.xz
Normal file
3
kcompletion-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c943799729e7ed8d101eb2e11a09a2616d6c13c33d3575b2e61667e0c2f2539
|
||||||
|
size 118432
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 12 07:11:16 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.38.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
|
||||||
|
- Changes since 5.37.0:
|
||||||
|
* None
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 12 09:23:19 UTC 2017 - christophe@krop.fr
|
Sat Aug 12 09:23:19 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -18,17 +18,21 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5Completion5
|
%define lname libKF5Completion5
|
||||||
%define _tar_path 5.37
|
%define _tar_path 5.38
|
||||||
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 5.37.0
|
Version: 5.38.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{_tar_path}
|
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user