From 96a45169705693334fe450527cc702a807e62a09170b9c8eb92450259576e617 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sun, 25 Feb 2024 11:53:33 +0000 Subject: [PATCH] Accepting request 1150193 from home:Vogtinator:frameworks6 Frameworks 6.0 for now. Prj already publish disabled. OBS-URL: https://build.opensuse.org/request/show/1150193 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kservice?expand=0&rev=4 --- kf6-kservice.changes | 16 ++++++++++++++++ kf6-kservice.spec | 8 ++++---- kservice-5.249.0.tar.xz | 3 --- kservice-5.249.0.tar.xz.sig | 16 ---------------- kservice-6.0.0.tar.xz | 3 +++ kservice-6.0.0.tar.xz.sig | 16 ++++++++++++++++ 6 files changed, 39 insertions(+), 23 deletions(-) delete mode 100644 kservice-5.249.0.tar.xz delete mode 100644 kservice-5.249.0.tar.xz.sig create mode 100644 kservice-6.0.0.tar.xz create mode 100644 kservice-6.0.0.tar.xz.sig diff --git a/kf6-kservice.changes b/kf6-kservice.changes index 5487d84..ff80655 100644 --- a/kf6-kservice.changes +++ b/kf6-kservice.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 21 19:28:07 UTC 2024 - Fabian Vogt + +- Update to 6.0.0 + * New bugfix release + * Release announcement not available yet +- Changes since 5.249.0: + * update version for new release + * Remove unused member + * update some of the variable names + * kservice: remove InitialPreference (kde#305136) + * Fix respecting InitialPreference for mime types + * ksycocatest: Remove TODOs about using QFile::SetFileTime + * Remove unused includes and avoid depending on transient ones + * update version for new release + ------------------------------------------------------------------- Wed Jan 31 17:50:49 UTC 2024 - Fabian Vogt diff --git a/kf6-kservice.spec b/kf6-kservice.spec index d3f2e74..c803528 100644 --- a/kf6-kservice.spec +++ b/kf6-kservice.spec @@ -16,7 +16,7 @@ # -%define qt6_version 6.5.0 +%define qt6_version 6.6.0 %define rname kservice # Full KF6 version (e.g. 6.0.0) @@ -25,14 +25,14 @@ %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-kservice -Version: 5.249.0 +Version: 6.0.0 Release: 0 Summary: Plugin framework for desktop services License: LGPL-2.1-or-later URL: https://www.kde.org -Source: https://download.kde.org/unstable/frameworks/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/unstable/frameworks/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif BuildRequires: bison diff --git a/kservice-5.249.0.tar.xz b/kservice-5.249.0.tar.xz deleted file mode 100644 index 5b99002..0000000 --- a/kservice-5.249.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e42781819886a372ce5b1587a77ce3374dec298c3d185d18a6a62a7817f198c -size 2449832 diff --git a/kservice-5.249.0.tar.xz.sig b/kservice-5.249.0.tar.xz.sig deleted file mode 100644 index 3cb380e..0000000 --- a/kservice-5.249.0.tar.xz.sig +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6I+QACgkQ11dEg7tX -sY3uQRAAnTVQIYbRqLLhBHr8aqHAOemyDzcbIWtiOGmQkvca5GkTNJMZA3XBN09n -7EuLMYsMUiJRy8n+5j4gdT1D3taNzzUkPYNEc/1SlO6ulE/bFb3aGYzsOJACEkPE -ngCg+5B9wWNxqZCQVpXDq7aHBDa9RKEUhRjNfg2C3tEB2BNYt+tp1z9421G4rez6 -2al57xx2jP/AXxHoxexNnMfmu1cHJhojxGUrtgWx5MSkZTiFWzIl6uwBJX9ys/tQ -AFPCh3NrXul1S09rYzTu40tKa2WeHyz9yuFG298vW9S1f/Qm5oD8uBQN9Mt/bzGA -VMtrVr3nMnsNxx8JVTCGIrdwu7zp3kp2JdXvalbgdD4grt/n09Y39+PgMiwcgRQ3 -/y4feIqfAk3uKNZ8a/eQt2zZMrui3EBVd/JAoa4bk//1x3H9PfNOoXaL2oGHcvWU -8ZzLl6AA9Cq2UZdJUx6c2TjGjN+V+YUaZLIBV5nQJUEIuNHbmVduf3pdc4TbY6+H -A2ubsUMXfK0M0zMEfgkknDtLNXHjFOK4vXXiwwsuBcEuv3FIj2Sd8DDnf5w7PaGc -hZ/z5IsqHm3mYyPRR1bWevVKCxlu2ZJ0143CID+dxw0Ns5OJv+VdTryepiQ/oIX7 -27EsbUopFes4A345J0+Egs0RO+vyxPdPKY+LvStKWuqL/NQ0L0k= -=r6x9 ------END PGP SIGNATURE----- diff --git a/kservice-6.0.0.tar.xz b/kservice-6.0.0.tar.xz new file mode 100644 index 0000000..9070aed --- /dev/null +++ b/kservice-6.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44acf51d280deaa3114ec59518a6af5d645cb1ec2ebadb5de74681c8891bfe +size 2449104 diff --git a/kservice-6.0.0.tar.xz.sig b/kservice-6.0.0.tar.xz.sig new file mode 100644 index 0000000..a616909 --- /dev/null +++ b/kservice-6.0.0.tar.xz.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmXV3g0ACgkQ11dEg7tX +sY3WHhAAr25jnsE4gQnzOJn7bPItiErMDRBruD7KXwdew0uo5ncwcm7Zh4zw4rGH +vxDFk6UKvoRklkE0pn0Fm1S9Mr7xDSYGhkEbc/Us1P8e1RWkq7NNBSPct5tkSU51 +aoDPBFHeH+UP1DGNHGe/AA7AQQKZwvGP5CaSxEBr73X3R1Q+FaVw+FcYiCo3XGXi +IxK9GFuF4ecvjd9r/jiKVSavu8nspzp+g2y+Lhm+LwPUhpP9YLqdSABDnRYmsf7J +YWv+vOIYGB9c/RlFPw0tbyI290ozh1V4ikSxW5qiBvDI/2HC/u/NJbbfgkJkjuvU +lyMPbi/kVTYVahPj+WuB7yHPbLs+g3OrKIzEl8J0dDfa4yNp0xwXlWSj0sRnu2LZ +vs9cgFF09A/2CYLIduRe4uhEZ1KneWFesa59YMxNtHpOyr/u+/PvIR9h/ntqDVE3 +yojcRy3n+6yDLWjCXPZ1e8PKVkWIF3/5VwDcqGvVyEOKgZ3+AagFmmmU2/4HMQ2v +siKE5gVy/JINa00KteF19QPJe+tf1DVE13x1veGtwhGhqD8tvGpVzhrnq9/PWnMb +5QyRA5FyiVYZNn6BfZ7cit9MxjujqpNiQRZhoXDga5RBu9sO7aIBRpAhpeRpkNaJ ++ChTepxaq1sGkAUJQV9KnnYB2JG+v0cfx2Bxke6f/XN6BPqdE4U= +=xXGk +-----END PGP SIGNATURE-----