commit ab44e4a16430556b65307753853a347f7dfebdd8
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Jan 4 13:56:53 2021 +0100
Update to 1.0.10
.gitignore | 1 +
exit-crash.patch | 61 ---------------------------------------------------
sources | 2 +-
vdr-softhddevice.spec | 16 +++++---------
4 files changed, 7 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index deeb6d0..6533aef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/vdr-plugin-softhddevice-ee2311d25237b9828c1423505e5d4055a836414d.tar.bz2
/vdr-plugin-softhddevice-6dfa88aecf1b5a4c5932ba278209d9f22676547f.tar.bz2
/vdr-softhddevice-1.0.9.tar.gz
+/vdr-softhddevice-1.0.10.tar.gz
diff --git a/sources b/sources
index 9e11059..45d6c18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.0.9.tar.gz) =
bd83c7ac605a400511d379b73549bc113207a6e601f99bfd4664dc305af7f740c91713e3449f629c54d24b6bc266a1fa6241edf19de6f5a2c83b5c6441d0c4c0
+SHA512 (vdr-softhddevice-1.0.10.tar.gz) =
4edf1eec5cfa850c8a8c012b3a6c25d6d500f82d00b5a5d8862ac9e9e5220dc3f4054ea2b7cf2fc4b607a90a1ac8d4d0989eb8af5c9637b055eb0d8e75fbc107
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index a82db10..b9fc3b6 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,21 +1,13 @@
-%global commit0 057a3ab6d6ee2b1ebc4a302edf1629ba6a0377ce
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global gitdate 20201226
-
Name: vdr-softhddevice
-Version: 1.0.9
-#Release: 0.1.%%{gitdate}git%%{shortcommit0}%%{?dist}
-Release: 2%{?dist}
+Version: 1.0.10
+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:
https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/%%{commit0}/%%{...
Source0:
https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v%{version}.tar...
# Configuration files for plugin parameters. These are Fedora specific and not in
upstream.
Source1: %{name}.conf
-#
https://github.com/ua0lnj/vdr-plugin-softhddevice/pull/33
-Patch0: exit-crash.patch
BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 1.7.22
@@ -58,7 +50,6 @@ A software and GPU emulated UHD output device plugin for VDR.
XvBa support is no longer planned (use future Radeon UVD VDPAU)
%prep
-#%%setup -qn vdr-plugin-softhddevice-%%{commit0}
%autosetup -p1 -n vdr-plugin-softhddevice-%{version}
# remove .git files and Gentoo files
@@ -87,6 +78,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Mon Jan 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.10-1
+- Update to 1.0.10
+
* Mon Jan 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.9-2
- Rebuilt for new VDR API version