flatpak-builder-1.2.2-150400.3.3.1<>,e<dtp9|3NtCc0]VZD0hI,d/yM릴8.!lت@=bU‡Q#xQw>AE?Ed % H 1EKT         0  < l   @l( ( S(( 8 9 : F=.G=H H=x I= X=Y=\= ]> ^> b?c@id@e@f@l@uA vA@wC xC yD%zDDDDDDDECflatpak-builder1.2.2150400.3.3.1Tool to build flatpaks from sourceTool to build flatpaks from source. See https://docs.flatpak.org/ for more information.dth01-armsrv2 ?SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Tools/Buildinghttp://flatpak.org/linuxaarch64-0'3~g8"A큤A큤A큤dsdsdsdsdsdsaZAdsV= 1.12.4 + show "Unexpected filesystem suffix reset, ignoring" warning in other cases + Make FUSE 2 optimizations opt-in + Make the JSON schema introduced in 1.2.1 more complete- Update to version 1.2.1: + Fix debuginfo being re-processed multiple times in a manifest + Change manifest parsing issues from warnings to fatal errors + Add .tar.zst archive support + Fix auto-detection of .7z archives + Install a JSON schema for manifest format + Documentation updates- Update to version 1.2.0: + Add missing newlines in some output + Fix missing error check in the new inline data support + Updated documentation. - Changes from version 1.1.2: + New secret-opts feature lets you pass e.g. CI secrets into the build. + Support content-encoding when downloading. + New inline data source allowing easy creation of files from embedded content from the manifest. - Changes from version 1.1.1: + We now use the external debugedit project instead of using an internal copy. + The system version can be used, or if not an internal version is used built using git submodules. + Note, this needs libdw 0.172, which may not be available on older distributions. - Replace old and no longer used libdwarf-devel with the correct pkgconfig(libdw) BuildRequires (and stop passing header to configure).- Update to version 1.0.14. * Ensure that sources cannot create files outside the build directory. * If --sandbox is enabled, ensure sources can't real files outside the manifest directory. - Update for version 1.0.13. * Fix a bug where git submodules were bundled even when disabled (whereas in the previous release this issue was fixed for the extraction phase) * For bundled extensions, use the specified version as the branch rather than using the branch of the parent app- Update to version 1.0.12. * Make --run work if manifest has --metadata in build-finish. * Don't try to extract git submodules if they were disabled.- Update to version 1.0.11: + Use brz instead of bzr fom bzr repos (if available). + Fix run-tests with --sandbox and empty test-args. - Changes from version 1.0.10: + Support for 7zip archives. + Allow overriding archive type. + Support --token-type option.- Update to version 1.0.9: + More detailed commandline output with --verbose enabled. + Support for including yaml module snippets. + Support the CCACHE_DIR environment variable. + New option disable-submodules for git sources. + New commandline option --show-manifest. + Multiple modules with the same name in the same manifest is now supported.- Update to version 1.0.8: + Support multiple instances of --install-dep-from. + Ensure shallow git mirrors are updated when the git ref changes. + Improved error reporting.- Update to version 1.0.7: + Use the new die-with-parent feature of HostCommand when build to run in a flatpak. + Fix some details in how we create platform commits to fix font cache mtime issues. - Changes from version 1.0.6: + Pass --noninteractive when installing for flatpak >= 1.2.0. + Doc fixes. - Changes from version 1.0.5: + Due to a change in the output of "flatpak info" the support for loading default build options from the sdk regressed with flatpak 1.2.x. This is fixed and everyone who built flatpaks with 1.2.x are recommended to update to this release and re-build. - Changes from version 1.0.4: + Add --add/remove-tag options + Allow using a full ref as sdk and use the branch from that.- Switch from Requires to Recommends for bzr. bzr only works for python2 and on a python3 only system, bzr is not available (bsc#1082696)- Update to version 1.0.3: + Compress changes in cache, fixing the build of large applications like libreoffice in some cases. + Add new default-branch manifest option to allow overridable branch name. - Changes from version 1.0.2: + Print a warning when a YAML document has a float-like string value. + Handle .txz archive suffixes. + Set SOURCE_DATE_EPOCH to the mtime of the manifest in the build. + Update python post-processor to handle python 3.7 pyc files. + Allow unsetting env vars in the build options by setting them to null. + Documentation improvements.- Update to version 1.0.1: + Run appstream-util mirror-screenshots in the sandbox, rather than on the host, as the host might not have a new enough appstream-glib. + Fix build cache when a module has uncommon characters in the name.- Update to version 1.0.0: + Respect no-parallel-make with ninja. + Fixed regression in data: uris. + Warn about deprecated cmake property. + Make X-Flatpak-RenamedFrom a list. + Fix handling of mirror uris with no terminating slash. + Take arch into account for --skip-if-unchanged. + Fix --run when run inside a flatpak sandbox. + Ensure GIT commiter env var is set when applying git patches. + Keep x-* properties in the manifest when creating manifest.json. + New property paths in patch source to apply multiple patches.- Update to version 0.99.3: + Add X-Flatpak-RenamedFrom key to renamed desktop files. + Set FLATPAK_BUILDER_BUILDDIR when building module. + Handle large downloads better. + Make p2p code non-optional. - Changes from version 0.99.2: + Fix --install not working due to asking for confirmation. + Fix builds with latest libsoup. + New option git-init for archives. + New option use-git-am for patches. - Changes from version 0.99.1: + New libdir build option. + Support loading default options from sdk. + Add support for overriding c/cpp/ld/etc flags in a module. + Now uses libcurl to download things instead of soup, which means we now support ftp urls. + Don't prune build caches when building with - -{export,finish}-only. + rename-desktop-file now handles launchables in the appdata. + Archive sources support dest-filename. + Archive and file sources now support mirror-urls to list extra urls in case of network problems. - Add pkgconfig(libcurl) BuildRequires: New dependency.- Add "BuildRequires pkgconfig(yaml-0.1)" in flatpak-builder.spec to enable yaml manifest file support. This is needed to build flatpaks when flatpak manifest files are written in yaml (instead of json).- Update to version 0.10.10: + We now support yaml manifest as well as json. + New source type "svn" to download subversion checkouts. + New source type "dir" for local directories. + Set FLATPAK_BUILDER_N_JOBS in environment during build. + If not using ccache, enforce it of. This helps builds with meson as they pick up ccache by default, which makes no sense when there is no persistent storage for ccache to use. + New options prepend--path similar to the existing append--path ones, but prepending instead. + New argument --no-shallow-clone which disables any shallow clone optimizations. + New inherit-sdk-extensions property similar to inherit-extensions, but is not inherited in the platform. + We now ignore json keys starting with "//" and "__" allowing these to be used for comments. + Fixed a bug that caused --install to not work properly. + New argument --extension-tag for using the new tagged extension feature. + The build metadata now records which extensions were produced as part of a build. + New property add-build-extensions allows creating exension points that can be used during the build. + flatpak-builder --run now also binds /run/build-runtime to the builds, allowing it to work when building runtimes.- Update to version 0.10.9: + Support -y argument, which passes it on to flatpak install, etc. + Fix build on glibc 2.27. - Changes from version 0.10.8: + Fix build on recent glibc. - Changes from version 0.10.7: + Add support for --socket=fallback-x11. + Fix assert in --install. + Fix --disable-updates for git sources. + When mirroring git repos, use a temporary download dir. + Support running flatpak-builder inside a flatpak sandbox.- Modernize spec-file by calling spec-cleaner- Update to version 0.10.6: + New checksum types for file/archive sources: md5, sha1, sha512. + Support including source snippets from another file, similar to how module includes are supported. + The app id renaming in the appdata file is now more careful to avoid renaming other parts. + The cache default repo format for new caches is now bare-user-only which means building with flatpak-builder works on filesystems that don't support xattrs. + New --install argument will install the finished build using the new flatpak install install-directly-from-local-repo feature. This makes it easier to test local builds.- Update to version 0.10.5: + Add support for running tests during the build (disable with - -disable-tests). + New build-option append-pkg-config to append to PKG_CONFIG_PATH. + --state-dir option lets you reuse a single directory instead of scattered .flatpak-builder dirs for builds, downloads and cache data. + git: Allow updates with non-fastforwarded branched. + Don't fail if app ships both appdata and metainfo file. + Support --log-system/session-bus in --run.- Adjust RPM groups.- Update to version 0.10.4: + Fixed source bundling of git repos with older versions of git. + Allow git sources to use "HEAD" branch. + Fixed crashes in some cases of git failure.- Update to version 0.10.3: + Yet more fixed or older versions of git. In particular, we disable fsck during transfer when doing a shallow clone and the git version is less than 1.8.3.2. - Changes from version 0.10.2: + Even more fixes for shallow git clones with older versions of git. + New property for git sources, disable-shallow-clone which falls back to cloning the entire remote. - Changes from version 0.10.1: + Fix handling of shallow git clones with older versions of git. + Fix issue where flatpak-builder --run could exit if some thread in the parent process exited, exposeb by e.g. gnome-builder. - Changes from version 0.10.0: + We now do shallow clones of git repos when downloading if possible. + The way the cache works internally was slightly tweaked which will cause all existing caches to be rebuilt. - Changes from version 0.9.99: + Fix git source bundling on older git version. + New property: appdata-license lets you easily modify the appstream license field. + New source type "extra-data" which makes it easier to use extra-data apps. + We now automatically compress debuginfo unless the no-debuginfo-compression option is specified. + Appstream files called .metainfo.xml are now recognized. + New prepare-platform-commands property, similar to cleanup-platform-commands, but run before importing all the changes from the SDK. + We now apply all the deletions that happened in the SDK on the base when creating the platform. - Changes from version 0.9.98: + build cache hits are now faster. + git sources have a new property "tag" which works the same as "branch", but improves readability when referencing a git tag. + flatpak-builder --run now passes --with-appdir which is useful when testing uninstalled builds. + When bundling git repos in .Sources we now make a shallow clone which uses a lot less space. + .Locale extensions now always set the new locale-subset property. + locale-subset is supported in the add-extension property. + build-options now also supports make-args and make-install args, which allows per-arch make flags. - Bump pkgconfig(flatpak) BuildRequires to 0.10.0. - Bump pkgconfig(ostree-1) BuildRequires to 2017.12.- Initial build for openSUSE, version 0.9.11.h01-armsrv2 1693316212 1.2.2-150400.3.3.11.2.2-150400.3.3.1 flatpak-builderflatpak-builder-debugeditflatpak-builderdocbook.cssflatpak-builder-docs.htmlflatpak-builderNEWSREADME.mdflatpak-builderCOPYINGflatpak-builder.1.gzflatpak-manifest.5.gz/usr/bin//usr/lib//usr/share/doc//usr/share/doc/flatpak-builder//usr/share/doc/packages//usr/share/doc/packages/flatpak-builder//usr/share/licenses//usr/share/licenses/flatpak-builder//usr/share/man/man1//usr/share/man/man5/-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.suse.de/SUSE:Maintenance:30371/SUSE_SLE-15-SP4_Update/4bc3d57313700ca63bec2454dd0dc622-flatpak-builder.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=17a30ec6c7e1b0e5c6ee86fb9994b167d224a933, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=436386196f21a656f44a0ac4bf9ca01da48f7964, for GNU/Linux 3.7.0, strippeddirectoryASCII textXML 1.0 document, UTF-8 Unicode text, with very long linestroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) RRRR"R!RRRRR R R RR#RRRRRRR R RR RRRRRRRR RRRR R3\xm?qn/usr/bin/bzrutf-88c966e0d250d7228e1e468316dbfc774e4d319919a17854315a9e0554b365049?7zXZ !t/,n]"k%oB eMn`[rTY3v7O>N%i( AkPv =tNe\y\(;vS_l!֢55yRna&$).^}aYs4 PNRZpo]ܾQ56B;xb5:ӟ{a[u;|(W܇nE8؞s͘:)D3 $m Op]JθpMcu %PeB?nD!%$\w:V^KUIiZdԫŖh $3].4~y=%YE5WQy= A ǎ`HA`Yl{!_@~ !utg5scjf~ʔ,hoASJ rrj!|?NFihƠxE]̠gՍ;m,Fo.L 9^.?M*y&ws%>y]?^M@owdG[h|!Wf-Uy|1xZ|"h$,$1=ɄK-G>Ƥ6tP R}=AT yo]d ;b ,7X& EIp9WSf;7s h84JDx.I*`:A& g rd>2))1' k2YCXZg{υ/=/l+Rl#\+hk&x V-Uhn/| {j@Q yIl2+ᱢp۪|EMHPq^@jmTQlj>Nn(ewmGϔgjs $DJDc 6z 6Vv cD16P `36>]kzCMK،E"VqutLg" 73_Ɠ}AD=5tg;ܰ 7Ah }y֑N;}ŀXX*W?H5Ǜ WPv}}ƌち@Dc_bzB F;l޻W˙G#PNB٭V&Y]%̎TςYülhÕ~;;n.9S7 JV5 qm6u jI-+ֱ͟>ʧ@%Ab4A*8 Qgl w ?E#eE[9~6&ShY#R&?^(uO]wW8A: +MLn\ ܔlbT@.vY33KY[N3v!09'ɮ=1u]-'C)aV2j5<ҞJVd8XܰHuz /&]'xwEigRT ԴVa@VƯUztm+ns!*IZ+)v QŇ~)#uY{9jxc = #lМ46=;}"1ec>pk|n1"l›l~rauIzLU+!q7bkv^-/3unp^h)u]k%rGt* C̱wŅ6G!/,,#C,{rƅ(VT!,*P~VLX"Y'C@c!_ DZ b2n~(IMH0%LiTl֘WUV m3ce$Y( bbz@eOh&01v(Ń|VYfŧ.jgNfSIK k} 0 GlN"9zv:s0oÕu ԥqN Eڟup0ԒMX 2ЮkbHSF)T?EE~7'x-֪֫|VĺyO0/4O%gjvEy=Ou2z5P_GGJoKxx?8Jcdmpֈ6 wW_~׈#+t}Y( jN7n?!}9`ǴYF}GwYkX bpM}KljՆ1q,Z/ׯPHʊ莍 wg`f`Ol‡i6Nh ~W3dMn>sb%I٥ g #&1s>QTA.Mt/U}|GmqURL-;BٙNyzAx,lmOQ/hJv}HVs0IvFV.LP0VQ)ezn5k0r0DK'.tyA?XggPi˾$*;'3Ł+>:Γ@r0Nwљ,HJE9 =|H۴nނ׿,UZ1Yhvb!%ԅ؅)ϭuXwLrWF[ۂp1@/^z2~CW n}ȦOim4E4">TDpn`+4fN5x>y [•7 ѝ"W]4evrI?iq)dhA:Pv,BTAH/K_Kf`—e.**Vg;1(p`1 7.}N!##'8ڻz+š<$ncrf 7 Kr+^) }g =(ZBm@vaf_:>\(xM@펝sY"XoN+$΁w5ܴ+JN^Dgk}^^&q^joO=&k<9 }i"5G*^Vف25mlyxDxx~ɪ# f,=UiB&f9 xôݹ.e4}l~(."I\? Ug*Ž@>ˇ mI(qe-#~С97r~nF e';oY@xk7jږ fZ\y?[uXɈ8 :8ڧ ly6UuO)_WS-=<aa % 8W,_ GE+N¿:<> Z_ гs E< koebЌ YfEgE5å%,]Rk&kcg9AeTjJdC?*mǀV%Vޫ,`?9[)ئWCilGy)dwm5FUKh L| }+keU3e:vxyu4A1P+ϙ)>>p?Wd -xzYVZ68GM;*F=-}|ߧF;x{"v>񆐀~,\%t6A'q0_z2 Di<tY[Gۂr筬ZbKj{JXC Ҙ4pa5mRPe-b9ݫ^Ca$ ـm-Z lʽF*LWGyʄ>ހvH(8 gIhpw7RiH+SkdHm 8ˌ6v< WN91rYqP+JkY}ʗ,2ӑw"قрw5bhŢ 8w+h=ϝ=>i&ּԠ={ -o%+sJSۓnJ ud iƒ1BlA!0jK%~MoNW&:Ar-m( ?|)Ă߃&^M2= K%dgL5 isǬ,o^w1C-UzfPCZ|kBuRBT9.x܏y1廻_]J -k':FY>VY[弆萯wMӾW $u:Pe-wFW 2:˛IE[i▿rk>+a&Jp Ny) L։w'U{lحCCh22, 1' &1'{6D\+MQV_ b#v/RX]Tt畖V4Aւe dBS';'bkL#BPB'lPKeY _)v`#l:uKܳ._ћn|&_ F:HqBp8TgnڈN $l^ٞfEJ4ڿ_u{wo#My]$;e!P:נ%ENel2UP4̘I j5xK1B%8 UDsF|Hӕ.&!9H 7(N|?+옐yf{PaCv8m9t_x|ڱL i`:D,5;QvnY 6A* [(D`۠͜L-6+Sb5Cķ'JUq kHp*f=˃j>P:CCMU5O$Ef/M7ql?HDN) |eV< d]^U 1iG@t[^}PQr,H njLЩ3II7+h"By4b_a׈HbhZP3V!'L>/ǃemgE0 540Bz1=ԗ>i2vM5ua_-1v%H7̂S^K4%7L,I,. l^>DNbezb-INǔɁg> ?I fW]f*&1"aU4nan @;ڇP.Z}(9;~a h)!ټs0~͛Flzp\޳wqHnv۴k?\\g45!,Mᾥ}%ʮW?4pe ЩwMn}^|:S&Jيy"Oh /"Wݠ`sC+E= >Q9q=DN$4GU6ƀ9UivٸΗՂsͧ}."%aU;,FoTeυ7;C0=+]a Gc<&YFbjY#"xMkw \)09 O,^?uӖk1&ǚ:CRTad U_]'SiU\;dyUOIdz?yDoX~Q2J(xuUGŰ]2\5BzAr#,oڋ;i4MW.`5J6 9#^ٳ@s`U6NV6-1*ZmEcT,#w9J4m]3WW PihJP.)  _9dݰ1 BP{rg/yK}?++y 8zOWq2?튛Qjy{`_CTJ("7$KP22$ R x.?03~jaP29ߺB2n8 aPlgzgJܦan|bj_tcn~&U,ʍ-8JouIVtPaE1:$׊y"Ao鷜iv5֞RWpNB22nFOC sjd1M$1˧)NXnTP(ªn_N{-5_3$QLQH?H@y]$>VP;DoѐLZڱ \=mРu7?rt>ߝa(:a*uGO=(W {/}@}MjԯB]&݆KMcp/3\-qK㒋ML,%I a. SˮHCy,vL F4|fWJvh ~FE~[߲ɞ FpUosuEq)