Accepting request 630615 from KDE:Frameworks5

Update to 5.49.0

OBS-URL: https://build.opensuse.org/request/show/630615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinit?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2018-08-24 14:53:57 +00:00 committed by Git OBS Bridge
commit a8cbeb51dd
4 changed files with 30 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ad529be186e3c1b74109f937a77d13f1f87acfda69d736a94f8f7bb821c4e23
size 120380

3
kinit-5.49.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b5e07c2dd651a96f79ea58e0a76a172aac4b818892641adf97bdf6525909e7
size 120388

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 19 09:19:10 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* None
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org

View File

@ -16,15 +16,25 @@
# #
%bcond_without lang %define _tar_path 5.49
%define _tar_path 5.48
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kinit Name: kinit
Version: 5.48.0 Version: 5.49.0
Release: 0 Release: 0
Summary: Helper library to speed up start of applications on KDE workspaces
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE fpie.patch -- add -(f)pie link flags to start_kdeinit target
Patch0: fpie.patch
# PATCH-FIX-OPENSUSE
Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
@ -37,6 +47,7 @@ BuildRequires: kservice-devel >= %{_kf5_bugfix_version}
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version} BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: libcap-progs BuildRequires: libcap-progs
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5DBus) >= 5.6.0 BuildRequires: cmake(Qt5DBus) >= 5.6.0
BuildRequires: cmake(Qt5Gui) >= 5.6.0 BuildRequires: cmake(Qt5Gui) >= 5.6.0
@ -46,17 +57,6 @@ BuildRequires: pkgconfig(xcb)
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang = %{version} Recommends: %{name}-lang = %{version}
%endif %endif
Summary: Helper library to speed up start of applications on KDE workspaces
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE fpie.patch -- add -(f)pie link flags to start_kdeinit target
Patch0: fpie.patch
# PATCH-FIX-OPENSUSE
Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Kdeinit is a process launcher somewhat similar to the famous init used for Kdeinit is a process launcher somewhat similar to the famous init used for
@ -72,6 +72,7 @@ Kdeinit is a process launcher somewhat similar to the famous init used for
booting UNIX. Development files. booting UNIX. Development files.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%autopatch -p1 %autopatch -p1
@ -89,7 +90,6 @@ booting UNIX. Development files.
%endif %endif
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%if %{with lang} %if %{with lang}
@ -97,8 +97,8 @@ booting UNIX. Development files.
%endif %endif
%files %files
%defattr(-,root,root) %license COPYING*
%doc COPYING* README* %doc README*
%{_kf5_bindir}/kdeinit5 %{_kf5_bindir}/kdeinit5
%{_kf5_bindir}/kdeinit5_shutdown %{_kf5_bindir}/kdeinit5_shutdown
%{_kf5_bindir}/kdeinit5_wrapper %{_kf5_bindir}/kdeinit5_wrapper
@ -111,7 +111,6 @@ booting UNIX. Development files.
%doc %lang(en) %{_kf5_mandir}/*/kdeinit5.* %doc %lang(en) %{_kf5_mandir}/*/kdeinit5.*
%files devel %files devel
%defattr(-,root,root)
%{_kf5_libdir}/cmake/KF5Init/ %{_kf5_libdir}/cmake/KF5Init/
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KLauncher.xml %{_kf5_dbusinterfacesdir}/kf5_org.kde.KLauncher.xml