gnome-genius-1.0.29-66.3e>UA4єZX}>DRp?ieo1b[sP-nj3ZߪR+#.Z)Ք`>>-?-d  THL\`~  |      |    <  \       ( 8 9( :V F!G! H"\ I" X"Y#\#, ]# ^%b'c(d(e(f)l)u) v)w+ x,0 y,#z-<-L-P-V--Cgnome-genius1.0.2966.3GNOME interface for Genius, a general purpose calculatorGenius is a general purpose calculator program similar in some aspects to BC, Matlab, Maple or Mathematica. It is useful both as a simple calculator and as a research or educational tool. The syntax mimics how mathematics is usually written.ireproducibleGNOME:Apps / openSUSE_Factoryobs://build.opensuse.org/GNOMEGPL-3.0-or-laterProductivity/Scientific/Mathhttp://www.jirka.org/genius.htmllinuxaarch64 h)65G!A큤AAA큤AA큤AA큤AA큤AA큤AA큤AA큤AA큤iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii362a0505741e28ad3e7f421484c1c640bc6ffb75604b6bb2e7413ca26d3becb8236d27c31febfbd53948c19f43f5875969a6082d3efc82a47314cdf21ec9098847536c8972e1ccb2e75bd5ea028aae648a5eac80c6e01d28950c7349785cc7b4af3f5492ad2de4986c082ba2cd3558b34ef0f82c0edec2fac7e13638ff7f414a377475effecd6225dd4d35927ea36c278110b308d7414e7680df0269233faac32a4e74710703b38cf9c40b79d8e34430fd27a8044be8310032aec6f39987e161cd0b698963b4b4e5ad711142891864225393b1c360b5ba607220711554c1ab012d549239ef37605b8914559d51c1f3e08b4df5bfbf0a239a28cbe661869aaeb6cb2ec2e7d30b5753362bce5525e95fad3550c171663b4e4c15f580ebe7bf75daee2098fa5e73e36f8c61cdccb402d0fd71eaff7f709cc62e44832e5f61a2437a5f06474dbc15e25f7d7b0cfa9ea7dc9175e5d7979f8550963c0f7da7fb663a3e72f761ed314c2b45c9831f58da18efa40b6011bdcaa6925d8fd5dafb2653d08dae36b0e79428766185e34d5bec51326b8c6c34e823e3ccf7dda906fdbca4ab97b2ffd5937a61ed52d4e848e7716db68121cf7ee196ff3ccf8f42a2c715d43867rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgenius-1.0.29-66.3.src.rpmapplication()application(gnome-genius.desktop)gnome-geniusgnome-genius(aarch-64)mimehandler(text/x-genius)@@@@@@@@@@@@@@@@@@@@@@@@@@    geniusld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcairo.so.2()(64bit)libgdk-3.so.0()(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgmp.so.10()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libgtksourceview-4.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.29)(64bit)libm.so.6(GLIBC_2.38)(64bit)libmpfr.so.6()(64bit)libpango-1.0.so.0()(64bit)libpangocairo-1.0.so.0()(64bit)libreadline.so.8()(64bit)libvte-2.91.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)1.0.293.0.4-14.6.0-14.0-15.4.18-14.20.1i@i@az`/@^b;@^2@]$[!@[d@YDominique Leuenberger Bjørn Lie Bjørn Lie Bjørn Lie bjorn.lie@gmail.comDominique Leuenberger Bjørn Lie luc14n0@linuxmail.orgluc14n0@linuxmail.orgjengelh@inai.de- Drop gnome-doc-utils-devel BuildRequires: no longer needed- Update to version 1.0.29: + A bit of a brown-paper-bag release since the last one had a crash on saving console output. Also fix several other much less likely crashes. - Changes from version 1.0.28: + Implement an adaptive Gauss-Kronrod integration and make it default for NumericalIntegral. Adds functions AdaptiveGaussKronrod, AdaptiveGaussKronrodWithTolerance, GaussKronrodRule, and related parameters. + SYNTAX: Don't special case parsing -^n it will be parsed now as -(^n) as it should be. So -1^2 is now -1 as is only reasonable. + Fix referencing of true local variables so that local variables can be used as returns through the argument list. + When first refering to a variable, only search the local context, otherwise we might be by mistake referring to an unrelated variable in the calling function or global. + Add midpoint, trapezoid, and left-hand rule graphical examples showing the rectangles. + Improve the Euler method exponential example + Fix drawing points in postscript/PDF + Allow graphing of constants (functions with no arguments) + Add CompositeSimpsonsRuleData, TrapezoidRule, LeftHandRule, RightHandRule functions + Argument now complains when given 0 + Fix Macaulay* functions when c=0 + Fix a few compile warnings + Few minor bug fixes and fix some crashes + Updated translations.- Update to version 1.0.27: + Add Save button to toolbar. + Add calculus example "zooming animation" to show differentiability. + Allow setting editor color scheme in the settings dialog. + Closing window acts exactly like the quit button/menu item. + Current program is marked with larger font instead of bold, since that doesn't work with all themes. + Improve performance of surface plots, and get rid of flicker. + Remove menu icons. + Leave the Stop button on the plot window enabled if a script is running. + Remove dependence on AMTK. + Updated translations. - Drop pkgconfig(amtk-5) BuildRequires: following upstream changes.- Update to version 1.0.26: + The range boxes in the plot dialog are now evalued rather than being spin boxes, so that one can use arbitrary genius expressions there. + Always spawn a new instance, none of this uniqueness nonsense. + Various fixes stemming from the port to GTK3 and from various new compiler warnings. + File chooser dialogs are now native. + Fix saving of settings in the presence of old style settings directories. + Set default gtksourceview colorscheme to "kate" as "classic" is hard to see in dark mode. It can be set in the config file (no GUI currently). + Updated translations.- Update to version 1.0.25: + Port to gtk-3.0. + Various bugfixes across the board. - Replace ncurses-devel, pkgconfig(gtk+-2.0) and pkgconfig(gtksourceview-2.0) with pkgconfig(ncurses), pkgconfig(gtk+-3.0) and pkgconfig(gtksourceview-4) BuildRequires. Add pkgconfig(amtk-5) and pkgconfig(vte-2.91) BuildRequires: New dependencies.- No longer recommend -lang: supplements are in use- Drop rarian-scrollkeeper-compat BuildRequires and stop passing - -disable-scrollkeeper to configure: No longer needed nor used or recognized. - Drop translation-update-upstream BuildRequires and macro: genius is no longer in the t-u-u database, so no extra translations available. - Update macros to current standard. - Drop conditional hicolor-icon-theme, shared-mime-info and update-desktop-files BuildRequires and post(un) handling of relevant macros as well as gtk3-tools, update-desktop-files and shared-mime-info Requires(post(un)): No longer needed for any current supported version of openSUSE.- Add hicolor-icon-theme, update-desktop-files and shared-mime-info as BuildRequires and as Requires(post/postun) for right handling of post(un) scriptlets for suse_version < 1330.- Update to version 1.0.24: + Add: A RungeKutta and a plane curve plotting examples. + Updated translations. - Drop: + BuildRoot tag: its standard value is already set by default. + update-desktop-files BuildRequires and suse_update_desktop_\ file macro: they are no longer required. + pkgconfig(vte) BuildRequires: this is not required anymore now that Genius uses its own vte. - Add gio-2.0, gio-unix-2.0, gobject-2.0, pango and x11 pkgconfig modules BuildRequires. - Update: + '+' in GPL License tag to '-or-later' to comply with SPDX 3.0. + Post(un) scriptlets to be ran in release versions < 1330.- Ensure neutrality of description, remove rhetoric questions from description. Update package summaries.reproducible 1774440940  1.0.29-66.31.0.29-66.3   gnome-geniusgeniusgenius-readline-helper-fifognome-genius.desktophicolor16x16appsgnome-genius.png22x22appsgnome-genius.png24x24appsgnome-genius.png256x256appsgnome-genius.png32x32appsgenius-stock-plot.pnggnome-genius.png48x48appsgenius-stock-plot.pnggnome-genius.png8x8appsgnome-genius.pngscalableappsgnome-genius.svggenius.xml/usr/bin//usr/libexec//usr/libexec/genius//usr/share/applications//usr/share/icons//usr/share/icons/hicolor//usr/share/icons/hicolor/16x16//usr/share/icons/hicolor/16x16/apps//usr/share/icons/hicolor/22x22//usr/share/icons/hicolor/22x22/apps//usr/share/icons/hicolor/24x24//usr/share/icons/hicolor/24x24/apps//usr/share/icons/hicolor/256x256//usr/share/icons/hicolor/256x256/apps//usr/share/icons/hicolor/32x32//usr/share/icons/hicolor/32x32/apps//usr/share/icons/hicolor/48x48//usr/share/icons/hicolor/48x48/apps//usr/share/icons/hicolor/8x8//usr/share/icons/hicolor/8x8/apps//usr/share/icons/hicolor/scalable//usr/share/icons/hicolor/scalable/apps//usr/share/mime/packages/-mbranch-protection=standard -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -gobs://build.opensuse.org/GNOME:Apps/openSUSE_Factory/00d49888a6e000456874472346a590b2-geniusdrpmzstd19T0aarch64-suse-linuxELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c6433394fc7ed04ec1bf44a50de7b7dcc037d274, for GNU/Linux 4.3.0, strippeddirectoryELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d5cc971cb8e3f559a891e264c391da13498244d7, for GNU/Linux 4.3.0, strippedUnicode text, UTF-8 textPNG image dataSVG Scalable Vector Graphics imageXML 1.0 document, ASCII text RRRRRRRRRRRR RRR RR RRR RR RRRRRRRR RRPPPn|0o &utf-84d97bf6c983ad42306c06572b0d1f86653cd1a0833711c7f4fb3d9fa1004bbfcaa66a3d8659674a10256c4f64b10eab795c295f72785dbd355cc415ed9e24254? (/h]V-`tMعE,.fPA?c,I o2h\+^5@_ rPH@ @(1w#_'_ds5URXS ZIWUNF*(A Iw2oVPm maHzx| d>#(a6+y]p7|;-.=n}6=ߛ2=f6;^fsͣby,gٜNsγg7NhMB! 籥Ă?o6Desrg Lo$S1=I5Iܞ_I_8f;ݧyLdO(V' jEYabB€Jm[Tj$jDr"%W4٬yjM\`KuoQ5r 3o@j^w#+<S}W;>BdQp,(vs # kF9#1 8`w?DH a6f8qaXyvX!80y%Gu>G1