From c86c47d51774740da225b20eee7213d94fec4b7a Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Mon, 5 Jun 2017 13:38:29 +0900
Subject: [PATCH] 3.0.1

---
 app/configs/application.json | 2 +-
 pkg/archlinux/PKGBUILD       | 2 +-
 pkg/fedora/ocs-url.spec      | 8 +++++++-
 pkg/opensuse/ocs-url.spec    | 8 +++++++-
 pkg/ubuntu/debian/changelog  | 9 +++++++++
 5 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/app/configs/application.json b/app/configs/application.json
index 8c324cb..5280d34 100644
--- a/app/configs/application.json
+++ b/app/configs/application.json
@@ -1,7 +1,7 @@
 {
     "id": "ocs-url",
     "name": "ocs-url",
-    "version": "3.0.0",
+    "version": "3.0.1",
     "organization": "Opendesktop.org",
     "domain": "org.opendesktop.ocs-url",
     "icon": ":/desktop/ocs-url.svg",
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
index 1e8243d..958b2ab 100644
--- a/pkg/archlinux/PKGBUILD
+++ b/pkg/archlinux/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
 
 pkgname='ocs-url'
-pkgver='3.0.0'
+pkgver='3.0.1'
 pkgrel='1'
 pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).'
 arch=('i686' 'x86_64')
diff --git a/pkg/fedora/ocs-url.spec b/pkg/fedora/ocs-url.spec
index 5e49101..ea8586a 100644
--- a/pkg/fedora/ocs-url.spec
+++ b/pkg/fedora/ocs-url.spec
@@ -1,6 +1,6 @@
 Summary: OCS-URL
 Name: ocs-url
-Version: 3.0.0
+Version: 3.0.1
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -38,6 +38,12 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Mon Jun 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.1-1
+- Update qtlib
+- Fix for C++11
+- Fix installation/download destination
+- Fix translation messages (by otsoga)
+
 * Sun Mar 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.0-1
 - Rename xdgurl to ocs-url
 - Add ocs:// and ocss:// schemes
diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec
index 0b10c0d..af8e2bc 100644
--- a/pkg/opensuse/ocs-url.spec
+++ b/pkg/opensuse/ocs-url.spec
@@ -1,6 +1,6 @@
 Summary: OCS-URL
 Name: ocs-url
-Version: 3.0.0
+Version: 3.0.1
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -38,6 +38,12 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Mon Jun 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.1-1
+- Update qtlib
+- Fix for C++11
+- Fix installation/download destination
+- Fix translation messages (by otsoga)
+
 * Sun Mar 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.0-1
 - Rename xdgurl to ocs-url
 - Add ocs:// and ocss:// schemes
diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog
index b1cff2e..10dd03f 100644
--- a/pkg/ubuntu/debian/changelog
+++ b/pkg/ubuntu/debian/changelog
@@ -1,3 +1,12 @@
+ocs-url (3.0.1-0ubuntu1) trusty; urgency=low
+
+  * Update qtlib
+  * Fix for C++11
+  * Fix installation/download destination
+  * Fix translation messages (by otsoga)
+
+ -- Akira Ohgaki <akiraohgaki@gmail.com>  Mon, 05 Jun 2017 04:33:07 +0000
+
 ocs-url (3.0.0-0ubuntu1) trusty; urgency=low
 
   * Rename xdgurl to ocs-url
-- 
GitLab