Accepting request 485721 from home:wolfi323:branches:KDE:Extra
- Update to 3.0.1 - Drop unused KF5I18n BuildRequires OBS-URL: https://build.opensuse.org/request/show/485721 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=14
This commit is contained in:
parent
1a720a7878
commit
f72025355e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3d8a310fd4b68bbce83370796ea2efdf93b9ce9f8cafb66e331b0db94ec2a00
|
||||
size 225868
|
3
kreport-3.0.1.tar.xz
Normal file
3
kreport-3.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a6cc7fa104bbdf0168625b365cb79cf4b6e70d6c97ead5f56a2bd921ade1401
|
||||
size 227944
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 17:57:45 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 3.0.1:
|
||||
* General
|
||||
- Add 24x24 icons, useful on classic Windows
|
||||
- Try to locate rcc files in PATH subdirs too, useful for
|
||||
running apps from the build dir, without installing
|
||||
- Fix async rendering of map item (Review #3028)
|
||||
- Add all PROJECT_STABLE* and KREPORT_TESTING_EXPORT constants
|
||||
- Synchronize plugin versions with KReport version: 3.0
|
||||
- Check for plugin versions and duplicates in the plugin
|
||||
manager
|
||||
- Fix uninitialized variables in KReportItemMaps()
|
||||
- Fix uninitialized variables in KReportItemText(), OROCheck(),
|
||||
KReportPluginMetaData::Private()
|
||||
- Add checks for nullptrs in KReportItemWeb, KReportItemMaps,
|
||||
KReportItemChart
|
||||
- Add missing initializations in KReportSectionData
|
||||
- Add missing initializations in KReportItemBarcode
|
||||
- Add BoundedTextItem init, make the type qreal [0..1] for
|
||||
consistency with Qt
|
||||
- Keep apps in the same bin dir so resources that are kept
|
||||
relative to this dir can be found without installing
|
||||
* Buildsystem
|
||||
- macro kreport_add_icons_rcc_file: generate rcc icons in the
|
||||
builddir/bin/data/icons/ dir so it can be used within the
|
||||
builddir
|
||||
- Use ecm_install_po_files_as_qm macro for Qt Translation
|
||||
catalogs
|
||||
- Fix finding KReport config - use
|
||||
ecm_configure_package_config_file macro
|
||||
- Drop unused KF5I18n BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 09:47:46 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kreport
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 0
|
||||
Summary: Framework for creation and generation of reports
|
||||
License: LGPL-2.0
|
||||
@ -33,7 +33,6 @@ BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: marble-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(Qt5WebKitWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
|
Loading…
Reference in New Issue
Block a user