From 5b8cf7db2c71cf3eb2d1ea29184180afab2ada26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Mon, 10 Aug 2020 16:12:50 +0800 Subject: [PATCH] update bluez.yaml. --- bluez.spec | 5 ++++- bluez.yaml | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bluez.spec b/bluez.spec index 6de9907..2bffdc0 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Name: bluez Summary: Bluetooth utilities Version: 5.54 -Release: 1 +Release: 2 License: GPLv2+ URL: http://www.bluez.org/ Source0: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz @@ -172,6 +172,9 @@ make check %{_mandir}/man8/* %changelog +* Mon Aug 10 2020 shixuantong - 5.54-2 +- update yaml file + * Wed Jul 22 2020 songnannan - 5.54-1 - update to 5.54 diff --git a/bluez.yaml b/bluez.yaml index d9d7208..78b9a75 100644 --- a/bluez.yaml +++ b/bluez.yaml @@ -1,4 +1,5 @@ -version_control: gitlab.gnome -src_repo: bluez +git_url: https://git.kernel.org/pub/scm/bluetooth/bluez.git +version_control: git +src_repo: https://git.kernel.org/pub/scm/bluetooth/bluez.git tag_prefix: "^" -seperator: "." +seperator: "." \ No newline at end of file -- Gitee