SHA256
1
0
forked from pool/kcoreaddons
Hrvoje Senjan 2016-05-07 18:30:35 +00:00 committed by Git OBS Bridge
parent 29d8950898
commit 4232d9915c
4 changed files with 12 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51d78ee201969fa354c769d05689a9fcb8347ad6a66a1eb37bbd460dcc374298
size 313344

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25502e0269c9dd28612a7ac0151c5ea11fb3ace78d9d9d47bca3ad640167fc7f
size 315460

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 7 18:30:32 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.22.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 27 16:36:32 UTC 2016 - hrvoje.senjan@gmail.com Wed Apr 27 16:36:32 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%bcond_without lang %bcond_without lang
%define lname libKF5CoreAddons5 %define lname libKF5CoreAddons5
%define _tar_path 5.21 %define _tar_path 5.22
Name: kcoreaddons Name: kcoreaddons
Version: 5.21.0 Version: 5.22.0
Release: 0 Release: 0
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: extra-cmake-modules >= %{_tar_path}
@ -41,8 +41,6 @@ Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
# PATCH-FIX-UPSTREAM 0001-Missing-rand-qrand.patch
Patch0: 0001-Missing-rand-qrand.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -80,7 +78,6 @@ replacement, accessing user information and many more. Development files.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
%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"