From 645c3b68f7f35dddebe1ffa2ad47fd08e85f5e4cadc68034f836a13be93b2752 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 5 Apr 2017 13:45:46 +0000 Subject: [PATCH] Accepting request 485723 from home:wolfi323:branches:KDE:Extra - Update to 3.0.1.1 OBS-URL: https://build.opensuse.org/request/show/485723 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kexi?expand=0&rev=6 --- kexi-3.0.0.tar.xz | 3 --- kexi-3.0.1.1.tar.xz | 3 +++ kexi.changes | 32 ++++++++++++++++++++++++++++++++ kexi.spec | 4 ++-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 kexi-3.0.0.tar.xz create mode 100644 kexi-3.0.1.1.tar.xz diff --git a/kexi-3.0.0.tar.xz b/kexi-3.0.0.tar.xz deleted file mode 100644 index 031496e..0000000 --- a/kexi-3.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8acfdf9f933139544aa8a8f53b04f5266c1cec6b3844963d04404e8b7f72ffe0 -size 3678724 diff --git a/kexi-3.0.1.1.tar.xz b/kexi-3.0.1.1.tar.xz new file mode 100644 index 0000000..2cba1d1 --- /dev/null +++ b/kexi-3.0.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b3d81bcf7426bed44cf4a2d088a821ba1cc3778c28825653c8a6e47d052ee6 +size 3695336 diff --git a/kexi.changes b/kexi.changes index bd6402b..d9e392f 100644 --- a/kexi.changes +++ b/kexi.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Apr 4 19:25:06 UTC 2017 - wbauer@tmo.at + +- Update to 3.0.1.1: + * General + - Make project navigator's "single click" mode work on Windows + - Use the only supported style (breeze) on Windows and Mac + - Make the Status Bar not using KIO copy on Windows (to + simplify the runtime) + - Fix memory leaks related to project migration + - Limit size of application icon on Mac + * Table Designer + - Fix altering physical table design when lookup fields are in + use (kde#371958) + * Query Designer + - Fix adding table relationships in Query Designer using + drag&drop (regression since 3.0) (kde#376970) + * Form Designer + - Update button form widget icon (32px) + - Add breeze icons for combobox form widget + - Add breeze icons for frame form widget + - Add breeze icons for tab widget and page + - Add breeze icons for groupbox widget + - Add breeze icons for data source tag + - Fix handling mouse release in forms + * Buildsystem + - Make it possible to find PostgreSQL 9.6 + - Improve icons lookup when Kexi is run without installing + - Improve searching for the MySQL migration build dependencies + - Keep apps in the same bin dir so resources that are kept + relative to this dir can be found without installing + ------------------------------------------------------------------- Tue Jan 24 11:28:39 UTC 2017 - jengelh@inai.de diff --git a/kexi.spec b/kexi.spec index 2a050ed..ca3501e 100644 --- a/kexi.spec +++ b/kexi.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kexi -Version: 3.0.0 +Version: 3.0.1.1 Release: 0 License: GPL-2.0+ and LGPL-2.1+ and GFDL-1.2 Summary: Database Application @@ -95,7 +95,7 @@ This package contains a Spreadsheet-to-Kexi-table import plugin. %endif %prep -%setup -q +%setup -q -n kexi-3.0.1 %build # install translations to %{_kf5_localedir} so they don't clash with the kexi translations in calligra-l10n (KDE4 based)