Accepting request 559366 from GNOME:Factory
New stable (forwarded request 559318 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/559366 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak?expand=0&rev=14
This commit is contained in:
commit
192e503a99
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/tags/0.10.1</param>
|
<param name="revision">refs/tags/0.10.2.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
||||||
<param name="changesrevision">8fbd442c9d395ca19561c98e20a7451926c440ab</param></service></servicedata>
|
<param name="changesrevision">35c9eafc9e10f054872c549a1200450026f36b6b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be5ddb7f5d17d57234ae5d8b1c2c389f8182778171bd5155e3b28b02c04ea6b9
|
|
||||||
size 646348
|
|
3
flatpak-0.10.2.1.tar.xz
Normal file
3
flatpak-0.10.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed8e8e9ee1318d094203681dac3ffa16d27af308fc2f3323529026f6ff364564
|
||||||
|
size 652076
|
@ -1,5 +1,47 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 27 08:40:56 UTC 2017 - opensuse-packaging@opensuse.org
|
Fri Dec 22 10:58:05 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.2.1:
|
||||||
|
+ Fixed crash when installing some flatpak bundle files
|
||||||
|
+ Fix installation of telegram
|
||||||
|
+ Fixed some warnings reported by coverity
|
||||||
|
+ Some leaks fixed
|
||||||
|
+ Fixed typo in error message
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 10:57:05 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.10.2:
|
||||||
|
+ flatpak update now updates from both system and user
|
||||||
|
installations by default.
|
||||||
|
+ flatpak update is less noisy when updating appstream info.
|
||||||
|
+ All the remote-* commands now by default automatically decide
|
||||||
|
to use --user or --system based on the given remote name.
|
||||||
|
+ flatpak remote-ls with no remote lists the content of all
|
||||||
|
remotes.
|
||||||
|
+ Fixed regression that made xdg-user-dirs and theme selection
|
||||||
|
for kde apps break.
|
||||||
|
+ flatpak override with no argument now overrides globally, i.e.
|
||||||
|
for all apps.
|
||||||
|
+ flatpak override now supports --nofilesystem properly. For
|
||||||
|
example flatpak override --nofilesystem=~/.ssh hides the ssh
|
||||||
|
dir for all apps, even those who have homedir access.
|
||||||
|
+ flatpak install now takes a --reinstall argument which
|
||||||
|
uninstalls a previously installed version if necessary. This is
|
||||||
|
very useful when you want to install a new version from a
|
||||||
|
different source.
|
||||||
|
+ flatpak install now allows you to pass an absolute pathname as
|
||||||
|
remote name, which will create a temporary remote and install
|
||||||
|
from that. The remote will be removed when the app is
|
||||||
|
uninstalled. This is very useful during development and
|
||||||
|
testing.
|
||||||
|
+ Flatpak now creates CLI wrappers for all installed apps, so if
|
||||||
|
you add /var/lib/flatpak/exports/bin or
|
||||||
|
~/.local/share/flatpak/exports/bin to your PATH you can easily
|
||||||
|
start flatpak apps by their application id.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 08:40:56 UTC 2017 - aplazas@suse.com
|
||||||
|
|
||||||
- Update to version 0.10.1:
|
- Update to version 0.10.1:
|
||||||
+ New command "flatpak remote-info" shows information about
|
+ New command "flatpak remote-info" shows information about
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define libname libflatpak0
|
%define libname libflatpak0
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 0.10.1
|
Version: 0.10.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OSTree based application bundles management
|
Summary: OSTree based application bundles management
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -46,10 +46,10 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
|||||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(ostree-1) >= 2017.12
|
BuildRequires: pkgconfig(ostree-1) >= 2017.14
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
Requires: ostree >= 2017.12
|
Requires: ostree >= 2017.14
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
# Remove after openSUSE Leap 42 is out of scope
|
# Remove after openSUSE Leap 42 is out of scope
|
||||||
Provides: xdg-app = %{version}
|
Provides: xdg-app = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user