Christophe Marin 2019-04-03 08:53:11 +00:00 committed by Git OBS Bridge
parent 5ca47a2fb3
commit dde6157df1
4 changed files with 24 additions and 6 deletions

View File

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

3
svgpart-19.03.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 27 06:41:12 UTC 2019 - lbeltrame@kde.org
- Update to 19.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
* Use member-function pointer slot signature of KStandardAction::foo()
* Deploy ui.rc file via qrc
* Bump min deps to Qt 5.9 & KF 5.53
* Remove deprecated method
* Remove unneeded explicit ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH
* Add JSON metadata to plugin binary
* Install kparts plugin to kf5/parts subdir
* Bump min cmake dep to 3.0
-------------------------------------------------------------------
Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org

View File

@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: svgpart
Version: 18.12.3
Version: 19.03.80
Release: 0
Summary: SVG viewer component
License: GPL-2.0-or-later
@ -65,8 +65,9 @@ An SVG viewer component for KDE (KPart).
%files
%license COPYING*
%{_kf5_kxmlguidir}/svgpart/
%{_kf5_plugindir}/svgpart.so
%dir %{_kf5_plugindir}/kf5/
%dir %{_kf5_plugindir}/kf5/parts
%{_kf5_plugindir}/kf5/parts/svgpart.so
%{_kf5_servicesdir}/svgpart.desktop
%if %{with lang}