Accepting request 498796 from KDE:Frameworks5
Plasma 5.10 final OBS-URL: https://build.opensuse.org/request/show/498796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinfocenter5?expand=0&rev=48
This commit is contained in:
commit
0a588443d6
3
kinfocenter-5.10.0.tar.xz
Normal file
3
kinfocenter-5.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73d9ed2009982c95cf06c6f9154d3d7ad581e7102f25f50110da2207ac18518a
|
||||||
|
size 1265704
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f6f37b29e9f29850389fec2708dd7733051095e0ff9b842327d73bc151e7149
|
|
||||||
size 1269960
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 26 14:10:30 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.10.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.10.0.php
|
||||||
|
- Changes since 5.9.95:
|
||||||
|
* None
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 20:26:22 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.9.95
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.9.95.php
|
||||||
|
- Changes since 5.9.5:
|
||||||
|
* Add output scale to Wayland overview
|
||||||
|
* Port away from KDELibs4Support
|
||||||
|
* Port tooltips to KToolTipWidget
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 25 18:58:01 CEST 2017 - lbeltrame@kde.org
|
Tue Apr 25 18:58:01 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -20,17 +20,17 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kinfocenter5
|
Name: kinfocenter5
|
||||||
Version: 5.9.5
|
Version: 5.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# Full Plasma 5 version (e.g. 5.9.4)
|
# Full Plasma 5 version (e.g. 5.8.95)
|
||||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF)
|
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Summary: Utility that provides information about a computer system
|
Summary: Utility that provides information about a computer system
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
Source: kinfocenter-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||||
Patch0: plasma-session-name.patch
|
Patch0: plasma-session-name.patch
|
||||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||||
@ -93,6 +93,7 @@ KDE Utility that provides information about a computer system.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%kf5_find_lang
|
%kf5_find_lang
|
||||||
|
%kf5_find_htmldocs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -115,16 +116,6 @@ KDE Utility that provides information about a computer system.
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
|
||||||
%doc %lang(ca) %{_kf5_htmldir}/ca/
|
|
||||||
%doc %lang(de) %{_kf5_htmldir}/de/
|
|
||||||
%doc %lang(it) %{_kf5_htmldir}/it/
|
|
||||||
%doc %lang(nl) %{_kf5_htmldir}/nl/
|
|
||||||
%doc %lang(sv) %{_kf5_htmldir}/sv/
|
|
||||||
%doc %lang(uk) %{_kf5_htmldir}/uk/
|
|
||||||
%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/
|
|
||||||
%doc %lang(sr) %{_kf5_htmldir}/sr/
|
|
||||||
%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin/
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user