forked from pool/purpose
5.62 (updated)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=62
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:810a660d0a4d6de41e1b4d00fcb039d3b099ceae65ec96261ca8dd1fba458d08
|
||||
size 149240
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAiwACgkQWNDuZIpI
|
||||
s7svNAf/RlP07TsoWwhg26HPNReFaOMUW8Vlm3OoRc0tyOLyJh/3ahbdGsNafGvo
|
||||
C2PxEKdce9iOdk05hahCpWbQxGLyJ/dNjCYdT98rEcq6DwMoo4OJzvG9MDYNWfkj
|
||||
oXGUv6P3oDP1E3Ngf3X0wvjeL3ypw1AEDBzW0ALLxT6B6UoWQjGEDRGJHoacMtoW
|
||||
DB88cOpaKn8yWfdace1CcABT71coe5CObxkR7+LvKJi1Klg4ntCUjufHyhDc+gs1
|
||||
QI0/e96QMRkIQ06zBTfeHzrv9tCG5ZMI5YkF3EimFDT30uez306XZWxi7hArTBmI
|
||||
gkktcRNNC/9WIbuLaRsqZjBDl7K9RQ==
|
||||
=bnPH
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.62.0.tar.xz
Normal file
3
purpose-5.62.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed0bdc72b1b95fe988fb2ceba5cc1bd36b5bf00d30c098e9de50fdc36d3b3492
|
||||
size 153400
|
11
purpose-5.62.0.tar.xz.sig
Normal file
11
purpose-5.62.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1z0Q0ACgkQWNDuZIpI
|
||||
s7tOTwf9EgD9S57qYn+dcVx0p9JHQAkvMbh2u2Fh/+dagKy4euL9HM0JidPIKt+X
|
||||
4EbiAnwslfY/NyKUDuiRQdkn7aBahF4k67HI4ZyPzkGGCzU/LnBMhv/tcKa0gjtM
|
||||
vyhSqLA5P5ObdXrD6RZ7gK6CtE7hcETCeC0+JPuAzNLJU62iaO42Gok9ThwZ1ELM
|
||||
eySDhQqP/XTnPbbRYOf6xE/GJdmCPAuRf4QAXOZk+0elB0tp80qu9mAiof3sTLJI
|
||||
KVLT5NRS8kzUT+kC2RQH/wn8R9y2zrhTaQ3enNt5w17oYedAWxHQFDMvUCAXjFhr
|
||||
E2SB3MqctKa7/KmmFgNFxfQSmzvA5w==
|
||||
=90Ax
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:37:17 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- Changes since 5.61.0:
|
||||
* Fix no device available text
|
||||
* autotests: fix disabling kio debug output
|
||||
* Fixed Telegram Desktop plugin on Fedora
|
||||
* Fix capitalization of Nextcloud
|
||||
* Add missing #include
|
||||
* Remove unused includes
|
||||
* Use new syntax
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:57 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
32
purpose.spec
32
purpose.spec
@@ -24,7 +24,7 @@
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 5.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -39,24 +39,24 @@ Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kaccounts-integration-devel
|
||||
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kirigami2-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: knotifications-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: libaccounts-glib-devel
|
||||
BuildRequires: libaccounts-qt5-devel
|
||||
BuildRequires: libsignon-qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: cmake(AccountsQt5)
|
||||
BuildRequires: cmake(KAccounts)
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
||||
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
|
||||
Requires: libqt5-qtquickcontrols2
|
||||
@@ -104,8 +104,8 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5PurposeWidgets5 = %{version}
|
||||
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
|
||||
%description devel
|
||||
This package contains development files needed to build applications which rely on the purpose framework.
|
||||
|
Reference in New Issue
Block a user