Accepting request 1164366 from KDE:Frameworks

Update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/1164366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami-addons6?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-04-04 20:24:29 +00:00 committed by Git OBS Bridge
commit b68b73cd88
6 changed files with 34 additions and 20 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

@ -1,7 +1,7 @@
#
# spec file for package kirigami-addons
# spec file for package kirigami-addons6
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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}
@ -62,15 +63,15 @@ look native with any QQC2 style (qqc2-desktop-theme, Material
or Plasma). This package provides development files to build
applications with kirigami-addons.
%package lang
%package lang
Summary: Translations for package %{name}
Requires: %{name} = %{version}
Provides: %{name}-lang-all = %{version}
# Same file names, needs to be fixed upstream
Conflicts: kirigami-addons-lang
BuildArch: noarch
BuildArch: noarch
%description lang
%description lang
Provides translations for %{name}.
%prep
@ -85,6 +86,8 @@ Provides translations for %{name}.
%install
%kf6_install
%fdupes %{buildroot}%{_kf6_qmldir}
%find_lang %{name} --all-name
%files