Dominique Leuenberger 2018-10-19 13:18:08 +00:00 committed by Git OBS Bridge
parent 98f4ef08f6
commit 47500c9e7c
3 changed files with 4 additions and 6 deletions

View File

@ -48,8 +48,7 @@ Thu Oct 11 16:30:24 UTC 2018 - alarrosa@suse.com
maintain. maintain.
+ Documentation updates + Documentation updates
+ Translation updates + Translation updates
- Changges from version 1.0.2:
- Update to version 1.0.2:
+ The dbus proxy is now available in a separate git module, + The dbus proxy is now available in a separate git module,
xdg-dbus-portal, which is imported into flatpak as a submodule. xdg-dbus-portal, which is imported into flatpak as a submodule.
It is possible to build flatpak against the system It is possible to build flatpak against the system
@ -73,8 +72,7 @@ Thu Oct 11 16:30:24 UTC 2018 - alarrosa@suse.com
+ Cleaned up some error messages. + Cleaned up some error messages.
+ Various documentation fixes and cleanups. + Various documentation fixes and cleanups.
+ Updated translations. + Updated translations.
- Changes from version 1.0.1:
- Update to version 1.0.1:
+ This fixes various build and test failures that were detected + This fixes various build and test failures that were detected
when packaging 1.0, as well as translations and doc udpates. when packaging 1.0, as well as translations and doc udpates.
It also has some minor features, including a new subcommand It also has some minor features, including a new subcommand

View File

@ -25,7 +25,7 @@ License: LGPL-2.1-or-later
Group: System/Packages Group: System/Packages
URL: https://flatpak.github.io/ URL: https://flatpak.github.io/
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
Source99: rpmlintrc Source99: %{name}-rpmlintrc
Patch0: polkit_rules_usability.patch Patch0: polkit_rules_usability.patch
BuildRequires: bison BuildRequires: bison
BuildRequires: bubblewrap >= 0.2.1 BuildRequires: bubblewrap >= 0.2.1
@ -115,7 +115,7 @@ more information.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
sed -i -e '1s,#!/usr/bin/env python3,#!/usr/bin/python3,' scripts/flatpak-* sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh