Accepting request 710129 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/710129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=32
This commit is contained in:
commit
3b9c12b6fb
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">refs/tags/1.4.0</param>
|
||||
<param name="revision">refs/tags/1.4.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37c03628130a85f449a5b53b77eecc2eb368701d4918c815a77c0c0f11f12c7a
|
||||
size 901820
|
3
flatpak-1.4.1.tar.xz
Normal file
3
flatpak-1.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04027bcefebea169aa0d5b98d03cc502b1ad0cc03d362dbbaac509ab6b029ebc
|
||||
size 902828
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 23:13:29 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.1:
|
||||
+ There was an accidental ABI break in libflatpak in 1.4.0
|
||||
compared to the 1.2.x ABI which caused crashes in apps like
|
||||
gnome-software.
|
||||
+ This has been fixed in this release so it is now ABI compatible
|
||||
with 1.2.x, but NOT compatible with 1.4.0. It is recommended
|
||||
that all distributions that shipped 1.4.0 update to 1.4.1 and
|
||||
rebuild all dependencies of libflatpak.
|
||||
+ Make ABI compatible with 1.2.x.
|
||||
+ Fix some potential crashes.
|
||||
+ Fix some corner case where it was impossible to remove a
|
||||
remote.
|
||||
+ Restore support for file: uris in the RuntimeRepo key in
|
||||
flatpakref files.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 07:14:13 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 1.4.0
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user