bc-1.07.1-lp150.2.3.2<>,0\/ո/=„Z"{(ZËfY6xzqD9,3٢}-qc/"@qg76[1pp $\G@v.Vk5ଈݎpyv<ɮFդqS!a#9g&ģQ=2/c]zj, SCၓWĆBNs ?ѩu> 6T)CO 4}X?Sc 3⊄sfKyӝ; EGNF/l>B? d   4 +4= Vs  0 h      B     ,g(8 9 :i >?FGHIHXXY`\]^%bc3defluvwx@yx zCbc1.07.1lp150.2.3.2GNU Command Line Calculatorbc is an interpreter that supports numbers of arbitrary precision and the interactive execution of statements. The syntax has some similarities to the C programming language. A standard math library is available through command line options. When used, the math library is read in before any other input files. bc then reads in all other files from the command line, evaluating their contents. Then bc reads from standard input (usually the keyboard). The dc program is also included. dc is a calculator that supports reverse-polish notation and allows unlimited precision arithmetic. Macros can also be defined. Normally, dc reads from standard input but can also read in files specified on the command line. A calculator with reverse-polish notation saves numbers to a stack. Arguments to mathematical operations (operands) are "pushed" onto the stack until the next operator is read in, which "pops" its arguments off the stack and "pushes" its results back onto the stack.\/lamb21F?openSUSE Leap 15.0openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Scientific/Mathhttps://www.gnu.org/software/bc/linuxx86_64 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/bc.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/dc.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/bc.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/dc.info.gz || : fi ; fi ;\(Kr 0i/rA큤\/\/\/DH"H%XBX XEV\/\/\/\/0d7a5c191354495d1539febb6d21e6b9ca5462f304af10e9c010d6f6793f6c6f175ae8eb02836b2bbae6033ec33e4ba07054d8e879435660420dea6f0fec063a743516881d5e0f02cfb60830b46e04156d2a58ebc3c5fa00a8cb63a4293a6dcd8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c5e55d4cc58449eec6a7ba1263e7ee212140f50da21c8e29b6ed6dba6616513adcffae8a6a2301a8abe3814b2336e32b0118b29a0be09f0b3f7a70a9126fa18def13d57e8580002abf670bf742f70925d3b07549bcee2c58b27223be66d51b6df1f1a3c4cc0eb5ad7b4f58d9275abb5fc9b6a8d6b235802527f98ad7dfb0a77e20225a35c8113e9bee6e53b9a2997e3d078e66a50045a58e1e007f7c362e5d4c91cc0e52f6f7343f65ede0b8e5f6c4fb83234fe2810986c9feea3603591176e7b76ba02edb33f11a8a1fbe22eec8521ef0bbe74ad9507fac1104f868f816a2ea50d7a01431e6a607756af393e9e5c4ad01440412c303d8a4821fbf5c8e8e99780rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootbc-1.07.1-lp150.2.3.2.src.rpmbcbc(x86-64) @@@@@@@    /bin/sh/bin/shinfoinfolibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libreadline.so.7()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\XsUTxcPWO]@NGsFnF @pgajdos@suse.commpluskal@suse.commpluskal@suse.comtchvatal@suse.comidonmez@suse.comsweet_f_a@gmx.decoolo@suse.comschwab@suse.depgajdos@suse.czrguenther@suse.de- added patches Correct return value after 'q' [bsc#1129038] + bc-dc-correct-return-value.patch- Update to version 1.07.1: * Fixed ibase extension causing problems for read() * Fixed parallel make problem. * Fixed dc "Q" comanmd bug. - Changes for version 1.07: * Added void functions. * fixes bug in load_code introduced by mathlib string storage in 1.06. * fix to get long options working. * signal code clean-up. * fixed a bug in the AVL tree routines. * fixed math library to work properly when called with ibase not 10. * fixed a symbol table bug when using more than 32 names. * removed a double free. * Added base 17 to 36 for ibase. * Fixed some memory leaks. * Various small tweaks and doc bug fixes. - Drop no longer needed patches: * bc-1.06.95-memleak.patch * bc-1.06.95-matlib.patch * bc-1.06.95-sigintmasking.patch - Refresh bc-1.06-dc_ibase.patch - Add gpg signature- Update url - Correct info files scriplets and dependencies- Clean up with spec-cleaner - Add ncurses-devel as it is inherited from readline - Explicitely pass without-libedit if we decide to switch for it at some point- Add BuildRequires on makeinfo to fix Factory build- update to upstream alpha 1.06.95 (2006-09-05), in use in other major distros for quite a long time (Debian, Fedora, Ubuntu, ...) - add patches from Fedora - automake dependency removed- add automake as buildrequire to avoid implicit dependency- Fix last change. - Fix detection of empty opt_expression in the parser.- repared acceptance of some long commandline options [#282747]- add flex BuildRequires/bin/sh/bin/shlamb21 1553346517 1.07.1-lp150.2.3.21.07.1-lp150.2.3.2bcdcbcAUTHORSCOPYINGCOPYING.LIBChangeLogFAQNEWSREADMEbc.info.gzdc.info.gzbc.1.gzdc.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/bc//usr/share/info//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:9872/openSUSE_Leap_15.0_Update/e711db9643ad74e04facb4e70db6b739-bc.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=847e1b439dda69c0d3bfedea3ddd4ec2d573b8e5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=4f72e287410d81a1fd139f0444e842da284d569f, strippeddirectoryASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRR RRR RRRR RRR'ލ=pvUOҁ/U+oa;*.m!!UAEљr; +œ/Q 84y _G[>Olz ٦!},sO^JmлP=+o 417] une2 2f޹b^[ip`^Aɍ5Yid8UuPx;}: $s/ v$Z`GZN_zh(*E.|Lz0MJ8n0+0a[z87O7'$?sFY,w8bdh6k%C @=Xwt3,V #e*dR< ^,} ⾳!@i;_\P\@뮮Uh4T'-&*o4 풀[1̀6?drI+kѶE0br5| q+`;TQ0 YΒ6}jS Fp} /59(3ꩁ(JT:npKobTbR׊#T4 rpmڥ_Iy>Of@Qʹ{dLrkG-ք(uK!m4;Ig$5_l~|>?&[b415re  3aM 8̮g|qp񟜫vK@R CJ~+9!֟Eԋ&XLt2ɬ止߷؟kJ#91 eJ GF rW'lX8:x#4P,yd1.z=.uɧh@ QߒhYb1zp_/5º:O,fO98>ϼ );Aqu`_/=W&Ւ,$R946A֓N.%5!+;V@A <V`2E?0;ܮ}&tc/Q7O|i~ZQz. m(Lh0s,C=.waKϋcH!ps)֔Nނ [6wI=c1ÄZ'xp~Ccqm${`yf:]GBWҵu!= 55jkݵH`<66QJ.ZQcMc~ HjCcPPė]ş-J1.i.ѧv` fR}FEByv3@hŝP|2V> ,(ܑK=Ab!| uGՀWׅw8D}O&k )Nj~; V$_/4P;^K7uxט-ӥ{4 5bzGo!ˆ,38 8]xl|~pT/ELC3fy|'Yv#PQi}Rlԇ?6a82jVY}TB8ƒq 'A6覤Y2bN7/E@#iSz&.嗂QRtڊ[M/@cP}ƶoY%d44ӵm`t\9L\II0<%cs% VnžL|wb9R -„b\ԸZ<2h]_t퐦wMO򧕜1p m)4k14l Pqʏ4@QZ2 BG[Q}&Uk .yCpR4Vu)ʕ->yw^P4ֹ+F^37$ż_0otSCZË-A8ԾogZP:SSA{yQ╜!trНBO3j.X+erו֠~śZ/=]@rI`y ^S}ҩ_syfc:iNi1FW(Ħz7],1C$z:yj9K/rb w!v6MU78>hWw1^]! _(ȭ GaSAmey=|"(#QD1URK*/@}@ۋ=䨉GI[hTS1X oߦbPIBBwGISn8_S:#j&.E҂d]D:zAwy. D0qG c͟Wqo3&qձ "!b%?ڧwA~}RJ%ŖZ=dX2 {{f Ԑ5(RguchL)NeL"]2Ira^Ă2DS"ky ڶBW>K:SljdPj}vlF!G|;Ϣ޽(sd,Hvuy+qKL(y7Cҏ4 -^q;  s}'!K*%xE{uwN<߼vɫӜ|穊7襃met $_Sgw]ܽb$QG/TU8DŸM{!/}Kհ")X}02؇2>"M:@8"J~oҢ]jIa>%[Ul*הX$I/ǥp2( eKvT+1mܪ,.M>l˒Wi։l>d&b撘.Вg(/XTՌ'Ң^|)H-}b !2Xq1L@)є/H4n~.T삧"#q3헸b֙[