libcxx-gtk-utils-2-2_2-0-2.2.20-64.5e>UAFIM@ِ )I}:V?_Veo1b)M%WkD[vuTHk #dP^9Gޒ П΃/>@!-?!d" ' W@DTXv     0  4Rp"""(8 9 : >@F#G<HTIlXtY\]^/bcdefluv0wxy z |     Clibcxx-gtk-utils-2-2_2-02.2.2064.5Lightweight library for GTK+ programs using C++This is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets._Vreproducible{GNOME:Apps / openSUSE_Factoryobs://build.opensuse.org/GNOMELGPL-2.1-onlySystem/Librarieshttp://cxx-gtk-utils.sourceforge.net/linuxi586FLg8A큤A큤_V_V_VS(_VS(4d0913b2a39186a5c8fd674d0f0046121e8e17aafe4fb026722901f78f837449874773104bb1184485c31ccf2d25a5f4dafff051838ac92ced3dcc0ed86495d77d16284b8118822af060145535c768b0ec45d1bcd5c189e7979d5e859f2f451elibcxx-gtk-utils-2-2.2.so.0.4.2rootrootrootrootrootrootrootrootrootrootrootrootc++-gtk-utils-gtk2-2.2.20-64.5.src.rpmlibcxx-gtk-utils-2-2.2.so.0libcxx-gtk-utils-2-2_2-0libcxx-gtk-utils-2-2_2-0(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.34)libc.so.6(GLIBC_2.4)libcairo.so.2libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libgcc_s.so.1(GCC_3.3.1)libgio-2.0.so.0libglib-2.0.so.0libgobject-2.0.so.0libgtk-x11-2.0.so.0libpango-1.0.so.0libpangocairo-1.0.so.0libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(CXXABI_1.3.15)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.15)libstdc++.so.6(GLIBCXX_3.4.18)libstdc++.so.6(GLIBCXX_3.4.21)libstdc++.so.6(GLIBCXX_3.4.29)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)3.0.4-14.6.0-14.0-15.4.18-14.20.1_T^l@ZR X8'X8'W8dV5U#T@T?@Atri Bhattacharya Atri Bhattacharya luc14n0@linuxmail.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgp.drouand@gmail.comzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.org- Update to version 2.2.20: + If this library is employed in a program compiled with - std=c++17 or greater, permit objects with references or const members to be stored in AsyncChannel objects (async_channel.h). + Deal with Cgu::WinBase and Cgu::Application breakage when testing using glib for gtk-3.99.3 onwards. + When compiling for GTK-4, require version >= 3.98.4 and make consequential changes including to documentation (acinclude.m4, README; doxygen.main.in). + Add fixes for gtk-3.98.0, gtk-3.98.1 and gtk-3.98.4 (file_print_manager.cpp, text_print_manager.cpp, window.h, window.cpp; tests/test_application.cpp; tests/extra/test_file_print_manager.cpp, tests/extra/test_text_print_manager.cpp). + Enable Cgu::FilePrintManager dialogs to be resizable (file_print_manager.cpp). + Update documentation (application.h, parallel.h, shared_handle.h, window.h). - Drop c++-gtk-utils-gtk4-3.98-fixes.patch: incorporated upstream.- Update to version 2.2.19: + Use autoconf's TAP support for running tests. + Cater for guile-3.0 declarative modules. + Suppress GStaticRecMutex deprecation warnings. - Changes from versions 2.2.16 through 2.2.18: See installed ChangeLog file. - Convert to multibuild format to build flavours for gtk2, gtk3, and gtk4. - Add BuildRequires: autoconf which is needed when building gtk2 and gtk4 flavours where the configure script is modified before running %configure. - Add c++-gtk-utils-gtk4-3.98-fixes.patch to fix compilation against gtk4 >= 3.98; combined from upstream git master commits 3589475, 687abc, 847e9b, and 97eb26 and rebased to apply cleanly using quilt.- Update to version 2.2.15: + Use streambuffers not streams when testing fdstream and gstream with char16_t and char32_t character types. + Update documentation. - Pass --docdir to configure to correct the documentation's destination folder.- Update to version 2.2.14.1: + Explicitly qualify malloc() as being within the std namespace. + Do not document the Cgu::Thread::FutureHelper and Cgu::Thread::TaskManagerHelper2 namespaces. + Update documentation.- Update to version 2.2.14: + Provide Cgu::AsyncChannel. + Remove the 'noexcept' specifier for Cgu::Thread::Cond::wait() and Cgu::Thread::Cond::timed_wait(): any cancellation pseudo-exception is inconsistent with this specifier. + Provide TaskManager::get_max_tasks() method with documentation on rate limiting. + Zero initialise the character buffer in Reassembler class. + Adjust configuration macros to enable use of Cgu::Extension with guile-2.2. + Increase coverage of io_watch tests. + Update documentation.- Update to version 2.2.13: + Use glib's unix fd implementation for io_watch where glib >= 2.36 is installed, unless otherwise chosen during configuration. + Update documentation.- Update to version 2.2.12 + Simplify Cgu::Application::add() method. + Minor implementation improvement for Cgu::Thread::parallel_transform* functions. + Permit return value optimisation when returning thread object on starting new thread. + Update libtool to version 2.4.6. + Documentation fix for doxygen-1.8.9. + Update code comments. + Update documentation.- Update to version 2.2.11: + Provide a mutex for calls to make-fresh-user-modules to deal with guile thread safety issues. + Improve efficiency of scheme to C++ list translators for long lists. + Update libtool to version 2.4.4. + Update code comments. + Update documentation.- Update to version 2.2.10: + Permit Cgu::Thread::parallel_for_each(), Cgu::Thread::parallel_for_each_partial(), Cgu::Thread::parallel_transform() and Cgu::Thread::parallel_transform_partial() to take const source iterators. + Provide Cgu::IntIter class to enable for loops to be more easily implemented with the parallel algorithms. + With gcc >= 4.8 or clang >= 3.4, implement callback classes using std::tuple (this enables Callback::make() and Callback::make_ref() to take up to 10 bound arguments, avoids a lot of code duplication and makes for a cleaner implementation). + Preallocate vectors in translator functions which return std::vector. + Correct information about clang compatibility. + Update documentation.- Update to version 2.2.9: + Provide AsyncQueue::move_pop_basic(), AsyncQueueDispatch::move_pop_basic(), AsyncQueueDispatch::move_pop_dispatch_basic() and AsyncQueueDispatch::move_pop_timed_dispatch_basic() methods. + Prevent new GTK+-3.14 deprecation warnings interfering with tests. + Update build system to automake-1.14.1. + Update build system to gettext-0.18.2. + Update tests. + Add comments about strict aliasing with character set conversion functions. + Update documentation, including to cover C++14./sbin/ldconfig/sbin/ldconfigreproducible 16098483212.2.20-64.52.2.20-64.5libcxx-gtk-utils-2-2.2.so.0libcxx-gtk-utils-2-2.2.so.0.4.2libcxx-gtk-utils-2-2_2-0NEWSlibcxx-gtk-utils-2-2_2-0COPYING/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libcxx-gtk-utils-2-2_2-0//usr/share/licenses//usr/share/licenses/libcxx-gtk-utils-2-2_2-0/-fomit-frame-pointer -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/018803a491cf4f84ba0567ebe71c30be-c++-gtk-utils:gtk2drpmzstd19T0i586-suse-linuxELF 32-bit LSB shared object, Intel i386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c678ac190e67935024838766e60d6c34be099e22, strippeddirectoryASCII textPRRRRRRRRRR R RRRRR RRRRRR RRRRRR ))!$2Mnx<=utf-877ec2ca04aba52f25e814a62ebf84a43eac1c8ec675493d48544b31ebfc0a69f3cceb3e85b631e4491468ba0635eb2eb534588958440ce6a7bebaae847b9bec2?(/hDLT3%libcxx-gtk-utils-2-2_2-0-2.0-64.4t ? ;"`f0jJ̀@T%ٜ)D5 > A jA|?iD2eo1b-Q&dBd׳wtce;^$՜f|.!f43da7dcfc8b79f953ae6fb467596db62715ce6bd945e7633202567de89f2297663d225482c75a00e93ccbe1a075776d1e642Rv5M\tD!%ϴ)ZժF7[XCМ}=q6XCٮ-)p 2kduc ^;*P(t.¸ɲTEfGG U?^SBZh91AY&SYgW]mvT\~wyB;$ˁBiܑ@W08jhLLFFFd4h#(?MQiiCi=F=FF_ΗZsY3HG2Մx>Ʈ|CU"D!=u36*qðҲq&>~ `BHA3*Wg]UäC bҫR=1 5)ХZRZأJTEnz"ŐN@X rW&g{֋ tEϰvDF,DQ;LcýՂ*.\R .bZ]vS$!#"$H)XNԶy73ie5HY%ud !F@Y b>GV@Ȅ i2E"@d d`ɔX,8R,zd_^8 ̷F0,IZ? O 8E0j BQ0#gscuq\5n/[mEP8&Vg-@D6H%okbΔjY0"jަ[K\F ۽2L`"}+t\_6ECS~@C!,y^(5y.8+*{K,"!w(,Ȥ,<)ZGa EWɊ j 2(?_dlR.]MpNJ""2 cDD0Bs\>la!JDqvZSDK pVV37ԺcO т1& 3E:=ąOCi{GӌQ^'RPRA~W"ardZktρL^'Es fͯ&wc>Ϋe|-4US}d5l&Qm&L1ӕX[~z׮qR*")Ҥi>)P5c$NE4in)6 ; E#+/k,ݢs!1Us={6UvDSE+UK>0sˡyV2d@;DDu&ݴھ!!"1^2cAbRqbë\ZfVZ޳ ,>KyhE| gcYe}+p_/ewyb{d,R7ase6ϛiGR)ʰѥeZUD-{nә}^iی/Lư`g>fSEyJU|mkTcmDKU+oq|>NQh`}S A +$nhjR\q벆m咑_Y5-|B/3=GH;'q> CWv<:h&u*#%r:t|ko1/5QķGB#s9lE|vy~?5g.VaGk u0 lR0C6/sYI$aL8r- 64N" QWؼ.LJ"<͊lb70;lvpV(T%uAC[~=e?4r|7}^vNaQj^( Vvu®c't~ђnC^jm! GиSvEjnj)O):0tuөMYUQ^4Һq#bQڔY8|uz_qwȞӱMtth׭ᮨOa.wu^Cգo^"(HC3!%S hs@t P[ÐS @t}Eu8Pe+xjʉƋE؋Pu5P`HPLVƍET?VnEuuĉ붉?:P F~UޅFޓ]1vpVxe5@PW 9V݉W4cǷțwBݔЀ KSUЍP W=VṚŨ!7ezlѮ-z yIп6SȀųHS$Xڪ)$: f{mϯ.a;Xƅø)]د.?k̀rʹ3׀FX:ǃǃGUSHueEE EERURjp0 ÉEą@Vu? CtSD e[^_]&.UWBЩMЍFMą@]ĉ]؉كwW}u9FF FRmgf3Ntčt&UjPV4UNRUP bp.JR}]Ơ?ԍGkč wgt:O4GG G>BMUPORVPMY)>? tu>Ry 7>} Dr="g@IjOR d=RS w=RE@UUPEOIPBP26 S=]]z=w^8l qu;^, PE؋WU}p- =clO6QPaW];xgpedx2QWh0>ӴN4 ޔQ'rf[im"AS Iɉ l")TU^@%A@m*YL"ܔ!lޚ>b ,Xq8 cӧmJIEB?ՉKW|%Te0L$jlUdNmp iS& sni}扌s0*/R)gu`@ Xڜ7&SK~^tj|1n=-޴O rU0ηVès;>,^NV{2ېTϳR ԔX!ƒ!U 궃 $U;);E?4[`GP%p&~AJ0C` o?~}D 'sz#CzCgH'%yS)¼虠/ӆ@b  I>l(Kמz5xzkđipg8:T 5.5V=lWoArUA8(XZZFQ>PlhLJsܧ])q3[wyJU.%6=:0>ӞςgiUhO (eHjO8q^xwtG*~~."~Y~V a{  ޢMt#skL"VJH9١Ly}W`a57Kma U=D :! L@#ȓJ4-z\ef<́}0dUm~!Жy5z(>K#9{'Oڶc m%xU6I;.;lb!Ov4aldsޡtcҲP "PfKXW8