stp-python-2.3.1+20171008-bp153.1.17 >  A `CSŜ!M@eeelz0 {8vY;ڠ4;P>` [N-vߣ5VDs2;Dx6:KL,7bԥ56eha0˾(Q dzeb;+maؐKK1(QK! IVe?m!Fol$kX T,,4#]\JZ/>ULty hBf~Ba{:@A9LAq{lAyd8d06c5baaf37d78ba96d303584238f8e6b9e529001c1b9ff39e7deed11f390bf09b2b82d57c355c39e1feaea7a6c4581f77866ccMH`CSŜ!M@eeekɅքOmGG !Շ`SRz_yBWH¸ѪyيWƩS;\ʇbH&cD7M ˭̌\P/vߌ/vM'>QNS7|2tX|3I]{,C\]lo$ )T%⪱e7u@z@g%՞?  k&tS9Dxng~ owM،uehf>p>3D?34d  ' ?`dlp     0  0Xh(B8L9:F0AG0TH0dI0tX0xY0\0]0^0b13c1d2>e2Cf2Fl2Hu2\v2lw2x2y2z222230Cstp-python2.3.1+20171008bp153.1.17Python bindings for stpPython bindings for stp library.`CSlamb12cSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/stp/stp/wikilinuxx86_64YA큤`CS`CS`CS`CS56ee7fb811b5bc8d290b901e61f6bfebb809de3be6d77150a10e51d4e74895c42286fca001bd8272911ee5f029f0f04fffd2f181222ef092c415d2015ce3e0ee99502b30d11f51181ccc14a158e028bfedb74cf19db02e0d50cc10d5cfd452bdrootrootrootrootrootrootrootrootstp-2.3.1+20171008-bp153.1.17.src.rpmstp-pythonstp-python(x86-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)stp2.73.0.4-14.6.0-14.0-15.2-12.3.1+201710084.14.1Yܶ@Y@XX7@X1@X.@X=X`@VXEV8UUU6@U4@U/@TR(@TD@jslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.comjslaby@suse.com- Update to version 2.3.1+20171008: * Reducing scope of upper&lower * Using $() instead of `` * Removing unused code * Removing unused code * Adding docker file -- not working yet * Fixing install and library location RPATH * Updating README, fixing Docker * Fixing static build * Removed unused global variable * Provide thread-safety (if C++11) * Removing tests are too long and hold up development (>10s runtime each) * Cleaning up lexer * Cleanup of smt2.lex * We can use straight-up "thread_local" here * Trying to fix the thread-local storage for C * Mark two more global variables as thread_local * Updating READMEs * No need for this parameter in AppVeyor * No need for INSTALL, it's been incorporated into the README * Updating README * Fixing indentation and some restructuring of README * Better naming of header * Removing DLL_EXPORT on variables that break the build * Using the ctest framework for testing * Actually checking things in tests, reducing their outputs * Making the interface's (vc) more explicit * Removing trailing space * Tabs to spaces conversion * Trailing spaces removed * Minimal cleanup of the lexer * Fixing std::endl -> endl; * Commenting out unused parameter * Fix indentation * Cleaner lexer * Highlighting where GlobalParserInterface is being used * Fixing the assert * No need to undefine this, it should work without * Some cleanup of bison&flex usage * Fixing moving of header file * No need for linenum * Removing helpstring * Removing unneeded files * Removing one more static variable * Reflowing code as per agreed clang-format * Further cleanup * Removing unused code * Cleanup of tests mostly * Making the visibility=hidden work * Don't care about coveralls fail * Fixing AppVeyor build * Fixing the coverage script * Removing comments from CMakeLists * Fixing ARM compile issue as in new libabc * Adding SUSE build files * Fixing fuzz-testing to use python2 * Simplifying the Docker usage * Fixing the Docker example - add 0001-CMake-fix-dirs-again.patch- Update to version 2.2+20170815: * Removing broken link * PEP8 + print function in fuzzer * More correct printf * Fixing double-declaration * Fixing memory leak * NULL-ing ptr sent to DELETE is now automatic and more meaningful * Deleting buckets after they have been used * This will fatal error anyway, so just use the pattern and return false * added support for MSVC attributes * disabled crtdbg.h inclusion in extlib-abc for C++ debug builds * fixed unistd.h dependencies for Windows builds * added missing include directive * refactored gettimeofday() for Win32 * Adding appveyor file * Adding missing appveyor file * Fixing paths * Adding zlib for minisat to appveyor * Using minisat that's been fixed to build in VS * Better comments in the AppVeyor filBetter comments in the AppVeyor filee * Temporarily disable boost * Install for appveyor minisat * Fixing "libs" to "lib" for minisat * Debugging MiniSat finding in AppVeyor * Debugging Windows build * Debugging Windows build * Debugging Windows build * Installing CygWin * Use 64b CygWin * Trying a different way of installing CygWin * Fixing CygWin * Fixing local package dir * Fixing CygWin site location * Adding CygWin prefix path * Fixing some warnings * Fixing one more signed vs unsigned issue * Suppress warning messages from msbuild * Moving implementation of destructor * No warnings from msbuild * We need ZLIB in STP thanks to MiniSat * Warnings cannot be suppressed in msbuild * Trying to fix Boost in AppVeyor * Removing unused cygwin install command * Fixing yml for AppVeyor * Removing a warning * Fixing signedness and unreachable code warnings * Removing useless comments * Removing dead code * Removing more dead code * Fixing unused parameter warning * Trying to make symbol-hiding work * Trying to remove too much warnings * change semantics of division / remainder by zero * fix bvsmod-by-zero for negative first operand. * Adding constants.h that was missing * Removing unused include * Revert "Removing unused include" * Fix simplifications rules made incorrect by change in semantics of division-by-zero. * Work-around another division by zero semantics defect. * documented the entire old C API interface header with doxygen comments * Try to get clang/static build passing on travis ci. * Try to move from precise to trusty on travis ci. Precise ends support soon. * Revert "Try to move from precise to trusty on travis ci. Precise ends support soon." * test that static binary is really staitc. * Fix leak introduced in #f452c0e * Trying again to upgrade to trusty. * fixed DLL_PUBLIC-related linkage errors * Trying to fix static clang build * Renaming clang static build * Renaming build type in Travis * Trying to fix shared/static library building * Updating static binary check * moved DLL_PUBLIC definition, added __declspec(dllimport) definition * Trying to fix AppVeyor * Trying to fix Appveyor -- wrong staticcompile check fix * Importing Felix Kutzner's fixes. Thanks a lot! * added declarations for ..._scan_string functions * Fixing boost library include, thanks to Felix Kutzner * Some obvious fix for MSVC compile * enabled shared library building with MSVC * fixed DLL export warning for isatty * no -static for MSVC linker * Testing more of clang * made the Python binding build scripts usable with MSBuild * re-enabled DLL building with MSVC * Adding an empty global to compiler clang * No need for CPP11 build check, Trusty has CPP11 compiler * added DLL_PUBLIC markers to the C interface * Fixing Travis build instructions * made the query-file-tests usable with MSBuild * Fixing the environment for clang builds * Fixing LIT issue * Final fixes to static compilation * added DLL copying for tests * forcing gtest to use the right C/C++ runtime * added python to AppVeyor (for tests) * Just use CryptoMiniSat from GIT, it's more stable for static compilation * Better visibility into executable files generated * deactivated boost in AppVeyor (not supported yet) * adjusted lit tool path * Fixing cryptominisat GIT link * Fixing clang build issue * Adding build SHA1 * Don't specify makefile type * Trying to fix KLEE build * Fixing static binary check * Adding clang static build script * Fixing tests for static builds * All builds should run "make check" * Debugging fuzzing * Fixing Windows build * Adding clang build files * Fixing static compilation of tests * Fixing local build scripts * Fixing python test generation * Fixing cryptominisat selection in fuzzer * Debugging fuzzing issue in Travis * Fixing directory of build for static CMS * Building all combinations for gcc&clang * KLEE doesn't want to build, so let's not build it * Don't build COVERAGE using clang, it doesn't work * fixed #253: DLL_IMPORT in c_interfaces leaks API and breaks installation of STP * Leave an empty line before "exclude" in TravisCI * Specify OS for Travis * Making python build again both for Windows and Linux * removed unnecesary include of in c_interface.h and moved it into implementation * reverted the python interface build scripts * enabled tests in AppVeyor * added the not tool (test dependency) to AppVeyor * repaired the installed version of library_path.py * removed node typedef in c interface * fixed bug introduced in replacing all the things * replaced 'stdX.h' headers with C++-style headers * enabled building with boost in AppVeyor * improved AppVeyor build time * Playing around a bit with build flags * Don't display test output of LIT, it's too much * Adding some comments to AppVeyor * Removing unused variables * Adding EOL to files * Using $() instead of `` * Removing unused code&variables, reducing scope * Removing unsued code in TravisCI * Adding badges * Fixing badges * Adding coverity badge * Fixing potential memory leak * Code cleanup * Revert "Fixing potential memory leak" * Fixing Linux build * using a single output binary directory on Windows * removed the pre-check target * fixed the python binding installation configuration * installing stp.dll in bin/ on Windows * parse license directive in smt2 format. * fixed output directory setup (thanks @delcypher) * made python binding paths more platform independent * cleaned up a fixme comment * disabled test execution on AppVeyor * Adding explanation to option --output-CNF * No need to build CMS's python interface. This will fix TravisCI * cmake: fix ENABLE_PYTHON_INTERFACE option * Some improvements in CMakeLists.txt - Enable RPATH on MacOS X: the STP dynamic library can thus be found more reliably by applications using it - Do not search for Cryptominisat, if NOCRYPTOMINISAT is set to ON - Added configuration option to disable Python interface (ENABLE_PYTHON, default ON) * [CMake] Fix #192 * Fixing cmake in TravisCI * Using auto type * Don't print cmake build&install to Travis * Use ccache * Don't cache in AppVeyor * Making cmake with 2 cores in Travis * No need for the cmake config in TravisCI * We only need the python interpreter for the tests * circumvent Xcode bug with CMake's TARGET_OBJECTS * Using a cleaner way to set C++11 and C99 standards- require only boost-program-options in tumbleweed- create libstp2_1 for library as required by policy- require minisat-devel and boost-devel in -devel- package also stp_simple, needed for cmake find_package - Update to version 2.2+20161105: * Improve performance by creating fewer strings. * GitSHA1: really disable timestamp when requested * ASTNode rvalue reference assignment and copy constructor. * simplifier: use abort() after assert(false) * bug fix. * (1) fix building. (2) make index width / value width out of the base class. Saves 8 bytes in bvconst. * Might fix the issue described in #235. Missing dependencies. * oops. fix build.- update to 20161028 - remove simplifier-use-abort-instead-of-assert-false.patch - remove GitSHA1-really-disable-timestamp-when-requested.patch- update to 20161005 - switch to ninja and %cmake macros - disable timestamps - add simplifier-use-abort-instead-of-assert-false.patch - add GitSHA1-really-disable-timestamp-when-requested.patch- update to 20151122- update to 20151030 - package AUTHORS and LICENSE- update to 20150904 * remove: AST-simplify-FatalError-and-mark-as-noreturn.patch- remove: fix-no-return-in-nonvoid.patch - add: AST-simplify-FatalError-and-mark-as-noreturn.patch- update to 20150828 * drop one hunk from fix-no-return-in-nonvoid.patch- update to 20150418 * remove: fix-install-paths.patch * remove: no-build-timestamps.patch- update to 20150415 * drop one hunk from fix-no-return-in-nonvoid.patch- add no-build-timestamps.patch- update to 20140928 * many fixes * remove-broken-functions.patch: remove, upstreamlamb12 16150250742.3.1+20171008-bp153.1.172.3.1+20171008-bp153.1.17stp__init__.pylibrary_path.pystp.py/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/stp/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/f62d7b0a644e1a6fd786e82d48e5a7f5-stpcpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executableASCII textRRRC-ʊxutf-8ceb36237b2ae5c37c7170269908f0470e40399316cc55873ef02b047c74d317d? 7zXZ !t/f] crt:bLL.Z^a {,X-<B [9\ܷV䓾f[EIff\ꨱM,0NvǍF.Sʧk%qs~EUI{4vNxZ$Ң.4|qz[(S*CSXC\loҸLQE)ߜwFdR"sAN8q0/gG1Ŀ綛t"տK Eøkx[8Cf>S^ITD6{cwUy/QtxoU1qz'NM,"`7 I9"pz}WU]E?n7Ke5@F`ż֠Gu ODM )mt m*,*[q zm鈍s$u#c_k B H8DEAEmbdP3PZ!g֞ŒcU0Q(Q1z'r}:1'JY4 %1k,7xoXͩ<t+ܱf^;2N<ѱ琔Ov#6X%稻*{bWRdcrc.\].J7em~(a${01İ|FR[ěP9\q8}~MQ`k1Q{HdY %ڒU B6xٴ lIߕQ.vvtȂ%q xcHOlnuPcxyuU-ǽooZf\hC-gt׾@av&Qz+r_p;@)h l]Ųs,5xBebV`;8g4҈:9ŢePWPR]<@v[@Sp,e:.qߖZH9g㥡r^f͓ ;0^DŽLӪUCē|%m ZO^ )ӹ;mRm%J̽ZDqr| =N#ЬC\+࠯a5aSʸI{u+xNQYiPىDY %" X& & [q؁"K`Z0dX_5ʠS>|9a'+8r\⿡[HtqOf3qiq7?!+#47ڪͲcNUZ^-HL00աJ@gʇ8ơ)(9ù7N*3gj(γ)Z#J>"2(HxknɃCa$F-ߕͳijIck`;;"փ Et_&O8tVև|Zυ-qp2P G@k1s2y˪n?AJǂUFD&>:cڽ.;OFgu%;n:sН ma$N%]"M /?jkf Fo9WkqUb_b#1G叞B{䜓 S'S p&i2P I8ܻբ;M] VZ7("[XYk2Z'v+l{ӉX_}g@h`j_n BjYä"6. d΋!דous؄ِs P _Ÿ-Φ5sH]ΜET[<("i8]R&x)`FȌp}t$v)33-6 ; Pʅ"mƋW8IiVez6"n(ٍ7d6^BOOBG՜~YͿ(Q-}8,$# RG.R0P50.GwVO J2$.gik,NTd끊DE c]ƓRYo2ׅ76HM$&2Nm9]Z;q\1HK w(e洝4Y~In;Gf ibmƿyşe0\a \+U[NWc`';fxN:&b-WkbNW-XoWuvA]oT&Xnğ#RZ μ|D =J~>Y_~1 eE(,2r34!׺XH%2HXVKuͧhN7?pC|rjV=Xh g~$`}bI1x]7-p*wa"EA$6Ca$chCJmm >7Vyx `]g }lN/HDĺ,0?)ZfKh.%l̟ER`)1@bS7nRQI](XbBê7]/|JM+mMgf,q唡/ ɪAa΅_`7xymM%~_[Th2zP)6CQ45:=# _2v^yuٔʐa2Y.үHز$ݶn"#+nD4<[`PS?^n+ˆAg 2/01K4!> +X%i>CVoT07|ݢ8sq8; ap/*dg8fcI6u0 YPIT%`cZ೅ޘ!r 8 7{ݘ{AW@TX5O{aZ׷v[!i4C(y"#jACR\z$wW¤}DB o#?5Qt'z_ wP`$Kn&ݻԳ]SUN_ryha=X@(E >D͘yߏ\-IO-⪹Cԛ$/aVR/('gB5k`۳Pl#gW(MN[> 26b÷ ,f`Ѐm cQLQ ֿF1pN>zFǧe/p`$,D6q9g45&H%W3Do9޻"רgzIշx &<Ӄ=T-u{"" Jٳzt#_4aYS%>G߭Ҭ;i Sm&"꜉6٢o %V›Eߏ]BGQ}aV7;);Wafu]Ǫ&x9ˁeIp^!IyMc!,mI/1%Nz]}yV`5B'd猅rȇu`Zu$', [oϷxvef y'=֋{h)Y׃$Sr=\!ɼ~K _ach~!P..Uް!xG7(!KӾBw?6DˤqZB!e I0Zw)3 ek[@~֭v>zzGTq%@fV5C%~ Bم:ų*;E]_.^ ١VaC);:kr W'EEju>i}bkn5~q]n}2Xe|D3rV!Xc3$]YG8lN3@2r#2^C߅uAJqNI8;c\US] &EJo2vp'TDrE _(,opmLu+)ZMFl҂qD7 =ģ\|c`Z"-g]בZZVT$3y*CjXK]W򠙙8Ї݉s "Fh6zn/<(;".e pVȪG=TO6'ECc ZO]VM6$jzn̒[bzP皱*'t~Jv'R^X>6A`iS Ŕ]KKC9YDg`S#ɇc{Su4͠f$XB5ut3U=Hied?=B*P(Ne- _s4FD[aSbԸT.ΊdC mZz h[6e n>) 7Z(Ptk|3S[-L斃""?fLFT :52qy&Ĭ&5*;ق9Tt F߰`J!ՠdC"$PW@^mc=Cu '#c/ PQ_-T,Sd#%&ՙb7 Kԫ%X%l)Ӷ&wz!Tn4EZ9NbD{X缸\ w1 yNl` puڮ)a[ x'a6ę E"V޲dx UZ#*lÑ X C0m辖oسiU@TC[v4N'쭂̓b/0ߌ{C*lg$ě:1~D\,'R_'#.)J΃9 Ka nzԁay ;-!qNhk-Х|幮.eRƚl3+k^HRJw țg K8r+#> cTݩbY|j2֩BlD#F ,wwfޯ x?{prV6.5K,95-֠:bMNfR(֨A~4.VEC 4{+ڨd YZ