Fabian Vogt 2019-08-15 14:00:15 +00:00 committed by Git OBS Bridge
parent ae80472878
commit bf34b19be8
6 changed files with 31 additions and 6 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxnoACgkQ29LOiT4t
HIeR8Af+NBkanre+DZ21FKErgWmNyYvno7/f+aSuNCyNwO064nOf/8OtmxqEJC7c
8iHnxSZVNwjN+FVzcK499xcb+hI9A0MoNd+w91Whr4TJ5Q6A+aUgaaAiLyyao1Fj
16iKqv+omJQe5WhSwqGvtFblmaeL05R+2o+hQyf6039BfPlbiLWrr+bTiQJN1YSY
hTyrVXq4yvNycEZIlndq+vTR15yhLcnLlZh5pnFGfC2Mk7skZo1FD251ntcXok2o
vWJNT5LerAVeK9bKDMEPl9AAZeaQZrBhLzdnOZFj1xsCCTVYMEg1WM53w8NQU8QY
DGSGfwNsdOjgiZ7VBj6KHG8+et3OsA==
=gfmi
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:07 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- Changes since 19.07.90:
* Find aggregation.dbx at its new location (kde#410355)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 06 16:50:47 UTC 2019 - lbeltrame@kde.org Tue Aug 06 16:50:47 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_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: 19.07.90 Version: 19.08.0
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: http://www.kde.org/ URL: https://www.kde.org/
Source0: %{name}-%{version}.tar.xz Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: dolphin-devel BuildRequires: dolphin-devel
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem