From 919716d0c43507ba589a56fdd562f0e07f464d0e Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Thu, 26 Jan 2017 05:10:22 +0900
Subject: [PATCH] 2.0.3

---
 pkg/arch/PKGBUILD                | 2 +-
 pkg/fedora/xdgurl.spec           | 7 ++++++-
 pkg/ubuntu/debian/changelog      | 8 ++++++++
 src/app/configs/application.json | 2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD
index 4c13ad7..fbb56ae 100644
--- a/pkg/arch/PKGBUILD
+++ b/pkg/arch/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
 
 pkgname='xdgurl'
-pkgver='2.0.2'
+pkgver='2.0.3'
 pkgrel='1'
 pkgdesc='An install helper program for desktop stuff.'
 arch=('i686' 'x86_64')
diff --git a/pkg/fedora/xdgurl.spec b/pkg/fedora/xdgurl.spec
index 9aa3770..544b375 100644
--- a/pkg/fedora/xdgurl.spec
+++ b/pkg/fedora/xdgurl.spec
@@ -1,6 +1,6 @@
 Summary: An install helper program for desktop stuff
 Name: xdgurl
-Version: 2.0.2
+Version: 2.0.3
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -37,6 +37,11 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Wed Jan 25 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.3-1
+- Change installation destination of type bin
+- Update qtlib
+- Fix for dialog
+
 * Thu Nov 17 2016 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.2-1
 - Update qtlibs
 - Small fix
diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog
index 4c85592..45b7317 100644
--- a/pkg/ubuntu/debian/changelog
+++ b/pkg/ubuntu/debian/changelog
@@ -1,3 +1,11 @@
+xdgurl (2.0.3-0ubuntu1) xenial; urgency=low
+
+  * Change installation destination of type bin
+  * Update qtlib
+  * Fix for dialog
+
+ -- Akira Ohgaki <akiraohgaki@gmail.com>  Wed, 25 Jan 2017 19:58:44 +0000
+
 xdgurl (2.0.2-0ubuntu1) xenial; urgency=low
 
   * Update qtlibs
diff --git a/src/app/configs/application.json b/src/app/configs/application.json
index 6beb7f2..1419f6b 100644
--- a/src/app/configs/application.json
+++ b/src/app/configs/application.json
@@ -1,7 +1,7 @@
 {
     "id": "xdgurl",
     "name": "xdgurl",
-    "version": "2.0.2",
+    "version": "2.0.3",
     "organization": "xdgurl",
     "domain": "com.xdgurl.xdgurl",
     "icon": ":/desktop/xdgurl.svg",
-- 
GitLab