diff --git a/kreport-3.0.0.tar.xz b/kreport-3.0.0.tar.xz deleted file mode 100644 index 88224c1..0000000 --- a/kreport-3.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d8a310fd4b68bbce83370796ea2efdf93b9ce9f8cafb66e331b0db94ec2a00 -size 225868 diff --git a/kreport-3.0.1.tar.xz b/kreport-3.0.1.tar.xz new file mode 100644 index 0000000..d573ff9 --- /dev/null +++ b/kreport-3.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6cc7fa104bbdf0168625b365cb79cf4b6e70d6c97ead5f56a2bd921ade1401 +size 227944 diff --git a/kreport.changes b/kreport.changes index 1672d2d..c4c1aa3 100644 --- a/kreport.changes +++ b/kreport.changes @@ -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 diff --git a/kreport.spec b/kreport.spec index 7c25c88..fcd7868 100644 --- a/kreport.spec +++ b/kreport.spec @@ -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)