6 Commits

Author SHA256 Message Date
99927b631e Accepting request 1321947 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1321947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sratom?expand=0&rev=21
2025-12-11 17:34:45 +00:00
385b7b1622 - update to 0.6.20
* Avoid over-use of yielding meson options
  * Avoid use of scanf when reading MIDI events
  * Fix lint checks
  * Fix potential memory error when writing ambiguous relative paths
  * Improve code quality

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=32
2025-12-10 11:27:24 +00:00
a505a139e1 Accepting request 1251941 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1251941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sratom?expand=0&rev=20
2025-03-11 19:42:18 +00:00
bcfd33d105 sratom 0.6.18
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=30
2025-03-11 06:12:57 +00:00
02c2136c56 Accepting request 1110131 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1110131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sratom?expand=0&rev=19
2023-09-11 19:21:17 +00:00
47f342257a Accepting request 1110041 from home:alois:leap155
Updated versions for buildtime requirements

OBS-URL: https://build.opensuse.org/request/show/1110041
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=28
2023-09-10 09:10:15 +00:00
4 changed files with 36 additions and 10 deletions

Binary file not shown.

3
sratom-0.6.20.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3826e9186cabc43ca5e359fcc3d8238060232f5f8a2090be5dc9ab390e5b6477
size 20396

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Dec 10 08:32:12 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
- update to 0.6.20
* Avoid over-use of yielding meson options
* Avoid use of scanf when reading MIDI events
* Fix lint checks
* Fix potential memory error when writing ambiguous relative paths
* Improve code quality
-------------------------------------------------------------------
Mon Mar 10 21:06:25 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.6.18:
* Avoid snprintf when writing MIDI events
* developer visible code fixes
- includes changes from 0.6.16:
* Constrain relative URI references to the base URI
* maintenance and clean-up of build system
-------------------------------------------------------------------
Sun Sep 10 07:42:05 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Updated versions for buildtime requirements
-------------------------------------------------------------------
Mon Dec 26 13:05:20 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>

View File

@@ -1,7 +1,8 @@
#
# spec file for package sratom
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +19,7 @@
%define sover 0
Name: sratom
Version: 0.6.14
Version: 0.6.20
Release: 0
Summary: A library for serialising LV2 atoms to/from RDF
License: ISC
@@ -30,9 +31,9 @@ BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(lv2) >= 1.10.0
BuildRequires: pkgconfig(serd-0) >= 0.30.0
BuildRequires: pkgconfig(sord-0) >= 0.12.0
BuildRequires: pkgconfig(lv2) >= 1.18.4
BuildRequires: pkgconfig(serd-0) >= 0.30.10
BuildRequires: pkgconfig(sord-0) >= 0.16.16
%description
A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
@@ -64,8 +65,7 @@ Development files for libsratom.
%install
%meson_install
%post -n libsratom-0-%{sover} -p /sbin/ldconfig
%postun -n libsratom-0-%{sover} -p /sbin/ldconfig
%ldconfig_scriptlets -n libsratom-0-%{sover}
%files -n libsratom-0-%{sover}
%license COPYING
@@ -73,6 +73,7 @@ Development files for libsratom.
%{_libdir}/libsratom-0.so.%{sover}*
%files devel
%license COPYING
%{_libdir}/libsratom-0.so
%{_includedir}/sratom-0/
%{_libdir}/pkgconfig/sratom-0.pc