Accepting request 526623 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526623 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities-stats?expand=0&rev=17
This commit is contained in:
commit
54c19d514c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c29764a863e69f065c75827980c127357708a88dbf8d7e38af54dd73dc6ffa27
|
||||
size 60600
|
3
kactivities-stats-5.38.0.tar.xz
Normal file
3
kactivities-stats-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a23955ce584ea0a1be8fe17b0b9cad819279b7518d3a9cf175a40e4bc08fa768
|
||||
size 60828
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
* Refactor of the query which combines linked and used resources
|
||||
* Switched debugging output off
|
||||
* Reloading the model when the resource gets unlinked
|
||||
* Fixed the query when merging linked and used resources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 09:23:15 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -17,11 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5ActivitiesStats1
|
||||
%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: kactivities-stats
|
||||
Version: 5.37.0
|
||||
Version: 5.38.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
Summary: KDE Plasma Activities support
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
@ -34,12 +37,12 @@ BuildRequires: libboost_headers-devel
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Activities) >= %{_tar_path}
|
||||
BuildRequires: cmake(KF5Config) >= %{_tar_path}
|
||||
BuildRequires: cmake(KF5Activities) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user