Update to 0.7.1
This commit is contained in:
parent
70a5bf78a9
commit
401a1f6f29
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libportal-0.4.tar.xz
|
||||
/libportal-0.5.tar.xz
|
||||
/libportal-0.6.tar.xz
|
||||
/libportal-0.7.1.tar.xz
|
||||
|
1005
0.6-backports.patch
1005
0.6-backports.patch
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
||||
%bcond qt5 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
Name: libportal
|
||||
Version: 0.6
|
||||
Release: 8%{?dist}
|
||||
Version: 0.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Flatpak portal library
|
||||
License: LGPLv3
|
||||
Url: https://github.com/flatpak/libportal
|
||||
@ -13,7 +13,6 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: gi-docgen
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: git
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@ -26,9 +25,6 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
%endif
|
||||
|
||||
# Backport from post-0.6 fixes
|
||||
Patch0: 0.6-backports.patch
|
||||
|
||||
%description
|
||||
libportal provides GIO-style asynchronous APIs for most Flatpak portals.
|
||||
|
||||
@ -116,10 +112,18 @@ libportal provides GIO-style asynchronous APIs for most Flatpak portals.
|
||||
This package provides development documentations for libportal.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -S git_am
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dbackends=gtk3,gtk4%{?with_qt5:,qt5}
|
||||
%meson \
|
||||
-Dbackend-gtk3=enabled \
|
||||
-Dbackend-gtk4=enabled \
|
||||
%if %{with qt5}
|
||||
-Dbackend-qt5=enabled \
|
||||
%else
|
||||
-Dbackend-qt5=disabled \
|
||||
%endif
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -179,6 +183,9 @@ This package provides development documentations for libportal.
|
||||
%{_datadir}/doc/libportal-1
|
||||
|
||||
%changelog
|
||||
* Thu Sep 21 2023 Kalev Lember <klember@redhat.com> - 0.7.1-1
|
||||
- Update to 0.7.1
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libportal-0.6.tar.xz) = f5f76a0dd0c66521b745c276e41f298addbbd41dd5fb3df9381ea85c122387878cb0e51ffac1e17f9e82548ab222d2c2fe92ab0d018de8a9ae9b2dfd65e454c4
|
||||
SHA512 (libportal-0.7.1.tar.xz) = cbc50bfd86787fffc975fc53835acc6c3c0fd54b7ee02fce1983f1bd0fc40b15a0537780cd5e943ecedcf951840080a0f55a23a96e706223e52a6144ee70332c
|
||||
|
Loading…
Reference in New Issue
Block a user