Accepting request 573731 from GNOME:Next
- Update to version 0.10.3: + Fix vulnerability in dbus proxy. + Fix incorrect error message in update --appstream. + Ignore unknown permission requests. + remote-info: Fix --show-metadata behavior. + common: Fix division by zero when calculate progress. + common/dir: Add a missing OstreeAsyncProgress default key. + lib/installation: Fix install/update_full() subpaths annotation. + app: Fix "multiple installations" prompt. + common/dir: Use an actual function for autoptr support without P2P. + Update Polish translation. OBS-URL: https://build.opensuse.org/request/show/573731 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=39
This commit is contained in:
parent
0a8073818c
commit
95bd06b45c
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/0.10.2.1</param>
|
||||
<param name="revision">refs/tags/0.10.3</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||
<param name="changesrevision">35c9eafc9e10f054872c549a1200450026f36b6b</param></service></servicedata>
|
||||
<param name="changesrevision">a3a83241e398b72cdd8b13b13c55ef5ad330a5ed</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed8e8e9ee1318d094203681dac3ffa16d27af308fc2f3323529026f6ff364564
|
||||
size 652076
|
3
flatpak-0.10.3.tar.xz
Normal file
3
flatpak-0.10.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e542468f47d24e2b30ef2a5d713f8a3fbf669d1d311a16039151f8331cd2be7
|
||||
size 653316
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 05 14:23:03 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.3:
|
||||
+ Fix vulnerability in dbus proxy.
|
||||
+ Fix incorrect error message in update --appstream.
|
||||
+ Ignore unknown permission requests.
|
||||
+ remote-info: Fix --show-metadata behavior.
|
||||
+ common: Fix division by zero when calculate progress.
|
||||
+ common/dir: Add a missing OstreeAsyncProgress default key.
|
||||
+ lib/installation: Fix install/update_full() subpaths
|
||||
annotation.
|
||||
+ app: Fix "multiple installations" prompt.
|
||||
+ common/dir: Use an actual function for autoptr support without
|
||||
P2P.
|
||||
+ Update Polish translation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 10:58:05 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flatpak
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 0.10.2.1
|
||||
Version: 0.10.3
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user