Accepting request 891722 from KDE:Frameworks5
KDE Frameworks 5.82 (forwarded request 891438 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/891722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=89
This commit is contained in:
commit
0cb408f53b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f57e4b843069b6098d955051bb2913558d1623fead3f3b95b7017d7e1e35b83
|
||||
size 357528
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprQgACgkQWNDuZIpI
|
||||
s7uOAQf/dsZsGsBsLUXmHfGerFYgX2adQ7f/Lh6kAhAlpWczNR4dI0/SPlXk2eP1
|
||||
zDcLqPjpMc2kmS7jzIF1HQf5vdkVkCzU5brvgXpADH/RR0Oe5PZDLH5hMOLPXMNb
|
||||
9pzrH2KLJtacCwTuFnYZv9nrnWOfHhZEq4Pul7Tx53ucnbLd7hPzraFkE902vsWF
|
||||
sPmUco1lqYCDUmgIS6QNW5dY6CfXZyxTXvnW1pIGQuDbC3JgZySr1L8Gi03QSPMM
|
||||
9Rv2jk+ts2jF9/UzKxHgUreevGE0FJD27p+MY+1SPMMpIBqfByAwVsKXwr8nz2xy
|
||||
5X/0TEb2u061DzyL9w+fRpAZLIn9NA==
|
||||
=DU1R
|
||||
-----END PGP SIGNATURE-----
|
3
extra-cmake-modules-5.82.0.tar.xz
Normal file
3
extra-cmake-modules-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5972ec6d78c3e95ab9cbecdb0661c158570e868466357c5cec2b63a4251ecce4
|
||||
size 313052
|
11
extra-cmake-modules-5.82.0.tar.xz.sig
Normal file
11
extra-cmake-modules-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaWQACgkQWNDuZIpI
|
||||
s7sZXggAhgL90zP5lZ5x1n6s4/Oe1KUWiC49uLCUwoH9CCQaJL2O3dNyAXutg/AT
|
||||
3j3De4jE8EQquZaEiZrjJHKCeH8VcuOBjtDKefZxcZdTG3OLNQiKhAcRtB3oFfax
|
||||
dfaDxT1yphUDlyIlwkZlV8jMdn9v7Kr0/270h9282pd7i79uUI1EScoDnnBHTYU2
|
||||
yqpjFQ5mb1wfsYa5w+CPBmLtuq0dES3vhZp2/bKlO1DQ/ulDIdHwWPt4qVEw2LBt
|
||||
HPqu30AxkwvYvF0Sf6ErOpt3iMYclbCKHW9uk8mXR3020ri6eS9EBCHhKjw1Fkdi
|
||||
QawJqP+9JLntn0e+Ivzysb6WnlVbjA==
|
||||
=LlMX
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- Changes since 5.81.0:
|
||||
* ECMGenerateExportHeader: add macros for enumerator deprecation warning
|
||||
* clang-format: Add links to clang-format docs and coding style wiki
|
||||
* Add link to clang-format options documentation
|
||||
* clang-format: Disable formatting for JS files
|
||||
* Fix static Windows builds by not setting /NODEFAULTLIB:libcmt /DEFAULTLIB:msvcrt
|
||||
* Fix installation of qm files from po files in the build directory
|
||||
* Document the advanced APK packaging options
|
||||
* Add a way to pass additional arguments to androiddeployqt
|
||||
* Clean ECM's attic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:04 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,20 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%bcond_without doc
|
||||
%else
|
||||
%bcond_with doc
|
||||
%endif
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: extra-cmake-modules
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
@ -73,15 +69,14 @@ For more information see https://community.kde.org/KDE_Core/Platform_11/Buildsys
|
||||
This package provides documentation for extra-cmake-modules
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
|
Loading…
Reference in New Issue
Block a user