forked from pool/kimagemapeditor
Accepting request 796941 from KDE:Applications
KDE release 20.04.0 OBS-URL: https://build.opensuse.org/request/show/796941 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimagemapeditor?expand=0&rev=42
This commit is contained in:
commit
b847fcf5d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aee6521974bde5151744d92823f6b405ee4a8bd2dfe3c538324a209e18c6b35
|
||||
size 1071416
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEyBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drWgACgkQ29LOiT4t
|
||||
HIeQuwf4kTPvwvYJhhbSQt0cDe8L1n2TOyV/TxIVduyP/bqTsYsECXKFPy01qhmz
|
||||
DTgH+YFSDm4//TOAb2lODwxuLhD8tqhdM3/fLepDNC3KMsvvRj8M2q+6PtaZ/6Vt
|
||||
x4oibwjRyBYHr7G8jA9e7SEQM1LgB3Qz4qfdZmrMG97yeo1qynuWKHJn1ZnmBJ7A
|
||||
BPkXSZ6Amkaj3sv2lFRlPVEytozyhdjGAX6kQjp4Rcg3TxE2d2ASvdU6jP/EkvUf
|
||||
OdwhkD6XSjXsttF8jsjZuIi/tZ2EWIGuGVFXH9oLQSz6vf+sFjA1fYepw4ROLk3Z
|
||||
u6CyDEYiPF8sPLdJgVJ7UmHCV8jx
|
||||
=tv2b
|
||||
-----END PGP SIGNATURE-----
|
3
kimagemapeditor-20.04.0.tar.xz
Normal file
3
kimagemapeditor-20.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e88ffde039d1f3eecf2f6f37a859a1a376abe261d62c4a53b8e3f358e3527f41
|
||||
size 1071264
|
11
kimagemapeditor-20.04.0.tar.xz.sig
Normal file
11
kimagemapeditor-20.04.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB8sACgkQ29LOiT4t
|
||||
HIcsogf/XuwvoLVP16twP+6krrUee8jcmMywMPWnIID7RCtrloUWGi2S/bjjbl2k
|
||||
yIA9BSSqfOF8Y9qkuDPZdxdBAuWsnC9MewAUbVzLr7TI01TSoUPQUZq/EUpcInQA
|
||||
ZaK8qsLzqiAsv93p4Nc4g1n7+ITHKqQb/to4A+lX9Ss6o3iFWnT23b6FgejY1o9g
|
||||
CxFb890XUTIel9PZIxlLomOYeBGTUypfSGo1Inyi4srzaM6/EF2FNUp7HlP7bMPQ
|
||||
+HD8HiS8E1wk0a8bPUtqmvSnSFhX2O2N4ARmvp4Io0CYGcFDcyhDvnG4ipCj7hry
|
||||
ArYVN5e8PIiMNdxYXmLEKEJjuIRu+A==
|
||||
=NHX8
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 12:22:27 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/2020-04-apps-update
|
||||
- No code change since 20.03.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 20:30:06 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-rc
|
||||
- No code change since 20.03.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 22 09:17:02 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 20.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/20.04-beta
|
||||
- Changes since 19.12.3:
|
||||
* It alreadys added by kaboutdata
|
||||
* Remove endl at the end of qDebug
|
||||
* Port deprecated methods
|
||||
* Make it compile without deprecated kf5 method
|
||||
* Port away from deprecated SmallIcon method
|
||||
* Fix minor EBN issues and modernize some references
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 20:36:09 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -21,17 +21,13 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kimagemapeditor
|
||||
Version: 19.12.3
|
||||
Version: 20.04.0
|
||||
Release: 0
|
||||
Summary: HTML Image Map Editor
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Publishing/HTML/Editors
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: update-desktop-files
|
||||
@ -51,6 +47,10 @@ BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5WebEngineWidgets)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
Recommends: %{name}-lang
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
|
||||
%description
|
||||
A tool to edit image maps of HTML files
|
||||
|
Loading…
Reference in New Issue
Block a user