Hello community, here is the log from the commit of package xdg-app for openSUSE:Factory checked in at 2015-04-23 07:58:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-app (Old) and /work/SRC/openSUSE:Factory/.xdg-app.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-app" Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-app/xdg-app.changes 2015-03-30 19:13:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xdg-app.new/xdg-app.changes 2015-04-23 07:58:08.000000000 +0200 @@ -1,0 +2,51 @@ +Wed Apr 8 20:42:14 UTC 2015 - [email protected] + +- Add ostree Requires: xdg-app can't start without its presence. + +------------------------------------------------------------------- +Wed Apr 08 09:46:56 UTC 2015 - [email protected] + +- Update to version 0.1+git.20150407.fc8db2b: + + Add COPYING to reflect license headers + + Pass name into build-init and store in metadata + + build-finish: Only export files with app-id prefix + + Switch to using glibc xattrs. + + Remove dead code in xdg-app-builtins-build-finish.c. + + Remove dead code xdg-app-builtins-build-init.c. + + Remove dead code xdg-app-dir.c. + + xdg-app-builtins-list.c: Cleanup comma separator code +- Add 0001-Finish-switch-to-glibc-s-xattr.patch: complete port of + libgnx to xattr. + +------------------------------------------------------------------- +Mon Mar 23 13:11:29 UTC 2015 - [email protected] + +- Update to version 0.0.1~20150323: + + Mount system fonts in /run/host/fonts + + deploy: Split the file rewriting and prefix checkout out from + the exporting + + Move update_exports out of deploy/undeploy + + Remove old code handling per-app data + + Add xdg_app_dir_list_refs[_for_name] helpers + + builtins-list: Use the new helper to list refs + + uninstal: Fix the cleanup of empty dirs + + Track which branch of an app is current + + Add make-app-current + + Make sure we initialize variables that auto-cleanup + + xdg-app-dir: Move exports to update_exports + + Import libglnx + + Convert to g_autoptr + + Use cleanup macros from libglnx + + Switch to GLnxDirFd + + Use glnx_set_error_from_errno + + Use g_steal_pointer + + Check for libattr header + + fixup g_steal_pointer use + + Fix dist + + Require ostree 2015.3 + + helper: Manually apply bind flags recursively + + Bump version to 0.1 + + Fix build on older glib + + Add copyright headers + +------------------------------------------------------------------- Old: ---- xdg-app-0.0.1~20150305.tar.xz New: ---- 0001-Finish-switch-to-glibc-s-xattr.patch xdg-app-0.1+git.20150407.fc8db2b.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-app.spec ++++++ --- /var/tmp/diff_new_pack.m8qtiy/_old 2015-04-23 07:58:09.000000000 +0200 +++ /var/tmp/diff_new_pack.m8qtiy/_new 2015-04-23 07:58:09.000000000 +0200 @@ -17,13 +17,14 @@ Name: xdg-app -Version: 0.0.1~20150305 +Version: 0.1+git.20150407.fc8db2b Release: 0 Summary: Manage OSTree based application bundles License: LGPL-2.1+ Group: System/Utilities Url: https://wiki.gnome.org/Projects/SandboxedApps Source: %{name}-%{version}.tar.xz +Patch0: 0001-Finish-switch-to-glibc-s-xattr.patch BuildRequires: docbook-xsl-stylesheets BuildRequires: libcap-devel BuildRequires: libtool @@ -33,16 +34,20 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libgsystem) >= 2015.1 BuildRequires: pkgconfig(libsoup-2.4) -BuildRequires: pkgconfig(ostree-1) >= 2015.1 +BuildRequires: pkgconfig(ostree-1) >= 2015.3 +Requires: ostree >= 2015.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description %prep %setup -q +pushd libglnx +%patch0 -p1 +popd %build -autoreconf -fiv +NOCONFIGURE=1 ./autogen.sh %configure \ --with-priv-mode=none make %{?_smp_mflags} ++++++ 0001-Finish-switch-to-glibc-s-xattr.patch ++++++ >From dab8d5ad7a0d6f9385c6713d6a8d620484f2c73d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <[email protected]> Date: Wed, 8 Apr 2015 11:55:35 +0200 Subject: [PATCH] Finish switch to glibc's xattr Commit d59a63e switched from libattr to xattr, but missed the explicit linking of libattr. --- Makefile-libglnx.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-libglnx.am b/Makefile-libglnx.am index 8775418..9ccceeb 100644 --- a/Makefile-libglnx.am +++ b/Makefile-libglnx.am @@ -41,4 +41,4 @@ libglnx_la_SOURCES = \ libglnx_la_CFLAGS = $(AM_CFLAGS) $(libglnx_cflags) libglnx_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regex "^glnx_" -no-undefined -export-dynamic -libglnx_la_LIBADD = $(libglnx_libs) -lattr +libglnx_la_LIBADD = $(libglnx_libs) -- 2.3.3 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.m8qtiy/_old 2015-04-23 07:58:09.000000000 +0200 +++ /var/tmp/diff_new_pack.m8qtiy/_new 2015-04-23 07:58:09.000000000 +0200 @@ -2,7 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/alexlarsson/xdg-app.git</param> <param name="scm">git</param> - <param name="versionformat">0.0.1~%cd</param> + <param name="versionformat">0.1+git.%cd.%h</param> + <param name="submodules">enable</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.m8qtiy/_old 2015-04-23 07:58:09.000000000 +0200 +++ /var/tmp/diff_new_pack.m8qtiy/_new 2015-04-23 07:58:09.000000000 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/alexlarsson/xdg-app.git</param> - <param name="changesrevision">5bfee405b17d9b5cc7133d17b44a7a27e1b5b69c</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">fc8db2b39e8d61d6fce5b3329f976a5ac61cd1ba</param></service></servicedata> \ No newline at end of file
