Accepting request 577037 from GNOME:Factory
Update to 0.10.4 - should address boo#1080061 OBS-URL: https://build.opensuse.org/request/show/577037 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=16
This commit is contained in:
commit
f57d484a02
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.3</param>
|
||||
<param name="revision">refs/tags/0.10.4</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">a3a83241e398b72cdd8b13b13c55ef5ad330a5ed</param></service></servicedata>
|
||||
<param name="changesrevision">c576d284dc123be15c7003fee6a8184eddeaf462</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e542468f47d24e2b30ef2a5d713f8a3fbf669d1d311a16039151f8331cd2be7
|
||||
size 653316
|
3
flatpak-0.10.4.tar.xz
Normal file
3
flatpak-0.10.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4df464e8ed8d24bf71aaab8f9bb0ada817007e15610d03d9391337fbcba89aa1
|
||||
size 653676
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 23:23:20 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.4:
|
||||
* allow personality syscall in devel mode
|
||||
* configure: Fix copy_file_range detection
|
||||
* Add --disable-document-portal configure option
|
||||
* lib: Make gnome-software work with an empty /var/lib/flatpak
|
||||
* dir: Emit an error on non-root downgrade attempts
|
||||
* common/dir: Skip progress reporting while setting up extra-data
|
||||
* doc: Fix docs for --update-appstream
|
||||
* flatpak remote-ls -u: only consider apps from the current remote
|
||||
* extract_appstream: allow component IDs not to end in .desktop
|
||||
* common/dir: Fix a memory leak
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 05 14:23:03 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 0.10.3
|
||||
Version: 0.10.4
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user