Update to 0.3

This commit is contained in:
David King 2016-09-02 12:18:35 +01:00
parent 313c1aece9
commit 6f8a60d1a3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/xdg-desktop-portal-0.1.tar.xz
/xdg-desktop-portal-0.2.tar.xz
/xdg-desktop-portal-0.3.tar.xz

View File

@ -1 +1 @@
b179522fee2421a1663f9af7ef739951 xdg-desktop-portal-0.2.tar.xz
3c4393f513b833c9e464820479c7db19 xdg-desktop-portal-0.3.tar.xz

View File

@ -1,5 +1,5 @@
Name: xdg-desktop-portal
Version: 0.2
Version: 0.3
Release: 1%{?dist}
Summary: Portal frontend service to flatpak
@ -31,7 +31,7 @@ The pkg-config file for %{name}.
%build
%configure --enable-dockbook-docs
%configure --enable-docbook-docs
%make_build
@ -59,6 +59,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
%changelog
* Fri Sep 02 2016 David King <amigadave@amigadave.com> - 0.3-1
- Update to 0.3
* Fri Jul 29 2016 David King <amigadave@amigadave.com> - 0.2-1
- Update to 0.2 (#1361575)