From 6dda23d6f5ecbcd28a1928c68bc95c7000368cd3 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Fri, 23 Jun 2017 22:30:03 +0900 Subject: [PATCH] 3.0.2 --- app/configs/application.json | 2 +- pkg/archlinux/PKGBUILD | 2 +- pkg/fedora/ocs-url.spec | 5 ++++- pkg/opensuse/ocs-url.spec | 5 ++++- pkg/ubuntu/debian/changelog | 6 ++++++ 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/app/configs/application.json b/app/configs/application.json index 5280d34..759c29a 100644 --- a/app/configs/application.json +++ b/app/configs/application.json @@ -1,7 +1,7 @@ { "id": "ocs-url", "name": "ocs-url", - "version": "3.0.1", + "version": "3.0.2", "organization": "Opendesktop.org", "domain": "org.opendesktop.ocs-url", "icon": ":/desktop/ocs-url.svg", diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD index 958b2ab..9a75c02 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.1' +pkgver='3.0.2' 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 ea8586a..8203306 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.1 +Version: 3.0.2 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet @@ -38,6 +38,9 @@ make INSTALL_ROOT="%{buildroot}" install rm -rf %{buildroot} %changelog +* Fri Jun 23 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.2-1 +- Add zh_TW translations (by s8321414) + * Mon Jun 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.1-1 - Update qtlib - Fix for C++11 diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec index af8e2bc..74d89d7 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.1 +Version: 3.0.2 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet @@ -38,6 +38,9 @@ make INSTALL_ROOT="%{buildroot}" install rm -rf %{buildroot} %changelog +* Fri Jun 23 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.2-1 +- Add zh_TW translations (by s8321414) + * Mon Jun 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.1-1 - Update qtlib - Fix for C++11 diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog index 10dd03f..b8759c1 100644 --- a/pkg/ubuntu/debian/changelog +++ b/pkg/ubuntu/debian/changelog @@ -1,3 +1,9 @@ +ocs-url (3.0.2-0ubuntu1) trusty; urgency=low + + * Add zh_TW translations (by s8321414) + + -- Akira Ohgaki <akiraohgaki@gmail.com> Fri, 23 Jun 2017 13:20:37 +0000 + ocs-url (3.0.1-0ubuntu1) trusty; urgency=low * Update qtlib -- GitLab