diff --git a/app/configs/application.json b/app/configs/application.json index 5280d34fe8760d87e517bf6c28f6d32d7d621e17..759c29a613c80134b53f629d2866e0775cc3e534 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 958b2aba5c51a198461e7ad19587089d6311f8c4..9a75c025dee6b4dd42c0d0d32241254c68c9a15f 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 ea8586a302a2125a1b11bdcf92758b69a4e2b46b..8203306c7578670a2f823ae4e6435f5b55edf3a5 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 af8e2bc132e54f2ee7e2464351732cc45f624f67..74d89d799bec9274f523a612b67e73a7af0d8e49 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 10dd03fc382fe7222af855a34d4d7b4a437472c8..b8759c14c563452681cb6f3682b47f2457b664a6 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