Hello community, here is the log from the commit of package libredwg for openSUSE:Factory checked in at 2020-08-13 10:23:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libredwg (Old) and /work/SRC/openSUSE:Factory/.libredwg.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libredwg" Thu Aug 13 10:23:10 2020 rev:11 rq:826183 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/libredwg/libredwg.changes 2020-01-09 22:53:32.778797915 +0100 +++ /work/SRC/openSUSE:Factory/.libredwg.new.3399/libredwg.changes 2020-08-13 10:26:22.590898717 +0200 @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Wed Aug 12 20:59:49 UTC 2020 - Andreas Stieger <[email protected]> + +- update to 0.11: + * new programs dwgfilter, dxfwrite + * improved file support for r2004+ (incomplete) + * Add support for GeoJSON RFC794a godsend for the json importer) + * API extensions and breaking changes + +------------------------------------------------------------------- +Sun Apr 12 07:26:25 UTC 2020 - Andreas Stieger <[email protected]> + +- update to 0.10.1: + * Fixed dwg2SVG htmlescape overflows and off-by-ones + * Removed direct usages of fprintf and stderr in the lib + * Fuzzing fixes for dwg2SVG, dwgread + * Fixed eed.raw leaks + +------------------------------------------------------------------- Old: ---- libredwg-0.10.tar.xz libredwg-0.10.tar.xz.sig New: ---- libredwg-0.11.tar.xz libredwg-0.11.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libredwg.spec ++++++ --- /var/tmp/diff_new_pack.dNbwPB/_old 2020-08-13 10:26:23.662898688 +0200 +++ /var/tmp/diff_new_pack.dNbwPB/_new 2020-08-13 10:26:23.666898688 +0200 @@ -16,15 +16,14 @@ # -Name: libredwg %define lname libredwg0 -Version: 0.10 +Name: libredwg +Version: 0.11 Release: 0 Summary: A library to handle DWG files License: GPL-3.0-or-later Group: Development/Libraries/C and C++ URL: https://www.gnu.org/software/libredwg/ - #Git-Clone: https://github.com/LibreDWG/libredwg/ Source: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz Source2: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz.sig @@ -41,7 +40,7 @@ Group: Productivity/File utilities Requires(post): %install_info_prereq Requires(preun): %install_info_prereq -# Both packages ship a %_bindir/dwg2dxf +# Both packages ship a %%_bindir/dwg2dxf Conflicts: libdxfrw-tools %description tools @@ -76,8 +75,7 @@ # No management of SO version despite ABI breaking changes: # Force-add some symvers so RPM can produce meaningful deps. echo 'V_%version { global: *; };' >src/sv.sym -%configure \ - --disable-static +%configure --disable-static make %{?_smp_mflags} libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_LIBADD=-lm %install @@ -85,10 +83,10 @@ find "%buildroot" -type f -name "*.la" -delete -print %post tools -%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz" +%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info*.gz" %preun tools -%install_info_delete --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz" +%install_info_delete --info-dir="%_infodir" "%_infodir/LibreDWG.info*.gz" %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -98,7 +96,7 @@ %_bindir/dwg* %_bindir/dxf* %_mandir/man?/*.1%{?ext_man} -%_infodir/LibreDWG.info%{?ext_info} +%_infodir/LibreDWG.info*%{?ext_info} %files devel %license COPYING ++++++ libredwg-0.10.tar.xz -> libredwg-0.11.tar.xz ++++++ /work/SRC/openSUSE:Factory/libredwg/libredwg-0.10.tar.xz /work/SRC/openSUSE:Factory/.libredwg.new.3399/libredwg-0.11.tar.xz differ: char 26, line 1
