Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0c3c25c1f | ||
|
|
fdf4e6f82a | ||
|
|
d9a27e1789 | ||
|
|
7f792c491c | ||
|
|
7552e39574 |
2 changed files with 28 additions and 4 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vdr-live-3.2.1.tar.gz) = c008d1273c54509ea9c143eaea5648586f188d2ec74ee1da5e27a3a931e81f32d6b5d1215a2d41bbe6023bf744279e64619c55cb50d40fc8060a5f8e5d759744
|
||||
SHA512 (vdr-live-3.3.5.tar.gz) = 1ca2fc854f691acea3efebbd4cbac0b211801e8fe7d80b3d9678c71d86d392de4133a2837322fdc9b28ca3f27ce8e3b05cead512e670ff9d98ea42affb4bbffa
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global gitdate 20211228
|
||||
# version we want build against
|
||||
%global vdr_version 2.6.1
|
||||
%if 0%{?fedora} >= 38
|
||||
%global vdr_version 2.6.3
|
||||
%if 0%{?fedora} >= 40
|
||||
%global vdr_version 2.6.7
|
||||
%endif
|
||||
|
||||
Name: vdr-live
|
||||
Version: 3.2.1
|
||||
Version: 3.3.5
|
||||
#Release: 0.4.%%{gitdate}git%%{shortcommit0}%%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: An interactive web interface with HTML5 live stream support for VDR
|
||||
|
|
@ -23,6 +23,7 @@ Source1: %{name}.conf
|
|||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vdr-devel >= %{vdr_version}
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: tntnet-devel
|
||||
|
|
@ -82,6 +83,29 @@ install -Dpm 644 %{SOURCE1} \
|
|||
%{vdr_resdir}/plugins/live/
|
||||
|
||||
%changelog
|
||||
* Fri Apr 12 2024 Martin Gansser <martinkg@fedoraproject.org> - 3.3.5-1
|
||||
- Update to 3.3.5
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Jan 26 2024 Martin Gansser <martinkg@fedoraproject.org> - 3.3.4-2
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Jan 05 2024 Martin Gansser <martinkg@fedoraproject.org> - 3.3.4-1
|
||||
- Rebuilt for new VDR API version
|
||||
- Add BR gettext for rawhide
|
||||
|
||||
* Wed Dec 20 2023 Martin Gansser <martinkg@fedoraproject.org> - 3.3.3-1
|
||||
- Update to 3.3.3
|
||||
|
||||
* Mon Nov 27 2023 Martin Gansser <martinkg@fedoraproject.org> - 3.3.2-1
|
||||
- Update to 3.3.2
|
||||
|
||||
* Tue Nov 21 2023 Martin Gansser <martinkg@fedoraproject.org> - 3.3.1-1
|
||||
- Update to 3.3.1
|
||||
|
||||
* Sun Nov 19 2023 Martin Gansser <martinkg@fedoraproject.org> - 3.3.0-1
|
||||
- Update to 3.3.0
|
||||
|
||||
* Tue Oct 03 2023 Martin Gansser <martinkg@fedoraproject.org> - 3.2.1-1
|
||||
- Update to 3.2.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue