Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package udunits2 for openSUSE:Factory checked in at 2021-03-30 20:52:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/udunits2 (Old) and /work/SRC/openSUSE:Factory/.udunits2.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "udunits2" Tue Mar 30 20:52:18 2021 rev:2 rq:863705 version:2.2.28 Changes: -------- --- /work/SRC/openSUSE:Factory/udunits2/udunits2.changes 2020-12-29 15:48:22.492385477 +0100 +++ /work/SRC/openSUSE:Factory/.udunits2.new.2401/udunits2.changes 2021-03-30 20:52:21.752181072 +0200 @@ -1,0 +2,19 @@ +Tue Dec 29 15:52:37 UTC 2020 - Manfred Schwarb <[email protected]> + +- install docs into default directory %_docdir/udunits2 +- Update to version 2.2.28: + * build changes +- Update to version 2.2.27: + * support better shared libraries under Windows + * build changes + * lot of cleanup + * replace the use of default_udunits2_xml_path() with public API function ut_get_path_xml + * replace assert in galileanNew() with conditional and error-return + * catch input value is out of range in ut_encode_clock() + * printTimestamp(): Corrected buffer overflow bug + * fix formatting bug in ut_format() + * documentation improvements + * rename c99_snprintf() to udunits_snprintf() and c99_vsnprintf() to + udunits_vsnprintf() to avoid name-clash with HDF5 + +------------------------------------------------------------------- Old: ---- udunits-2.2.26.tar.gz New: ---- udunits-2.2.28.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udunits2.spec ++++++ --- /var/tmp/diff_new_pack.HF1py1/_old 2021-03-30 20:52:22.312181699 +0200 +++ /var/tmp/diff_new_pack.HF1py1/_new 2021-03-30 20:52:22.316181703 +0200 @@ -19,7 +19,7 @@ %define soname 0 Name: udunits2 -Version: 2.2.26 +Version: 2.2.28 Release: 0 Summary: A library for manipulating units of physical quantities License: MIT @@ -100,7 +100,7 @@ %setup -q -n udunits-%{version} %build -%configure --disable-static +%configure --docdir=%{_docdir}/%{name} --disable-static %make_build %install @@ -110,6 +110,13 @@ mkdir -p %{buildroot}%{_infodir}/ install -p -m0644 %{name}.info %{buildroot}%{_infodir} +#---Installation with custom docdir does not really work: +pushd %{buildroot}%{_docdir}/%{name} +rm -f *.xml +for f in %{buildroot}%{_datadir}/udunits/*.xml; do + ln -sr "$f" . +done +popd #---We provide compat symlinks to provide udunits v1 API: pushd %{buildroot}%{_libdir} for f in libudunits2.so*; do @@ -139,8 +146,7 @@ %{_bindir}/%{name} %{_datadir}/udunits/ %{_infodir}/%{name}*.info%{?ext_info} -%doc ANNOUNCEMENT -%doc %{_datadir}/doc/udunits +%{_docdir}/%{name} %files -n lib%{name}-%{soname} %license COPYRIGHT ++++++ udunits-2.2.26.tar.gz -> udunits-2.2.28.tar.gz ++++++ ++++ 12652 lines of diff (skipped)
