Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
a505a139e1 | |||
bcfd33d105 | |||
02c2136c56 | |||
47f342257a |
BIN
sratom-0.6.14.tar.xz
(Stored with Git LFS)
BIN
sratom-0.6.14.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
sratom-0.6.18.tar.xz
Normal file
3
sratom-0.6.18.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c6a6d9e0b4d6c01cc06a8849910feceb92e666cb38779c614dd2404a9931e92
|
||||
size 19640
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
13
sratom.spec
13
sratom.spec
@@ -2,6 +2,7 @@
|
||||
# spec file for package sratom
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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.18
|
||||
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
|
||||
|
Reference in New Issue
Block a user