cairomm-devel-32bit-1.15.5-lp150.3.1 >  A Zh-/=„B fVocnڃ&Cf &P \10EDZs7_ҷje6ۆ # x3c/r`ohjiGS:$(] h1ji{N0g lsDdp_CdoLv.$jk699`A|OPDN}Tc5R~ċ֮BF[8-6qpS/ަZMMzj5P$d@(<O0@/Jaabcfebb8de203c7b81f82de49db32378f82d97a15f28da0c9a0e0e3936be3116366ea63a97121c6bc67e0c7af6d45d3b1340d99%LZh-/=„O0nɽKlgD 1D6_M.Ա1ٟ쁘v#0rZ37kR斮[3.7%ߴ h*6Zru%;P,6f싶WԽ2~p9 ? d ' ?pt|       48=Bdh9(c8l9:GHIXY \0]4^GbQc d me rf ul wu v     Ccairomm-devel-32bit1.15.5lp150.3.1C++ interface for CairoThis package provides a C++ interface for Cairo.Zh(lamb53openSUSE Leap 15.0openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/GNOMEhttp://cairographics.orglinuxx86_64Zh(libcairomm-1.16.so.1.4.0rootrootcairomm-1.15.5-lp150.3.1.src.rpmcairomm-devel-32bitcairomm-devel-32bit(x86-32)    cairomm-devellibcairomm-1_16-1-32bitrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.15.51.15.53.0.4-14.6.0-14.0-15.2-14.14.1ZZY@@Y /XXJXBX1@WN@WV U{@UUSnR=@QJ@Q0@NtMߒ@M'@LeL@LLV@LK@Jc dimstar@opensuse.orgdimstar@opensuse.orgluc14n0@linuxmail.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgjengelh@inai.demgorse@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgmmeister@suse.comdimstar@opensuse.orgjengelh@medozas.devuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgwittemar@googlemail.comvuntz@opensuse.orgdominique-obs@leuenberger.net- Export CXXFLAGS="-std=c++17" until upstream fixes this. Requires, as libsigc++-3.0 moved to C++17.- Modernize spec-file by calling spec-cleaner- Update to version 1.15.5: + enums.h: Guard the FT-specific include and the enum with an ifdef (fdo#100894). + Build: configure.ac: Require C++14, because libsigc++-3.0 does (fdo#100884).- Update to version 1.15.4: + Use C++11 enum classes instead of old-style enums, and put some enums inside relevant class declarations: - Change Cairo::RegionOverlap enum to Cairo::Region::Overlap. - Change Cairo::PatternType enum to Cairo::Pattern::Type. - Change Cairo::FontWeight enum to Cairo::ToyFontFace::Weight. - Change Cairo::FontSlant enum to Cairo::ToyFontFace::Slant. - Change Cairo::SurfaceType enum to Cairo::Surface::Type. - Change Cairo::HintMetrics enum to Cairo::FontOptions::HintMetrics. - Change Cairo::HintStyle enum to Cairo::FontOptions::HintStyle. - Change Cairo::Filter enum to Cairo::SurfacePattern::Filter. - Change Cairo::Extend enum to Cairo::Pattern::Extend. - Change Cairo::Format enum to Cairo::Surface::Format. - Change Cairo::DeviceType enum to Cairo::Device::DeviceType. - Change Cairo::LineJoin enum to Cairo::Context::LineJoin. - Change Cairo::LineCap enum to Cairo::Context::LineCap. - Change Cairo::FillRule enum to Cairo::Context::FillRule. - Change Cairo::Operator enum to Cairo::Context::Operator. + Build: Win32 / Visual Studio builds: - Require Visual Studio 2017. - Remove leftovers from removing deprecated Win32::create(). - Stop using service for tarball, upstream releasing again. - Following the above: Drop libtool BuildRequires, and stop passing NOCONFIGURE=1 ./autogen.sh.- Update to version 1.15.3: + RefPtr: This is now an alias for std::shared_ptr<>. These should be instatiated via Cairo::make_refptr_for_instance(), though that should never be necessary anyway outside of the cairomm implementation itself.- Update to version 1.15.2: + Remove deprecated API. + Remove old API that takes cairo_matrix_t*.- Update to version 1.15.1: + First release of the cairomm-1.16 API/ABI that installs in parallel with cairomm-1.0. This uses libsigc++-3.0 instead of libsigc++-2.0. - Changes from version 1.13.1: + Added RecordingSurface, wrapping cairo_recording_surface (fdo#121359). - Replace libsigc++2-devel BuildRequires with pkgconfig(sigc++-3.0), following upstream. - Replace cairo-devel BuildRequires with pkgconfig(cairo): match what configure is looking for. - Rename libcairomm-1_0-1 subpackage to libcairomm-1_16-1, following upstreams soname change to represent the new ABI/API. - Add libtool, mm-common and xlstproc BuildRequires as well as call autogen.sh: required, as we have a non-bootstrapped git tarball. - Drop legacy cairomm provides/obsolete from the library package: with the soname change this can't possibly still be a drop-in.- Update to version 1.12.2: + Remove new API that was not meant to be added in 1.12.1. - Changes from version 1.12.1: + C++11: - Use nullptr instead of 0. - Use override keyword on destructors. - Make operator bool() explicit.- Remove unnecessary INSTALL file (resolves rpmlint warning)- Update to GNOME 3.20 Fate#318572- Update to version 1.12.0: + Cairo::RefPtr: Add move constructors and move operator=(). + MSVC build fixes.- Update to version 1.11.4: + Use (and require) C++11. + Add Script and ScriptSurface. + Context: get_surface_wrapper(): Handle CAIRO_SURFACE_TYPE_SCRIPT, returning a ScriptSurface. + Surface: get_device(): Handle CAIRO_SURFACE_TYPE_SCRIPT, returning a Script. + Wrap cairo script device and script surface APIs. + FtFontFace: Add get/set/unset_synthesize(). + Update MSVC.Net 2010 project files.- Add baselibs.conf to source list.- Update to version 1.11.2: + Pattern: Add set_extend() and get_extend(). + ScaledFont: Add the missing get_extents() method implementation. + Allow use from Objective-C instead of just allowing building. + Avoid dereferencing empty std::vector<>s. + Documentation improvements. + Fix linker problems in examples.- Change RPM Group of shared library package to System/Libraries.- Added url as source. Please see http://en.opensuse.org/SourceUrls- Spec-cleanup using format_spec_file service.- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel building - Add cairomm-devel to baselibs- Update to version 1.10.0: + Documentation: Context::arc(): Correct the documentation, as in the C documentation (fdo#31345).- Update to version 1.9.8: + Surface: - added create() for creating a sub-surface representing a rectangle on a target surface - PDF versioning API: get_versions(), restrict_to_version(), version_to_string() - add get_device() - add new surface type enum values + Device - add acquire() and release() functions - Add Device::Lock convenience class + Region - UNSTABLE API CHANGE: Fix do_union(), subtract(), intersect() to throw exceptions instead of returning error statuses to be consistent with the rest of the cairomm API - add xor() functions - add API for creating a region from a list of rectangles - implement copy() + Documentation: - Context::arc(): Fix fdo#31345 about bad math in arc() documentation. - Add documentation for Device class - Add documentation for Region class - Create a libcairomm-1_0-1 subpackage to follow the shared library packaging policy. Add appropriate Provides/Obsoletes. - Remove explicit cairo-devel and libsigc++2-devel Requires of devel package: they will automatically be added the pkgconfig()-way.- Update to version 1.9.6: + Context: Added in_clip(). + Surface: Added get_mime_data(), set_mime_data(), unset_mime_data(). + Build: Added support for Windows 64-bit and Visual Studio 2010.- Update to version 1.9.4: + Added Device.- Update to version 1.9.2: + Context: - set_dash(): Make the dashes parameter const. - device_to_user(), device_to_user_distance(), user_to_device() user_to_device_distance(): Deprecate the non-const versions, adding const versions. + fdo#28246: Cleanup of most -Weffc++ warnings- Update to version 1.9.1: + Added Region. + Context: Don't allow this to be copied. + Fix the MSVC build + Fix the 64-bit build. + Actually install cairomm-xlib-xrender-1.0.pc- build 32bit-package- Update to version 1.8.4: + move to new mm-common build infrastructure - Use spec-cleaner on the spec file.- Update to version 1.8.2: + Fix accidental ABI breakage from 1.8.01.15.5-lp150.3.11.15.5-lp150.3.1libcairomm-1.16.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.0/standard/486263dac8b95c92e390c1d82d4e69d7-cairommcpioxz5x86_64-suse-linuxutf-8da1366910011fc14520d2912bee7f26e612047dd04aa333fbd6001682a605cc7?p7zXZ !t/^] cr$x#*KFaO0:{}ɻLޜoű_I]cVHS0/G3*`Ю|/K-Oe[2*:ˇՉ=,WdNt YZ