Accepting request 631732 from home:iznogood
- Update to version 1.0.0: + Flatpak 1.0 marks a significant improvement in performance and reliability, and includes a big collection of bug fixes. 1.0 also includes a collection of new features. OBS-URL: https://build.opensuse.org/request/show/631732 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=57
This commit is contained in:
parent
5749b53352
commit
41aa200f2a
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.99.3</param>
|
||||
<param name="revision">refs/tags/1.0.0</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">2195848fea1a5bb9712ad5dab5895804310a33b2</param></service></servicedata>
|
||||
<param name="changesrevision">5545ac4ba66c817857fd9a421922126d74d86a3e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9afc2f092c9537c000cda83e1452c71ccd096cfd1fa3dd75c3d0d4c01bb5dc6e
|
||||
size 681672
|
3
flatpak-1.0.0.tar.xz
Normal file
3
flatpak-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10fa2ef32bfb9f910436cc83589df642e6ae5978986cd87e400543e853a92155
|
||||
size 697408
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 27 09:00:17 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ Flatpak 1.0 marks a significant improvement in performance and
|
||||
reliability, and includes a big collection of bug fixes. 1.0
|
||||
also includes a collection of new features.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 21:31:09 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libflatpak0
|
||||
Name: flatpak
|
||||
Version: 0.99.3
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: OSTree based application bundles management
|
||||
License: LGPL-2.1-or-later
|
||||
@ -49,12 +49,12 @@ BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
||||
BuildRequires: pkgconfig(libelf) >= 0.8.12
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2018.6
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2018.7
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(xau)
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: bubblewrap >= 0.2.1
|
||||
Requires: ostree >= 2017.15
|
||||
Requires: ostree >= 2018.7
|
||||
Requires: xdg-desktop-portal >= 0.10
|
||||
Recommends: %{name}-lang = %{version}
|
||||
# Remove after openSUSE Leap 42 is out of scope
|
||||
|
Loading…
Reference in New Issue
Block a user