Accepting request 1164048 from home:krop:branches:KDE:Frameworks

Update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/1164048
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kirigami-addons6?expand=0&rev=5
This commit is contained in:
Christophe Marin 2024-04-03 11:24:50 +00:00 committed by Git OBS Bridge
parent 1db6a8ed67
commit 895e68b523
6 changed files with 29 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d013847efb0048c6a2799ee0ed281b14eee15314ac20d7fba853197e45f29b7
size 981996

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmXe8yIACgkQAjJUSCBO
RSqVbAf8C5mfmCbmNtuqN/nRzc8+5LE7B5L7ntzdpzOk1Oz7lL9cZgAvnCDgX3eu
CJsAbpBS1busczLN5VcbG2FMrAUuW7vmk5MnmoAmAg8CZXzJ0Mp2HHDKNFp+G/eB
dumWLb4dZm0EHsApnREWmpRJ94AuzOcKlbuiJxAf3pB3N9Y3+Jsm3pfvv0xvwUAg
gwQaGa1IJDrrREY7HeyvnQ+UZmVWp1OOITrZUejGxhILrSkidyDhRdenBw1wUIDN
DFkTrPBkj4hBhUiN6KEc8WCJFBThhXWaPOMD2OcGxLg4iiVkp4Et8+PS+IapzklD
ly0Hou+wxN6PScyEfu20QRxDIvzstg==
=Ba+y
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ef352499139616b3142a6d7a92ab23749c568403ece8d854f064a941d085536
size 1029104

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEOf+pPK6cavwhKtACAjJUSCBORSoFAmYKyxoACgkQAjJUSCBO
RSqOXQgA0AJFmyGJOljicDm+NWLy8gNqlUMBxCnBE/yXzlx8t3l/5UM9itTAztrl
FngmrRA91UA2h/FncYq3jqZD2FO+VW1nrxwESjAvoRI/op4N33bVqgXV84/wNKCR
A5748EUyZYc9pN1CinnPfjiEt8Sgsy2U49NU04GOxWZ0o724vyHQegLo/1Zkdpae
9ydYuISCsSn8mOcaUYzU/K9IBPpCI5uVnR451njv0Fcb34TpqrjMiX/9HjtlCTzs
bQ8byfFnR1wy/Cx3iZPh61fBXoxayTXak1YgDsLDPMZhkx0uGy+esoU+qRGJaiqs
GQv19Kd56cyHZ3HEuuLlak8kx9muWw==
=+0PX
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 2 08:17:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 1.1.0
* New FormCard delegate: FormColorDelegate
* New delegate container: FormCardDialog
* Fixed a newline bug in the AboutKDE component
* The default size of MessageDialog was decreased
* Fixed the autoplay of the video delegate for the maximized
album component
-------------------------------------------------------------------
Tue Mar 5 12:13:44 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -23,7 +23,7 @@
%define rname kirigami-addons
Name: kirigami-addons6
Version: 1.0.1
Version: 1.1.0
Release: 0
Summary: Add-ons for the Kirigami framework
License: LGPL-3.0-only
@ -33,6 +33,7 @@ Source: https://download.kde.org/stable/%{rname}/%{rname}-%{version}.tar
Source1: https://download.kde.org/stable/%{rname}/%{rname}-%{version}.tar.xz.sig
Source2: kirigami-addons.keyring
%endif
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KirigamiPlatform) >= %{kf6_version}
@ -85,6 +86,8 @@ Provides translations for %{name}.
%install
%kf6_install
%fdupes %{buildroot}
%find_lang %{name} --all-name
%files