Accepting request 224787 from KDE:Frameworks5
Update to 4.97.0 OBS-URL: https://build.opensuse.org/request/show/224787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcompletion?expand=0&rev=2
This commit is contained in:
commit
4d3c85760f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb83b7ce08235e158a6c49ccf45bee39a20f44f4e2f0c5b7ecc22635b2d8a2b3
|
|
||||||
size 82680
|
|
3
kcompletion-4.97.0.tar.xz
Normal file
3
kcompletion-4.97.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:876cc645ffc3aa86a7eec4cbd82ccba921ad042abd116ff607398a03f994c3a1
|
||||||
|
size 83104
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 16:37:44 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.97.0:
|
||||||
|
* Buildsystem fixes
|
||||||
|
* For more details please see:
|
||||||
|
http://www.kde.org/announcements/announce-frameworks5-alpha2.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 21 10:26:50 UTC 2014 - hrvoje.senjan@gmail.com
|
Fri Feb 21 10:26:50 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libKF5Completion4
|
%define lname libKF5Completion5
|
||||||
Name: kcompletion
|
Name: kcompletion
|
||||||
Version: 4.96.0
|
Version: 4.97.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.10
|
BuildRequires: extra-cmake-modules >= 0.0.11
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -33,8 +33,6 @@ License: LGPL-2.1+
|
|||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: kcompletion-%{version}.tar.xz
|
Source0: kcompletion-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM ki18n.patch -- remove Ki18n from KCompletion dependencies in cmake.in, https://git.reviewboard.kde.org/r/115908/
|
|
||||||
Patch0: ki18n.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,10 +50,10 @@ lower-level completion class which can be used with your own widgets.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Provides widgets with advanced completion support
|
Summary: Provides widgets with advanced completion support
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
|
Requires: %lname = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
Requires: kconfig-devel >= %{_kf5_version}
|
Requires: kconfig-devel >= %{_kf5_version}
|
||||||
Requires: kwidgetsaddons-devel >= %{_kf5_version}
|
Requires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||||
Requires: %lname = %{version}
|
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -65,7 +63,6 @@ files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user