commit 45a97aaa7e54d45a75231da7cdfc95945a7093de
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Jun 22 11:32:04 2023 +0200
Update to 1.10.1
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9577032..15844b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/vdr-softhddevice-1.8.2.tar.gz
/vdr-softhddevice-1.9.7.tar.gz
/vdr-softhddevice-1.10.0.tar.gz
+/vdr-softhddevice-1.10.1.tar.gz
diff --git a/sources b/sources
index d7ddf63..6832464 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.10.0.tar.gz) =
4eb4971ad41f8f6cfb0fd82909c23af1735f43d311317e53901943c660fbcd6441df2307b046d80de698ec07919ab8f6730dd77df4bb65dfdc0e433d35f603bf
+SHA512 (vdr-softhddevice-1.10.1.tar.gz) =
050a0b6814a175d2b2f3ad4c3a44469b64ef89b9ae31911c06a821bdbe1a3e703233f9e40cb8ea44f08a4881af762d54d925097dd3c5b7c915eab5d0c76018d1
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index f548d28..85ba021 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -5,13 +5,13 @@
%endif
Name: vdr-softhddevice
-Version: 1.10.0
+Version: 1.10.1
Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
URL:
https://github.com/ua0lnj/vdr-plugin-softhddevice
-Source0: %url/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0: %url/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Configuration files for plugin parameters. These are Fedora specific and not in
upstream.
Source1: %{name}.conf
@@ -86,6 +86,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Thu Jun 22 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 1.10.1-1
+- Update to 1.10.1
+
* Tue Mar 21 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 1.10.0-1
- Update to 1.10.0