Christophe Giboudeaux 2020-11-21 12:57:39 +00:00 committed by Git OBS Bridge
parent 107f2dc2e6
commit b085a43980
6 changed files with 33 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqi4ACgkQ29LOiT4t
HIfQGAf/ZsQVe2NNA1BSTXPI1W8efDz73Mf7+i2klfnVh0R99lQJW8/IbGUA8ZJl
n7cdyVQf9Bn92u5hdrd5W+KGMmWQxalUerGBSzSLWWy1nm5Y+0+S28+CVBQGDWv/
IZLCFnebeq6eAzZ8Ay5jBa2eaJoNmDOtGS6JqBNgH75uDYtTcNi3DhWzX05xD6/d
UGTNWVSLVQjeh59VPq5erxbY6Nr4Bv7FvWvbuwvOx1J3GXXtAFZTmHaVMExUIUDk
srSkKHYInyQrEjKv+2g8HyvM/cUeA0JGt4G17xB2zkeq3emxZfGmLOkJ5WPXyijb
/6Vs11g0bYa2oPfZcdlydo5rH3U17A==
=wYjE
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38b0d362b1cf65813d07edfa760b1fbec0949191cf01e205360b4ad5a05950ec
size 236284

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uomMACgkQOmpNuDnq
pteJdhAAkedPP/jixL5dAxNJ8F1VDlF6Yic92PGEUx8rhs5gmf8LSIM2FJMe8L8U
+TqG0uRE2Zi7YED5KTRxpToQYHvD4/kVtS3AAQFoeNsaY7Zx1YXowNUSGI52XEmp
Bm3dkEJ51lUeKZtzul/SJTTgraNc7OqR6ZiwwGLMaI6mRqaoSE0IsoJ9vnLjT87n
VOtmyJbSCsxZbMlD9zvCJzPH9VokU6vLiOFPXgBw6Ee2ZBHMbA85Z6X26OlqvI2c
mJKwqAE0KjvjSjZmj/tECl/3H+x/SMA5JStM7ms4qjhG3Cz3M2TSD0/3mxxtoJ56
58h23Njeup1hAeSVPc9s92sUOPPi5j4laECi+ZPN/n6VGJ5V32KUDJxrPvey/HNB
V5h2o+i3BG8SuYplTndBRbWFhOcrC+GMztPLrTScg+nhHrn0mEFjd3IpjYHiViFq
I7AAirt0y7JvBk6LLUyRfgXi1hLytf7XLo2gZRlZ2w4GH3Wb7LkWeoDNeyDzOFVw
CLgW2FKXdWkFCXYTtQMB8FfGh/LVjj6nnHpjF3K1uwZ9v+J1tqN4moN3NCMwoOOg
3eyLYwvKBJiRXGNFz2fE4HwayXUYasCJkaxOeZffQW57CKuwiL+olF1JCHTHqm/f
ZOftC5s+qIOxRzKzYPyNC2D+adcD0M8MpeuXpRCQmgJXug0akdc=
=P8/U
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 14 00:00:33 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Too many changes since 20.08.3, only listing bugfixes:
* Do not use read-only option as udisksctl does (kde#428962)
* Autmatically unmount mounted directory when deleting loop device (kde#422082)
* Git status does not generate index.lock (kde#363576)
* Automatically mount directory after attaching loop device (kde#424413)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 5 22:45:26 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Thu Nov 5 22:45:26 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: dolphin-plugins Name: dolphin-plugins
Version: 20.08.3 Version: 20.11.80
Release: 0 Release: 0
Summary: Version control plugins for Dolphin Summary: Version control plugins for Dolphin
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://www.kde.org/ URL: https://www.kde.org/
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -45,7 +45,7 @@ BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
Recommends: dolphin >= %{_kapp_version} Recommends: dolphin >= %{_kapp_version}
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang Recommends: %{name}-lang