Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ed35726bc1 | |||
| fba6f0e067 | |||
| 0e90df3c83 | |||
|
|
c889d515cf |
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 26 07:28:45 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.8.5
|
||||
* fixed ‘zip_error_to_str’ deprecated message
|
||||
* changed do_autobackup definition
|
||||
* FIX in paste of cells transposed. Destination position was calculated wrong.
|
||||
* fix spurious circular deps across sheets (issue #903) thanks to DHMike57
|
||||
* Add theme files into Makefile #930
|
||||
* PR 921 - fix invalid chars in file name cause segfault (issue #922)
|
||||
* PR 931 - fix issue #928 - Reproducible segfault reading python-written xlsx
|
||||
* PR 909 - fix spurious error message with @if command (issue #910)
|
||||
* PR 911 - fix memory leak and segfault in @replace (issue #912)
|
||||
* PR 920 - fix in replace and sevaluate (issue #919)
|
||||
* PR 917 - fix range not updating with getent (issue #918)
|
||||
* PR 896 - work on issue 813 - fix in subtottal
|
||||
* PR 898 - work on issue 897 - fix in lua evaluation
|
||||
* PR 900 - work on issue 899 - minor modification in @dts validation
|
||||
* PR 902 - work on issue 901 - keep sheet/cursor position when saving file
|
||||
* PR 888 - replace all /bin/bash with a unix agnostic /usr/bin/env bash
|
||||
* PR 887 - explicit left markdown alignment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 02:40:31 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Disable libxlsxwriter from build to fix build failures
|
||||
See gh#andmarti1424/sc-im#948 for bug report
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 13:16:56 UTC 2024 - Jakob Lorenz <onlyjak0b@mailbox.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sc-im
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sc-im
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
Release: 0
|
||||
Summary: An ncurses spreadsheet program for terminal
|
||||
License: BSD-4-Clause
|
||||
@@ -31,7 +31,9 @@ BuildRequires: pkgconfig(libxls)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libzip)
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(xlsxwriter)
|
||||
# Currently causing build failures as of libxlsxwriter 1.2.2
|
||||
# See gh#andmarti1424/sc-im#948 for bug report
|
||||
# BuildRequires: pkgconfig(xlsxwriter)
|
||||
|
||||
%description
|
||||
Spreadsheet Calculator Improvised, aka sc-im, is an ncurses based,
|
||||
@@ -55,6 +57,7 @@ Mark Weiser, and mods were later added by Chuck Martin.
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/scopen
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/themes/*
|
||||
%{_datadir}/%{name}/*
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebb1f10006fe49f964a356494f96d86a4f06eb018659e3b9bde63b25c03abdf0
|
||||
size 1672884
|
||||
3
v0.8.5.tar.gz
Normal file
3
v0.8.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49adb76fc55bc3e6ea8ee414f41428db4aef947e247718d9210be8d14a6524bd
|
||||
size 1677609
|
||||
Reference in New Issue
Block a user