Package Release Info

udunits2-2.2.28-bp153.1.1

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libudunits2-0
udunits-compat
udunits-compat-devel
udunits2
udunits2-devel

Change Logs

* Tue Dec 29 2020 Manfred Schwarb <manfred99@gmx.ch>
- 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
* Sat Nov 28 2020 Manfred Schwarb <manfred99@gmx.ch>
- split off library package libudunits2-0
- enable unit tests for non-openSUSE targets
- configure with --disable-static and do no longer manually remove
    static libraries
- use %make_build and %make_install to build package
- add "BuildRequires: info"
* Fri Dec 06 2019 manfred99@gmx.ch
- drop static libraries
* Thu Dec 28 2017 manfred99@gmx.ch
- Updated to 2.2.26:
  * CMake build changes
  * Fixed problem with the definition of "(mm2 day-2)/(mm2 day-2)"
  * Fixed bug in the parsing of the have-unit of udunits2
* Fri May 19 2017 manfred99@gmx.ch
- Updated to 2.2.25:
  * Corrected temporal decomposition algorithm in ut_decode_time().
  * Added missing UDUNITS-1 files to the distribution ("lib/udunits.h" and
    "lib/udunits-1.c").
* Fri Mar 17 2017 manfred99@gmx.ch
- Updated to 2.2.24:
  * Added unit "ppv"
  * Fixed utCalendar() in the UDUNITS-1 interface returning 60 seconds.
- Updated to 2.2.23:
  * Added missing comma to snprintf() call under Windows.
- Updated to 2.2.22:
  * Added missing files to distribution for building on Windows.
- Updated to 2.2.21:
  * Corrected construction of the pathname of an imported database file
    under Windows.
* Sun Nov 27 2016 manfred99@gmx.ch
- Updated to 2.2.20
  * modifications for better portability
  * Replaced use of deprecated atof() with strtod()
  * Changed definition and symbol of "astronomical_unit"
  * added tsearch.[ch] for building on Windows
- spec file cleanup
- provide compat packages for API v1 users (udunits)
* Thu Apr 02 2015 ocefpaf@gmail.com
- Updated to 2.2.18
  * Eliminated the use of unistd.h on Windows.
  * Improved support for static builds (i.e., builds that don't produce a
    sharable library).
  * Units Database:
  - Corrected the definition of "dram" and added "fluid_dram".
  - Changed the definition of "molecule" to "1/avogadro_constant".
  - Added comments and human-readable definitions.
  * Program:
  - Removed latent bug on Windows in determining the name of the program.
  * Misc:
  - Removed lint discovered by Coverity.
* Thu Dec 11 2014 ocefpaf@gmail.com
- Updated to 2.2.17
  * Modified the lexical scanner to accept the use of "ref" in an offset
    time-unit specification (e.g., "seconds ref 1970-01-01") in order to be
    compatible with version 2.1. Added concomitant test to unit-tests.
* Mon Jul 14 2014 ocefpaf@gmail.com
- Updated to 2.2.16
  * Added units "molecule" (for conversion with "mole") and "bit".
  * Added "-H have" and "-W want" options.
  * Added "nucleon" (alias "nuc") to database as "mole/(avogadro's number)" to
    support units like "Mev/nucleon".
  * Added "octet" and "byte" to common units as aliases for the dimensionless
    unit "8". (The unit "bit" was already defined).