From 5e9572b2fbe8fa86798962195e9b0b1a527675b5 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Mon, 14 Nov 2016 11:06:26 +0900 Subject: [PATCH] 2.0.1 --- pkg/arch/PKGBUILD | 2 +- pkg/fedora/xdgurl.spec | 6 +++++- pkg/ubuntu/debian/changelog | 8 ++++++++ src/app/configs/application.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 8c6b5ce..6f02dee 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Akira Ohgaki <akiraohgaki@gmail.com> pkgname='xdgurl' -pkgver='2.0.0' +pkgver='2.0.1' 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 3d5de8c..82ea01a 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.0 +Version: 2.0.1 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet @@ -37,6 +37,10 @@ make INSTALL_ROOT="%{buildroot}" install rm -rf %{buildroot} %changelog +* Mon Nov 14 2016 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.1-1 +- Update library +- Fix download/installation process + * Fri Oct 28 2016 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.0-1 - Re-implemented xdgurl as Qt program - Download progress bar diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog index a8ef66f..20f5957 100644 --- a/pkg/ubuntu/debian/changelog +++ b/pkg/ubuntu/debian/changelog @@ -1,3 +1,11 @@ +xdgurl (2.0.1-0ubuntu1) xenial; urgency=low + + * Update library + * Fix download/installation process + * Package depends for xenial and later + + -- Akira Ohgaki <akiraohgaki@gmail.com> Mon, 14 Nov 2016 01:40:41 +0000 + xdgurl (2.0.0-0ubuntu1) xenial; urgency=low * Re-implemented xdgurl as Qt program diff --git a/src/app/configs/application.json b/src/app/configs/application.json index 415e29a..1e7ccc3 100644 --- a/src/app/configs/application.json +++ b/src/app/configs/application.json @@ -1,7 +1,7 @@ { "id": "xdgurl", "name": "xdgurl", - "version": "2.0.0", + "version": "2.0.1", "organization": "xdgurl", "domain": "com.xdgurl.xdgurl", "icon": ":/desktop/xdgurl.svg", -- GitLab