atkmm-devel-32bit-2.29.1-lp152.1.3 >  A ^'/=„`n's5GR !tk5}.=ly0@o-VH53trC &^R鳪~r|N'lVDpOɜh+}CO| R IyƎL%{S#5ps.Q ץxlᵙz/4&c hjQcDz!zsJM:I|PlK%lҒdzS,bGI-ZyP)u5Pfb3abefc8741e375d05d02dbda498742e2a4fa28d9649ea859bf3ae45dcf023bf7a3eaca524e077b0f1826b77c7274aa430a4cf0^'/=„aF kAl+'h? M;*MrË}X9uUaxoU.0r($]/߭hǝe\v'uU"F{Yy,X!fN\m'\rή)UKP'\0U={V//!N!#gY `؁,^7ܰҩDyAHolq-j; Cgߏ vG75p9?d % Z $,0CL^ x     @X(89L:GHIXY\]^bcd eflu(v,04:|Catkmm-devel-32bit2.29.1lp152.1.3C++ Binding for the ATK library -- Development Filesatkmm is the C++ binding for the ATK library. This module is part of the GNOME C++ bindings effort. This package provides all the necessary files for development with ATK library's C++ bindings.^lamb25openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.gtkmm.org/linuxx86_64^libatkmm-2.30.so.1.1.0rootrootatkmm-2.29.1-lp152.1.3.src.rpmatkmm-devel-32bitatkmm-devel-32bit(x86-32)    atkmm-devellibatkmm-2_30-1-32bitrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.29.12.29.13.0.4-14.6.0-14.0-15.2-14.14.1]v>\ZZx@ZZSY@Y /XEVXEVWV\:@V UUz@Bjørn Lie bjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.comdimstar@opensuse.orgluc14n0@linuxmail.orgzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgidonmez@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.org- Add atkmm-use-glibmm-262.patch: Forward port to use new glibmm2. Following this, add libtool and mm-common BuildRequires and pass autogen.sh as the patch touches the buildsystem. Also replace pkgconfig(glibmm-2.60) with pkgconfig(glibmm-2.62) BuildRequires.- Update to version 2.29.1: + Build: - Require C++17. - Replace the Visual Studio project files with MSVC NMake project files. - Use glibmm-2.60 instead of glibmm-2.56. - Change the ABI to atkmm-2.30. - Replace pkgconfig(glibmm-2.58) with pkgconfig(glibmm-2.60) BuildRequires. - Drop pkgconfig(glibmm-2.60): Fixed upstream. Following this, also drop libtool and mm-common as well as autogen.sh call, no longer needed. - Bump soname following upstream changes. - Drop atkmm-glibmm-bump.patch: Fixed upstream.- Export CXXFLAGS="-std=c++17" until upstream catches up. Required, as libsigc++-3.0 moved to C++17.- Add atkmm-glibmm-bump.patch, fix build with new glibmm2. - Following the above, add libtool and mm-common BuildRequires and pass autogen.sh as the patch touches the buildsystem. - Also replace pkgconfig(glibmm-2.56) with pkgconfig(glibmm-2.58).- Modernize spec-file by calling spec-cleaner- Update to version 2.27.1: + Change ABI to atkmm-2.28. - Update '+' in GPL/LGPL License tags to '-or-later' and add GPL version 2 and 3 to the preamble to comply with the copyrights. - Update packages descriptions to show more explictly subpackages' content. - Drop unneeded standard BuildRoot tag declaration: RPM already handles this itself. - Point fdupes to the data directory under the build root instead of the build root directly, which is a practice that must be avoided. - Rename shared library subpackage name to libatkmm-2_28-1 to follow upstream change. - Recommends the documentation subpackage.- Update to version 2.25.4: + Build: Use glibmm-2.56 instead of glibmm-2.54. We have changed the ABI name in glibmm. + Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc(). These vfuncs shall delete the returned character array after it has been copied to a Glib::ustring (bgo#783360).- Update to version 2.25.3: + Use C++11 enum classes instead of old-style enums, and put some enums inside relevant class declarations: - Relation: Change RelationType to Relation::Type. - Text: Move enums into the class. + Build: Windows: Visual Studio builds: Update glibmm ABI version. - Changes from version 2.25.2: + Build: Use glibmm-2.54 instead of glibmm-2.52. + (Murray Cumming) + Replace uses of Glib::ArrayHandle<> and Glib::SListHandle<> with vector. + Visual Studio: Require Visual Studio 2017.- Rectify rpm groups.- Update to version 2.25.1: + This is the first release of the atkmm-2.26 API/ABI. + Require C++14. + Use glibmm-2.52 instead of glibmm-2.4. + Fix silent builds (bgo#768797). - Rename libatkmm-1_6-1 to libatkmm-2_26-1, following upstreams soname change. - Remove outdated condition for openSUSE 11.2 (make the doc package unconditionally noarch).- Update to GNOME 3.20 Fate#318572- Update to version 2.24.2: + Regenerate with the latest glibmm.- Update to version 2.24.1: + Regenerate with the latest glibmm. - Changes from version 2.24.0: + MSVC build fixes.- Update to version 2.23.3: + Rebuilt with latest glibmm, whose gmmproc generates C++ move operations.- Update to version 2.23.2: + Use (and require) C++11. - Changes from version 2.23.1: + Atk: - Document: Add get/set_attribute() and deprecate get_document() and get_document_type(). - Component: Deprecate add/remove_focus_handler, get_size() and get_position(). - Add Range. - Table: . Deprecate get_column/row_at_index(). . Add a get_at() const version and deprecate get_index_at(). - Text: . Deprecate get_text_before_offset(), get_text_after_offset(). . Add get_string_at_offset(), deprecating other methods for it. - Value: Deprecate get_minimum/maximum_range() in favour or get_range(). + Build: Update MSVC 2005, 2008 and 2010 Projects: Add "Install" Project.2.29.1-lp152.1.32.29.1-lp152.1.3libatkmm-2.30.so/usr/lib/-fomit-frame-pointer -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:Leap:15.2/standard/b946dfd4d9e8ab764f8efb9df02f0f5c-atkmmcpioxz5x86_64-suse-linuxutf-8487f832e6171b7336edc4144ef89b19e4f7ff9b0606ce315ef26a2ec92d82cff?p7zXZ !t/]] cr$x#*ʺof$/ Y*#6