libcxx-gtk-utils-3-2_2-0-2.2.20-64.9e>UATa F1sQ:6?_Veo1bKI5}+RKvC4=t WzJ7GC{>@!%?!d" ' W@DTXv     0  4Rp""{"(8 9 : >@ FG4HLIdXlYx\]^'bcdefluv(wxy z t     Clibcxx-gtk-utils-3-2_2-02.2.2064.9Lightweight 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(b024bc259f16147a4df30f3e465807dfb12510502ccad7a8fd2823106ecaa404874773104bb1184485c31ccf2d25a5f4dafff051838ac92ced3dcc0ed86495d77d16284b8118822af060145535c768b0ec45d1bcd5c189e7979d5e859f2f451elibcxx-gtk-utils-3-2.2.so.0.4.2rootrootrootrootrootrootrootrootrootrootrootrootc++-gtk-utils-gtk3-2.2.20-64.9.src.rpmlibcxx-gtk-utils-3-2.2.so.0libcxx-gtk-utils-3-2_2-0libcxx-gtk-utils-3-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-3.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.92.2.20-64.9libcxx-gtk-utils-3-2.2.so.0libcxx-gtk-utils-3-2.2.so.0.4.2libcxx-gtk-utils-3-2_2-0NEWSlibcxx-gtk-utils-3-2_2-0COPYING/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libcxx-gtk-utils-3-2_2-0//usr/share/licenses//usr/share/licenses/libcxx-gtk-utils-3-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:gtk3drpmzstd19T0i586-suse-linuxELF 32-bit LSB shared object, Intel i386, version 1 (SYSV), dynamically linked, BuildID[sha1]=5371ffd5966b94a9472cf642ae27f9151859425c, strippeddirectoryASCII textPRRRRRRRRRR R RRRRR RRRRRR RRRRRR h Zp.utf-8fbc47f5a18d56c8258b5e27a8abf1b30ae4d6f0a211fa337b7da21ff829d498c7ba21dad0bc54465fac2c8578019671e279fe6d5bb64461283f929a3205a789a?(/hzlDLT3%libcxx-gtk-utils-3-2_2-0-2.0-64.8Dz8ג`n<:W$D49 > A jA|?iDeo1b#E#/)vpoO'릫pD297f6d7e354e4e9b51208114e630608a072a9c18391b41476a893f75487aea5a09ae52a8016c14d0105c165ace7db501c3"bOz NTA4UL:5xK+MX4RLӬpk}xS ?KGucUg^+ ;*Mt.¸L^ v'5mi)Ku,_$BZh91AY&SYiz=}|p0޻n]k{ήy;zmEѯ &LL4"iF=L@hOTޙMO #SOLi43H= M='?BOMjzfjd53IFLI2aSS5= &#̊iG 24&&ɡMSCb46Pd4(ML'HoJfP=Az@ 4zQi$Cɠ=!@4 J$S2zMz @h4i44M z@4hOPhh@DS$T&CiOSSS4h4H=OPDh 4dhѡA4CI$yӃl2]֘ҁb*dS^l(Cɚ{'KCחsulL}2V<[z *!P$!R - >d;uuC !ݏb 9 Wt\w7E5t3I~М*. _VپoYawDa7Ku;_Es@2Eˆ|? b,SieU`\!BAZ7 9̧ B c^xTRόW5֨,Ҳ+EEo%;E7L4{fo`il%2kOEbzVw&NXvTA; c 57v75#D Vaf#3y5 fzԺ--FE|%';(x"asE)xѤQ>g>׸lnIAVy x MY" o. RꘚN"*.I!f󅁻G18LCJ9NT.aNΙhQ@{sҨY ZnU5:Jx ,ex_fIxk؁kذ٦L'8Φ(N;z]u5 0^%T4}2"g:v1\o964aU, 2 K߿S9 GZ{38Qa )!jE":(Wt*<[t{1+YZ0A Jg5."d hn&J/N7Xvh E<pÊddb* "'8H,T$Eʈ"|PNjUaC~"^h\4AR,.\(T;Қʸ]$#)An-(G408&DgkKo 6w8hnkXM541eja*3pXij(\ڜSiB@LU];tw, Վ%pd  +2N YӬ)πeF{0gIm^>&yM,j )mv@1H%K aXpr8B+xM !+ `AD15`$"xB2LTD;=|!l.N\;듦(%T(=)u}W.k[>V Ҏ*A#Ŷmu6ڿ1R`(cYAA[hE0DSooUpMP*,j!hHtAMB AFAH$bPARb)L b,Ab` I<3R+CL0"J P  bQ䮆&DHJdbPE Rb\*a!(I)UQAc tp+1T)(RJ#X(*Tb"KR)c @EKQETTbEX*P[2h5% 4mJRئMc `$YPLEY! tp0gZ \PA*\U_ UB EJAdW+"zR"}^(P$Ur;JA@AD` DLi | q $N Hhǒ|sB!/6x`P`ﶹXyەR%,?\SjY1*JP͕Yˋ1p`n䡞l; #0iY݋[K-Ny _$CCHiIc%FS@1ULJLւ{h$%BUT$ˆZC5Rp9,qt@4qdQviHe md5F]K0*ٵLՅ&6Ia&PBdD5eh nf.gw^z9 86h>kc.QtfbF{Sͦ4|Y=فIIgP`&z"ô0uEuo#N,MRpdz>FB2-~~mrнe咅I%D<-RI1ɻ0y4pl@JQ9֏ruʻ&bm @Sikfwz_q^_/J!ɡB h(1K J "}^騰+y<|QfNz GlƂmgA@@{H@ ,7%W&B!@ EC8A/g`i" O[2PE=aG sB0k,' 28.#(p%}+Ȇ.8d,W@ oh mxyN-ɦ#EGY%jZ&gi@SҲ^ƨ?u":΍#}yc0KR(B*v2T}_M49H(wP~^Gs6k7/z5&&xZ( Uޱmhwd1P >g??'Q&M%fQT_SOQ޽=0ᴞm}n?UW_ۊ,.81\F\`lrB%Pj/M5~AtB0#8e@U~i"<_/qh#"7I K,3=%GKmocL^!9-xVU8;&p>Ò cR+L_AflwahuʍL}h^ZN7mh!p Te)c:Ge&MN\1 J>3'IqMsRX fl,gDU}9y'g=`8Mm( C @CSAj0q*8E`Lă[!qj24\~&R8$T9:̬%G^F(Bx=H:H+aLD$lƔ迈RlB8>@3h=6ˎ?u;~6[]K˔T6 S~n_?AnX&֟ ڻ ]VQXg_SN(`rQ1^s"y?*B}wɿD̂맢̍JlަREgubC9a$PoH@9MV7nR^_ݪGډa{F44  r5;Qz U,W,˖o/\c%@ z]a)pr seMe8. %9.+K)sh&Uo @B|}(r/?*qP 5ie+y]{f9S|eNz)Dh%\KL@qQf{_L &!RAq;:0Jb5۠ά@7PbxJ\^> -TԻe"IZ31Q&g7d*/h ym@Ti}g *TC+ǫBAb -R݄%Pͳ7%VV)":ۉBbw4]qްR<( Qme7kپ6.WXgcb 㠨FyXJ055߯otA#,|[5fy33pnN]_gTy۠)˲Ƚ2 <-t&y ;4P̭_pV<++ Мl& U;2uU7O5~ngOho oZn%1of,2eʦ1̂*g ԱAռ&3YD1됆ZQ`wqgNV+,rnkSG;rUl{hwZf*ĊH2rwfŁ\9JKFKy0+  vNCw5 BEUUh]㹴B#0٘&T u3sXXv*`*usOKa7>n5Q"|x$(lZ_j mZXq0J Γ\CiCu&1w7|i10qܢ0Ɯ&>_tw|̍Hʾ%yx9s>cy۹q^젉pHvlucKiO!@@ O1o0\Gd:tspV}OFdW.52UJR5HqGSޜuʢX?Rr0O`2z[d!3CR;=wjljڞo7·ík.}](Axz62ij*:ec KSRtUV<DTқRwQ$V?k+lr Me~`V RN'oSWFCR(\{$@v9)?!&^c;I|q*3? 9pZӁ e BŴ}=%f= /ưY/1O-E;~]EP_ʪЋ]_nJ**+LtR޸!&Z5)~<*j^랟y cQaǹK#jzc4iQs'}G:).â5ّ^+KVŚvE|~=e:[i2HD<WXp7KOͽ|Ѻs)*Xjw};dQA3Rmy;6ه#DahVq^c0$HrR=f&Gf9(Ӟ.oFme! (LHL'U/i3^TwSSRʹR:MUdv EXi\3ݚjsjՓnMr߿Y4|nҔw6QR`1EO! %uhd\}`OPDD_jih(·`d7KP5MBH+ύeputVIlǑӷYeX@g_y\Qj6 ,91idD~5 L@U{Fk* JE_hK :>.}  J^}|ssrË7cu}uLS\˯k|ΰ-\9sP3FiH4]-Mw{h9g0I /zB3049SPIj᪾w&gD ϖ-;5A9vMb-AƵ@T6; Er0L^WZwwoyv p1Ri@3TsͲV^7 tMHdw?R7Gw?! $maPkr '+b rh0.GԗD!nhLv |^P,DZjUQQ Ź+"iXw6eU=L yj/+v@$(?kWfEehaKo[pÐLb&"=FI L:6דe p=wMђYwGD|$ۓ@0+oE=<}&WkX*O-ׇ0ٯgyWO&AV,R3ћ.>/=.Y}V,/H5ǐI1H"c*AtWqLDPS@>ChCだ۠q Jg_~8ǔZkRhN#ZK 0 ՞֋#uDNF1hD ANqA &Cs6MxA,N~biH.N2#Yָ4 Iz(b ]bwaʇL<<>c?WXTP/y&hscg`ad}eS@E]R`H˝ދߑqmMONTPU1j3"J#o7t? (o-[rqhD@ܺE[.]Yib-(Y1HȄAWz6E轉F PNMԋuЉ9EtsMPZiu<Pʼnu -ø5~yO4SHׅt}Eu蠋PjƋE؋P|5P P`VJ?VTu붉% VFU2L~y]f VVh k@PWg9VMȉW:ia/̐tح(ǿІvKSUЍP?jW=V8̩վ=˔3e`3lYyQGɨӌ@߼ B 8je꛽+Z>wdRїKM )Cup覍T$ uRd 5jL'މűs6x/vqF~g+R!$c={V81LMuhd|ZO:t3".??sMԭQ$뺇Z4)0:y{wȟޗ5?eRԈvBz~֘.B"UmŧVAG>҂79z楗0-?pa{wt#g gS H1`48oۛ%;ʥG߯YP"#*W̳ ğ)ᯗn$1U~5 '<-eByĖqa 6bQԲ=]+@< |4 u:i žf5*u8)zH>J4ۃT+{Oᬭh4=wHY -*Zg1-=΀ ?_&E+NMٝVdv ҅uKR4AS 9oB~te*c0i%Bc_G{ˑOd>!.^euyDFvmϱUx,F5|14Gm,ɭw0Kq$(\c@3 bHwGDZg's`Vd9 t.<2'SdI4CV=QI4XiP:iָ$ʜfvAl\3%7"6W/DP4 1C+=ၺAGKt,1k~~Aȱm]Nq5<"AD5N e1$z!(q*PoNéA'6W) ۇ3+D[tGM%y79nmaAšmS *>B,Mv$os QSm6ED:-roiH.Xcsw˛{O^5Ѵ`