From 1d05bfa7fe5168af5223f4d5b06978c154236b622e9638d5528ce5102d9a40f6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 23 Nov 2023 16:23:28 +0000 Subject: [PATCH] Accepting request 1127728 from home:michals - Update to version 2.0.5 (jsc#PED-554) * librtas: fix buffer length determination in rtas_set_sysparm() * librtasevent: 'format' function attribute for printf-style functions * convert PAGE_SIZE to WORK_AREA_SIZE OBS-URL: https://build.opensuse.org/request/show/1127728 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=65 --- librtas-2.0.4.tar.gz | 3 --- librtas-2.0.5.tar.gz | 3 +++ librtas-doc.spec | 2 +- librtas.changes | 8 ++++++++ librtas.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 librtas-2.0.4.tar.gz create mode 100644 librtas-2.0.5.tar.gz diff --git a/librtas-2.0.4.tar.gz b/librtas-2.0.4.tar.gz deleted file mode 100644 index 751584d..0000000 --- a/librtas-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a27d97fa2929441ac607225f522267361d2dd26dd3858d6ba2869af2eb50d27 -size 93715 diff --git a/librtas-2.0.5.tar.gz b/librtas-2.0.5.tar.gz new file mode 100644 index 0000000..b0eaf8c --- /dev/null +++ b/librtas-2.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4928b300350c12618563a051be01189275853fd8eacaac509c9aa1460991ec4 +size 146393 diff --git a/librtas-doc.spec b/librtas-doc.spec index cb25866..9ffff19 100644 --- a/librtas-doc.spec +++ b/librtas-doc.spec @@ -17,7 +17,7 @@ Name: librtas-doc -Version: 2.0.4 +Version: 2.0.5 Release: 0 Summary: Documents for librtas License: LGPL-2.1-or-later diff --git a/librtas.changes b/librtas.changes index 5083aff..8f16457 100644 --- a/librtas.changes +++ b/librtas.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 20 14:50:54 UTC 2023 - Michal Suchanek + +- Update to version 2.0.5 (jsc#PED-554) + * librtas: fix buffer length determination in rtas_set_sysparm() + * librtasevent: 'format' function attribute for printf-style functions + * convert PAGE_SIZE to WORK_AREA_SIZE + ------------------------------------------------------------------- Thu May 4 11:12:28 UTC 2023 - Dominique Leuenberger diff --git a/librtas.spec b/librtas.spec index c1d15e5..b9f0592 100644 --- a/librtas.spec +++ b/librtas.spec @@ -18,7 +18,7 @@ %define sover 2 Name: librtas -Version: 2.0.4 +Version: 2.0.5 Release: 0 Summary: Libraries to provide access to RTAS calls and RTAS events License: LGPL-2.1-or-later