Accepting request 696369 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/svgpart?expand=0&rev=85
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:675ab3b652b0d2619abb305ce7c00beb8a80067416e4ea7e216cfa201a7ff8ef
|
|
||||||
size 20828
|
|
3
svgpart-19.04.0.tar.xz
Normal file
3
svgpart-19.04.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6dbec1dcb6853c06f7cb10677a2c99678b398b4a658eb4206a146f24b0fa158a
|
||||||
|
size 20888
|
@@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 06:51:59 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.04.0.php
|
||||||
|
- Changes since 19.03.90:
|
||||||
|
* No code changes since 19.03.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 09 20:54:46 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-rc.php
|
||||||
|
- Changes since 19.03.80:
|
||||||
|
* No code changes since 19.03.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
%{!?_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: svgpart
|
Name: svgpart
|
||||||
Version: 18.12.3
|
Version: 19.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SVG viewer component
|
Summary: SVG viewer component
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -65,8 +65,9 @@ An SVG viewer component for KDE (KPart).
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%{_kf5_kxmlguidir}/svgpart/
|
%dir %{_kf5_plugindir}/kf5/
|
||||||
%{_kf5_plugindir}/svgpart.so
|
%dir %{_kf5_plugindir}/kf5/parts
|
||||||
|
%{_kf5_plugindir}/kf5/parts/svgpart.so
|
||||||
%{_kf5_servicesdir}/svgpart.desktop
|
%{_kf5_servicesdir}/svgpart.desktop
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
Reference in New Issue
Block a user