Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package serd for openSUSE:Factory checked in at 2025-03-11 20:42:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/serd (Old) and /work/SRC/openSUSE:Factory/.serd.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "serd" Tue Mar 11 20:42:14 2025 rev:23 rq:1251938 version:0.32.4 Changes: -------- --- /work/SRC/openSUSE:Factory/serd/serd.changes 2025-01-28 14:58:21.448013338 +0100 +++ /work/SRC/openSUSE:Factory/.serd.new.19136/serd.changes 2025-03-11 20:42:18.198641225 +0100 @@ -1,0 +2,17 @@ +Mon Mar 10 20:34:45 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 0.32.4: + * Fix overly permissive parsing of syntax names on the command + line + * Fix parsing NQuads lines with no space before the final dot + * Fix reading chunks from files without trailing newlines + * Fix rewriting special literals when datatype URIs are prefixed + names + * Gracefully handle errors while writing the end of anonymous + nodes + * Support reading lone lists in lax mode + * Treat out of range unicode characters as errors + * Write blank lines between graphs and statements in TriG + * developer visible fixes + +------------------------------------------------------------------- Old: ---- serd-0.32.2.tar.xz New: ---- serd-0.32.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ serd.spec ++++++ --- /var/tmp/diff_new_pack.slb2OI/_old 2025-03-11 20:42:18.886669956 +0100 +++ /var/tmp/diff_new_pack.slb2OI/_new 2025-03-11 20:42:18.890670122 +0100 @@ -2,6 +2,7 @@ # spec file for package serd # # Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 Andreas Stieger <andreas.stie...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +17,12 @@ # +%define sover 0 %if 0%{?suse_version} > 1600 %define with_docs 1 %endif - -%define sover 0 Name: serd -Version: 0.32.2 +Version: 0.32.4 Release: 0 Summary: A lightweight C library for RDF syntax License: ISC @@ -69,8 +69,7 @@ Development files for libserd. %prep -%setup -q -%autopatch -p0 +%autosetup -p0 #Convert all file headers to python3 for i in `grep -rl "%{_bindir}/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done @@ -86,10 +85,10 @@ %fdupes -s %{buildroot}%{_docdir} -%post -n libserd-0-%{sover} -p /sbin/ldconfig -%postun -n libserd-0-%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n libserd-0-%{sover} %files -n serdi +%license COPYING %attr(0755,root,root) %{_bindir}/serdi %if %{with docs} %{_mandir}/man1/serdi.1%{?ext_man} @@ -101,6 +100,7 @@ %{_libdir}/libserd-0.so.%{sover}* %files devel +%license COPYING %if %{with docs} %doc %{_docdir}/serd-0 %endif ++++++ serd-0.32.2.tar.xz -> serd-0.32.4.tar.xz ++++++ ++++ 7474 lines of diff (skipped)