commit units for openSUSE:Factory
Hello community, here is the log from the commit of package units for openSUSE:Factory checked in at 2013-09-11 13:23:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/units (Old) and /work/SRC/openSUSE:Factory/.units.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "units" Changes: -------- --- /work/SRC/openSUSE:Factory/units/units.changes 2012-11-08 21:54:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.units.new/units.changes 2013-09-11 13:23:22.000000000 +0200 @@ -1,0 +2,21 @@ +Mon Sep 9 10:01:03 UTC 2013 - pgajdos@suse.com + +- updated to version 2.02: + * Added support for %a and %A output formats (hexadecimal floating point), and + eliminated the restriction on the number of displayed digits when specifying + an output format with the --output-format (-o) option. Improved error + handling for formats specified with --output-format. + * Added --digits (-d) to specify the number of digits to display. Giving + '--digits max' (-dmax) will use the full available precision. + * Added support for various Unicode minus sign symbols. Units now treats the + figure dash (U+2012), the en dash (U+2013), and the minus (U+2212) as + identical to the ASCII hyphen/minus symbol (U+002D). + * The !message command in units data files has been fixed so it does not + produce output when the --quiet option is given. + * Improved error handling when unit names end with numbers without a '_'. + * Modified units_cur to work with XML format as the txt format disappeared. + * Corrected error in definition of the nat. + * Improved manual. +- employ gpg-offline + +------------------------------------------------------------------- Old: ---- units-2.01.tar.gz New: ---- units-2.02.tar.gz units-2.02.tar.gz.sig units.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ units.spec ++++++ --- /var/tmp/diff_new_pack.BN5n0z/_old 2013-09-11 13:23:22.000000000 +0200 +++ /var/tmp/diff_new_pack.BN5n0z/_new 2013-09-11 13:23:22.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package units # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,19 @@ Url: http://www.gnu.org/software/units/ BuildRequires: bison BuildRequires: readline-devel -Version: 2.01 +Version: 2.02 Release: 0 -Summary: Units Conversion Utility +Summary: Conversion Utility License: LGPL-2.1+ Group: Productivity/Scientific/Physics -Source: units-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/units/units-%{version}.tar.gz +Source1: http://ftp.gnu.org/gnu/units/units-2.02.tar.gz.sig +Source2: units.keyring +%if 0%{?suse_version} >= 1230 +BuildRequires: gpg-offline +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build +PreReq: %install_info_prereq %description The 'units' program converts quantities expressed in various scales to @@ -43,6 +49,7 @@ Adrian Mariano <adrian@cam.cornell.edu> %prep +%{?gpg_verify: %gpg_verify %{SOURCE1}} %setup %build @@ -52,6 +59,12 @@ %install make DESTDIR=$RPM_BUILD_ROOT install +%post +%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} + +%postun +%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} + %files %defattr(-, root, root) /usr/bin/units* ++++++ units-2.01.tar.gz -> units-2.02.tar.gz ++++++ ++++ 7027 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de