SHA256
1
0
forked from pool/units

25 Commits

Author SHA256 Message Date
e3ec395d64 - remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=44
2024-02-26 09:30:15 +00:00
a9cadd4f09 Accepting request 1147648 from home:AndreasStieger:branches:Education
units 2.23

OBS-URL: https://build.opensuse.org/request/show/1147648
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=42
2024-02-22 08:14:06 +00:00
bd1fd69ec0 Accepting request 1045323 from home:AndreasStieger:branches:Education
units 2.22

OBS-URL: https://build.opensuse.org/request/show/1045323
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=40
2023-01-02 11:24:29 +00:00
720f916443 - require python3-requests [bsc#1186820]
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=38
2021-06-08 07:12:21 +00:00
2f335aea4b - require python3-requests
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=37
2021-06-08 07:07:07 +00:00
3742c0b549 - use python3 by home:lorenz
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=35
2021-03-11 10:03:15 +00:00
74553834c2 Accepting request 848840 from home:AndreasStieger:branches:Education
units 2.21

OBS-URL: https://build.opensuse.org/request/show/848840
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=32
2020-11-19 14:06:30 +00:00
638e451953 Accepting request 838965 from home:AndreasStieger:branches:Education
units 2.20

OBS-URL: https://build.opensuse.org/request/show/838965
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=30
2020-10-01 12:06:08 +00:00
1dbeaaa638 Accepting request 720113 from home:AndreasStieger:branches:Education
units 2.19

OBS-URL: https://build.opensuse.org/request/show/720113
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=28
2019-08-01 11:44:47 +00:00
Lars Vogdt
1f6c26d042 Accepting request 644491 from home:AndreasStieger:branches:Education
units 2.18

OBS-URL: https://build.opensuse.org/request/show/644491
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=26
2018-10-26 14:44:56 +00:00
768e154334 Accepting request 619384 from home:AndreasStieger:branches:Education
units 2.17

OBS-URL: https://build.opensuse.org/request/show/619384
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=24
2018-06-27 11:52:05 +00:00
2269e8b299 Accepting request 538098 from home:AndreasStieger:branches:Education
units 2.16

OBS-URL: https://build.opensuse.org/request/show/538098
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=22
2017-11-01 14:50:19 +00:00
0823d9b09f Accepting request 484864 from home:AndreasStieger:branches:Education
units 2.14
  * Eliminated parser memory management limitation affecting long
    input expressions (e.g. a sum of more than 100 units)
  * Control characters are treated as white space rather than
    producing an error about invalid UTF-8.

OBS-URL: https://build.opensuse.org/request/show/484864
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=20
2017-04-03 13:40:22 +00:00
fe908926e5 Accepting request 404341 from home:AndreasStieger:branches:Education
units 2.13

OBS-URL: https://build.opensuse.org/request/show/404341
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=18
2016-06-24 05:35:26 +00:00
bd78a7db7f Accepting request 339130 from home:pluskalm:branches:Education
- Update to 2.12
- Cleanups spec file with spec-cleaner
- Update usage of gpg signature
- Move info scriplet to preun
- Enable units_cur builiding by default

OBS-URL: https://build.opensuse.org/request/show/339130
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=16
2015-10-15 15:08:35 +00:00
012372bad0 Accepting request 229322 from home:AndreasStieger:branches:Education
GNU Units 2.11

OBS-URL: https://build.opensuse.org/request/show/229322
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=14
2014-04-08 07:41:57 +00:00
4f0355c4ad Accepting request 228166 from home:AndreasStieger:branches:Education
- install documentation files, including COPYING

OBS-URL: https://build.opensuse.org/request/show/228166
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=12
2014-03-29 10:05:31 +00:00
3aceff5aa6 Accepting request 227824 from home:AndreasStieger:branches:Education
GNU Units 2.10, with licence fix

OBS-URL: https://build.opensuse.org/request/show/227824
OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=11
2014-03-28 06:56:17 +00:00
423c8d7fa7 - 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

OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=9
2013-09-09 10:16:36 +00:00
cb14a079cb - updated to version 2.01:
* Fixed error in electronmass
    * New definition for au
    * Fixed DESTDIR support for installation
    * Changed configure script for success with Solaris
    * Small changes to manual
- removed build.patch

OBS-URL: https://build.opensuse.org/package/show/Education/units?expand=0&rev=7
2012-11-01 08:36:34 +00:00
Ismail Dönmez
a3fa5fbb8c Accepting request 130316 from Education
- updated to version 2.00:
    General changes:
    * Unit lists provide conversion to sums of units (e.g. feet and inches).
    * Added --round (-r) and --show-factor (-S) options for use with unit lists.
    * Added unit lists aliases (e.g. time, usvol).
    * A python script, units_cur, can update currency data.
    * Units now flushes its output so you can talk to it with a pipe. 
    * Units now works in UTF-8 if the system supports it.  
    * Added --locale (-l) option to set the locale.
    * English units such as the gallon are defined in all locales, with US
      definitions by default except in the en_BG locale.  You can force
      the desired definition (Great Britain or US) by setting the
      environment variable UNITS_ENGLISH to GB or US.  
    * Revised and extended the documentation, with more examples. 
    * Added locale mapping to address Windows locale names. 
    * Updated and revised units database, including UTF-8 definitions and
      the 2010 CODATA. 
    * Fixed parsing bug for "1..2" or "1.2.3".  These now give an error. 
    * Unit names can end with a number in the form of a subscript that
      starts with a '_', as in 'X_3'.  
    Changes for units definition files:
    * Changed location and names of unit database, splitting off currency
      Files are /usr/local/share/units/{definitions,currency}.units and
      the personal units file is $HOME/.units instead of $HOME/units.dat.  
    * Personal units filename can be changed with MYUNITSFILE environment variable.
    * Prefixes can be defined in any order: it is no longer necessary to
      define longer ones before shorter ones.  
    * New definitions replace previous ones.  Personal units file is read
      after the system file rather than before.  
    * Changed syntax for function definitions.  Instead of [in-unit,out-unit]

OBS-URL: https://build.opensuse.org/request/show/130316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/units?expand=0&rev=15
2012-08-07 19:51:59 +00:00
OBS User autobuild
07fff8447a Accepting request 46301 from Education
Copy from Education/units based on submit request 46301 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/46301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/units?expand=0&rev=10
2010-08-27 14:06:30 +00:00
OBS User unknown
3bd13cc656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/units?expand=0&rev=3 2008-02-15 00:43:03 +00:00
OBS User unknown
09292239bc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/units?expand=0&rev=2 2007-03-29 10:09:34 +00:00
OBS User unknown
6bfe217311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/units?expand=0&rev=1 2007-01-15 23:40:10 +00:00