forked from pool/purpose
Accepting request 919234 from KDE:Frameworks5
baselibs.conf removed (almost) everywhere (forwarded request 919083 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/919234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=52
This commit is contained in:
commit
8f5adad3e6
@ -1,6 +0,0 @@
|
||||
purpose
|
||||
libKF5Purpose5
|
||||
libKF5PurposeWidgets5
|
||||
purpose-devel
|
||||
requires "libKF5Purpose5-<targettype> = <version>"
|
||||
requires "libKF5PurposeWidgets5-<targettype> = <version>"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5817a400aa531a3e5f5fbdadc4b350cbdc6286f2983a341db0d3b1cd03b248f
|
||||
size 161412
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBmQACgkQWNDuZIpI
|
||||
s7vZvQgAu3RfM0LYfwdjRc68fN1BA4Pb3XyKU4pLStA+PQ49gWYdAIAWctvAUt7l
|
||||
tfar1xR0lbIylC5Y+ibiE47+6CtSZZpIDhaavBT1FPGKWBO35VKKDCAfFzwqDXjq
|
||||
IgWRcFIK4MBomt0K9rjVGawqzs47brcdgqF9byEs+Od+lGhgwymLfIOT6AyAqvR4
|
||||
n5AzXiYNz/QNAqkLF6lsJDL/P5zWv/z9gMvm4IQ0ebHKKnf4LlpW2hjjRVcUQJ2e
|
||||
IHPdPEP3sbhMWVsk2W26G01p/81CxpMJGtNSJ3KUFNdKiadT9G2PIGctEztGEpOb
|
||||
FhVat6eOjTZHIeVEY0S4ND9S/HKNHw==
|
||||
=KsjF
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.86.0.tar.xz
Normal file
3
purpose-5.86.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6722e6fbef07d57742951a15dd2b7e8235a72aebc48b1e26df2721633d8cbba3
|
||||
size 161844
|
11
purpose-5.86.0.tar.xz.sig
Normal file
11
purpose-5.86.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2eEACgkQWNDuZIpI
|
||||
s7secwf+N1s5eG0AM3LcQ80Vz7N48ZzHfiDaCmAENgW97LbLQ1B7tx0Nz6Iycgfy
|
||||
Y1Tv8cYXEw4/PrYPlC5zru6AmbI2dUR968X1lWUzwF310QdUqPSPpB6I44a2bW78
|
||||
IvN2lhh45pTDGR+X3VYvsn7NYLgmiLdbsfhcEVZADQR7ADxEHgmfe/DYExVLDBti
|
||||
Rx1v2tY5uLOnkojXSVHdbKjYS2a0kQLBSD5tR0nwhBBAy6XT/w4PoWYITYKl7so0
|
||||
GPqdcYY29MyxzAZpSrZOV7yds2GNwxg6r8VEkJxqpGH8lmyz8XyD7h1rYSPlVT43
|
||||
/TUSnZm/qUgeGro4/bebp6RXCp0ZIQ==
|
||||
=BnK/
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 08:24:27 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Drop the unneeded baselibs.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 06:22:25 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.86.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.86.0
|
||||
- Changes since 5.85.0:
|
||||
* We depend against c++-17 so we can use qOverload directly
|
||||
* [imgur plugin] Add Delete Url support
|
||||
* replace "MacOSX" with "macOS"
|
||||
* Port Telegram plugin to KIO::ApplicationLauncherJob
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:13:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -20,14 +20,14 @@
|
||||
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.85
|
||||
%define _tar_path 5.86
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 5.85.0
|
||||
Version: 5.86.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -38,7 +38,6 @@ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kf5-filesystem
|
||||
|
Loading…
x
Reference in New Issue
Block a user