6 Commits

Author SHA256 Message Date
539c96b312 Accepting request 1267222 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1267222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxlsxwriter?expand=0&rev=7
2025-04-05 11:48:19 +00:00
OBS User smolsheep
15db5f589e - Update to version 1.2.2:
* Added support for manually positioning chart elements such as
    the chart axis labels, the chart legend, the chart plot area
    and the chart title.
- Updates from version 1.2.1:
  * Improved the cmake build support for using the minizip library.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxlsxwriter?expand=0&rev=15
2025-04-05 01:31:24 +00:00
bb7429be78 Accepting request 1246089 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1246089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxlsxwriter?expand=0&rev=6
2025-02-16 21:41:26 +00:00
OBS User smolsheep
55f62b820c Accepting request 1246088 from home:smolsheep:upgrades
- Update to version 1.2.0:
  * Added format_set_font_family() and format_set_font_charset()
    format functions to support Middle Eastern and Asian fonts.

OBS-URL: https://build.opensuse.org/request/show/1246088
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxlsxwriter?expand=0&rev=13
2025-02-15 14:26:23 +00:00
5c40b3a02a Accepting request 1218147 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1218147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxlsxwriter?expand=0&rev=5
2024-10-25 17:20:01 +00:00
OBS User smolsheep
50c34beabf - Update to version 1.1.9:
* CMake: Check for third party libraries using pkgconfig
  * Fix minor pointer/value error in lxw_name_to_row() and
    lxw_name_to_col() utility functions.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxlsxwriter?expand=0&rev=11
2024-10-25 00:33:55 +00:00
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:122c98353e5b69284a1cd782be7ae67bdefde2146f8197ef89a1aaf886058e86
size 21840785

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ab0aced8a6e82f12f567b48d2cb3ca7b925893126607a619666da467e9ac14f
size 21904390

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Apr 5 01:10:45 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 1.2.2:
* Added support for manually positioning chart elements such as
the chart axis labels, the chart legend, the chart plot area
and the chart title.
- Updates from version 1.2.1:
* Improved the cmake build support for using the minizip library.
-------------------------------------------------------------------
Sat Feb 15 14:13:18 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 1.2.0:
* Added format_set_font_family() and format_set_font_charset()
format functions to support Middle Eastern and Asian fonts.
-------------------------------------------------------------------
Fri Oct 25 00:26:54 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 1.1.9:
* CMake: Check for third party libraries using pkgconfig
* Fix minor pointer/value error in lxw_name_to_row() and
lxw_name_to_col() utility functions.
-------------------------------------------------------------------
Thu Aug 1 00:33:19 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libxlsxwriter
#
# 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
@@ -16,10 +16,10 @@
#
%define libname libxlsxwriter7
%define libname libxlsxwriter9
Name: libxlsxwriter
Version: 1.1.8
Version: 1.2.2
Release: 0
Summary: A C library for creating Excel XLSX files
License: BSD-2-Clause