forked from pool/konqueror
Accepting request 665186 from KDE:Applications
KDE Applications 18.12.1 OBS-URL: https://build.opensuse.org/request/show/665186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/konqueror?expand=0&rev=30
This commit is contained in:
commit
fae7bef716
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b4f3ff326708c91c57a312b7857bbef87d37b28cc57bc7e0118608226ef47b
|
||||
size 7756100
|
3
konqueror-18.12.1.tar.xz
Normal file
3
konqueror-18.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de5d788f4e2825d9079e28352507871bb6dac49d8a5df9823165c710bbe84422
|
||||
size 7755864
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 05:42:24 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.12.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12.1.php
|
||||
- Changes since 18.12.0:
|
||||
* Fix all plugin ui.rc/metadata to be also installed for webenginepart
|
||||
* Fix error page to have UTF-8 encoding set as needed
|
||||
* Fix ui.rc files to use non-deprecated <gui> and to match DOCTYPE
|
||||
* Fix WebEngineTextExtension::completeText a bit
|
||||
* Remove unused find_package for Qt5Xml
|
||||
* Fix KF5_MIN_VERSION to match API used by code for some releases
|
||||
* Properly support BUILD_TESTING
|
||||
* Do not duplicated work of KAboutData::setupCommandLine()
|
||||
* Use same konqueror.org homepage everywhere
|
||||
* Remove duplicated cmake_minimum_required from libkonq, was resetting things
|
||||
* Remove usage of dead QT_USE_FAST_CONCATENATION
|
||||
* Remove unneeded moc includes
|
||||
* Use more https in links
|
||||
* Fix typo in include directory
|
||||
* Fix broken-by-kf5-port installation of some icons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 06:09:14 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package konqueror
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: konqueror
|
||||
Version: 18.12.0
|
||||
Version: 18.12.1
|
||||
Release: 0
|
||||
Summary: KDE File Manager and Browser
|
||||
# Note for legal: konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt commercial OR GPL-3.0
|
||||
@ -161,6 +161,7 @@ Development package for the konqueror libraries.
|
||||
%dir %{_kf5_sharedir}/khtml/kpartplugins
|
||||
%dir %{_kf5_sharedir}/kwebkitpart
|
||||
%dir %{_kf5_sharedir}/kwebkitpart/kpartplugins
|
||||
%dir %{_kf5_sharedir}/webenginepart/kpartplugins
|
||||
%dir %{_kf5_sharedir}/kxmlgui5
|
||||
%doc %lang(en) %{_kf5_htmldir}/en
|
||||
%{_datadir}/kcmcss/
|
||||
@ -253,6 +254,16 @@ Development package for the konqueror libraries.
|
||||
%{_kf5_sharedir}/kwebkitpart/kpartplugins/plugin_translator.*
|
||||
%{_kf5_sharedir}/kwebkitpart/kpartplugins/autorefresh.*
|
||||
%{_kf5_sharedir}/kwebkitpart/kpartplugins/khtmlsettingsplugin.*
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/akregator_konqfeedicon.desktop
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/akregator_konqfeedicon.rc
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/autorefresh.desktop
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/autorefresh.rc
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/khtmlsettingsplugin.desktop
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/khtmlsettingsplugin.rc
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_babelfish.rc
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_translator.desktop
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_validators.desktop
|
||||
%{_kf5_sharedir}/webenginepart/kpartplugins/plugin_validators.rc
|
||||
%{_kf5_servicesdir}/webarchivethumbnail.desktop
|
||||
%{_kf5_servicesdir}/akregator_konqplugin.desktop
|
||||
%{_kf5_configkcfgdir}/validators.kcfg
|
||||
|
Loading…
Reference in New Issue
Block a user