From 4420df4330ccd6fb63b13d751e9fa1e94511c208b8f69c83c4791d67b799e8bf Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 25 Aug 2023 15:57:44 +0000 Subject: [PATCH 1/2] Accepting request 1105859 from home:pgajdos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - version update to 4.8.0 * Concise (e.g. "1.2345(67)") and relative (e.g. "5+/-2%") notation for output and input (disabled by default for concise notation) of interval * Optimize rest of unit expression when converting to partial (insufficient) expression (e.g. 18MA×100ns to J = 1.8 J/V) * Round high precision intervals enclosing integers for integer arguments * Add support for specifying position of sign bit in floating point functions * New derived units: Debye, C·m, Daraf, F^-1, V/C, N/C, kcal, kcal/g, kJ * Use international foot as base unit for rod * Fix fibonacci() for non-integers and recursive use * Fix conversion options presented for speed units (and possibly other) * Update dialogs for editing of variables, functions, units, etc. to match the corresponding dialogs in the Qt UI (GTK) * Show user-defined objects in a separate category in menus and dialogs (GTK) * Add option to disable tooltips in keypad or everywhere (GTK, Qt) * Add option to disable units and to interpret unrecognized symbols as variables (unknowns) to preferences (Qt) * Make closing of application with Escape key optional and disabled by default (GTK, Qt) * Hide name column in conversion list when applied to current result (Qt) * Add temporary option to unknown variable edit dialog (GTK, Qt) * Add Microship (PIC16/17) 24 and 32 bit floating point formats (GTK, Qt) * Fix initial height of list and description in units window (GTK) * Minor bug fixes and feature enhancements OBS-URL: https://build.opensuse.org/request/show/1105859 OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=20 --- libqalculate-4.7.0.tar.gz | 3 --- libqalculate-4.8.0.tar.gz | 3 +++ qalculate.changes | 27 +++++++++++++++++++++++++++ qalculate.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 libqalculate-4.7.0.tar.gz create mode 100644 libqalculate-4.8.0.tar.gz diff --git a/libqalculate-4.7.0.tar.gz b/libqalculate-4.7.0.tar.gz deleted file mode 100644 index 06eeef2..0000000 --- a/libqalculate-4.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16135bcd07a905ffc27a3f1abe5e6feb6cda6c40e5f6bb35127fefdb50ccfd02 -size 2618347 diff --git a/libqalculate-4.8.0.tar.gz b/libqalculate-4.8.0.tar.gz new file mode 100644 index 0000000..1954f03 --- /dev/null +++ b/libqalculate-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2761626a061b772da3cec9135c21e9b7ce5aa87a6bb47c9ddd7d82fc8f0f46c +size 2625669 diff --git a/qalculate.changes b/qalculate.changes index bb618d4..dd0165c 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Aug 24 13:45:36 UTC 2023 - pgajdos@suse.com + +- version update to 4.8.0 + * Concise (e.g. "1.2345(67)") and relative (e.g. "5+/-2%") notation for output + and input (disabled by default for concise notation) of interval + * Optimize rest of unit expression when converting to partial (insufficient) + expression (e.g. 18MA×100ns to J = 1.8 J/V) + * Round high precision intervals enclosing integers for integer arguments + * Add support for specifying position of sign bit in floating point functions + * New derived units: Debye, C·m, Daraf, F^-1, V/C, N/C, kcal, kcal/g, kJ + * Use international foot as base unit for rod + * Fix fibonacci() for non-integers and recursive use + * Fix conversion options presented for speed units (and possibly other) + * Update dialogs for editing of variables, functions, units, etc. to match + the corresponding dialogs in the Qt UI (GTK) + * Show user-defined objects in a separate category in menus and dialogs (GTK) + * Add option to disable tooltips in keypad or everywhere (GTK, Qt) + * Add option to disable units and to interpret unrecognized symbols as + variables (unknowns) to preferences (Qt) + * Make closing of application with Escape key optional and disabled by default (GTK, Qt) + * Hide name column in conversion list when applied to current result (Qt) + * Add temporary option to unknown variable edit dialog (GTK, Qt) + * Add Microship (PIC16/17) 24 and 32 bit floating point formats (GTK, Qt) + * Fix initial height of list and description in units window (GTK) + * Minor bug fixes and feature enhancements + ------------------------------------------------------------------- Fri Jul 21 08:02:53 UTC 2023 - pgajdos@suse.com diff --git a/qalculate.spec b/qalculate.spec index c5566fb..f0162bd 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -19,7 +19,7 @@ %define major 22 %define libname libqalculate Name: qalculate -Version: 4.7.0 +Version: 4.8.0 Release: 0 Summary: Multi-purpose desktop calculator application License: GPL-2.0-or-later From 05dc6dc0440c26bbdacd473d9f8bb20976e2639955f6386589d226be2121a515 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 25 Aug 2023 16:01:25 +0000 Subject: [PATCH 2/2] Line breaks in .changes. OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=21 --- qalculate.changes | 49 +++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/qalculate.changes b/qalculate.changes index dd0165c..7910cd2 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,28 +1,39 @@ ------------------------------------------------------------------- Thu Aug 24 13:45:36 UTC 2023 - pgajdos@suse.com -- version update to 4.8.0 - * Concise (e.g. "1.2345(67)") and relative (e.g. "5+/-2%") notation for output - and input (disabled by default for concise notation) of interval - * Optimize rest of unit expression when converting to partial (insufficient) - expression (e.g. 18MA×100ns to J = 1.8 J/V) - * Round high precision intervals enclosing integers for integer arguments - * Add support for specifying position of sign bit in floating point functions - * New derived units: Debye, C·m, Daraf, F^-1, V/C, N/C, kcal, kcal/g, kJ +- Version update to 4.8.0 + * Concise (e.g. "1.2345(67)") and relative (e.g. "5+/-2%") + notation for output and input (disabled by default for concise + notation) of interval + * Optimize rest of unit expression when converting to partial + (insufficient) expression (e.g. 18MA×100ns to J = 1.8 J/V) + * Round high precision intervals enclosing integers for integer + arguments + * Add support for specifying position of sign bit in floating + point functions + * New derived units: Debye, C·m, Daraf, F^-1, V/C, N/C, kcal, + kcal/g, kJ * Use international foot as base unit for rod * Fix fibonacci() for non-integers and recursive use - * Fix conversion options presented for speed units (and possibly other) - * Update dialogs for editing of variables, functions, units, etc. to match - the corresponding dialogs in the Qt UI (GTK) - * Show user-defined objects in a separate category in menus and dialogs (GTK) - * Add option to disable tooltips in keypad or everywhere (GTK, Qt) - * Add option to disable units and to interpret unrecognized symbols as - variables (unknowns) to preferences (Qt) - * Make closing of application with Escape key optional and disabled by default (GTK, Qt) - * Hide name column in conversion list when applied to current result (Qt) + * Fix conversion options presented for speed units (and possibly + other) + * Update dialogs for editing of variables, functions, units, + etc. to match the corresponding dialogs in the Qt UI (GTK) + * Show user-defined objects in a separate category in menus and + dialogs (GTK) + * Add option to disable tooltips in keypad or everywhere (GTK, + Qt) + * Add option to disable units and to interpret unrecognized + symbols as variables (unknowns) to preferences (Qt) + * Make closing of application with Escape key optional and + disabled by default (GTK, Qt) + * Hide name column in conversion list when applied to current + result (Qt) * Add temporary option to unknown variable edit dialog (GTK, Qt) - * Add Microship (PIC16/17) 24 and 32 bit floating point formats (GTK, Qt) - * Fix initial height of list and description in units window (GTK) + * Add Microship (PIC16/17) 24 and 32 bit floating point formats + (GTK, Qt) + * Fix initial height of list and description in units window + (GTK) * Minor bug fixes and feature enhancements -------------------------------------------------------------------