Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03639b2d09 | ||
|
|
0a522dbbc5 | ||
|
|
b6563aa804 | ||
|
|
2078547c17 | ||
|
|
0435e65af2 |
1 changed files with 22 additions and 6 deletions
|
|
@ -3,18 +3,19 @@
|
|||
%global commit 354f28b0112ba27f08f6509243b410899f74b6ed
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global gitdate 20180416
|
||||
# version we want to build against
|
||||
%global vdr_version 2.6.3
|
||||
|
||||
# Set vdr_version based on Fedora version
|
||||
%if 0%{?fedora} >= 42
|
||||
%global vdr_version 2.7.2
|
||||
%elif 0%{?fedora} >= 40
|
||||
%if 0%{?fedora} >= 43
|
||||
%global vdr_version 2.7.7
|
||||
%elif 0%{?fedora} == 42
|
||||
%global vdr_version 2.7.4
|
||||
%else
|
||||
%global vdr_version 2.6.9
|
||||
%endif
|
||||
|
||||
Name: vdr-%{pname}
|
||||
Version: 0.3.1
|
||||
Release: 36.%{gitdate}git%{shortcommit}%{?dist}
|
||||
Release: 41.%{gitdate}git%{shortcommit}%{?dist}
|
||||
Summary: VDR plugin for doing extra fixing of EPG data
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -62,6 +63,21 @@ install -Dpm 644 %{SOURCE1} \
|
|||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.3.1-41.20180416git354f28b
|
||||
- Rebuilt for new VDR API version 2.7.7
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-40.20180416git354f28b
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jun 21 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.3.1-39.20180416git354f28b
|
||||
- Rebuilt for new VDR API version 2.7.6
|
||||
|
||||
* Tue May 27 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.3.1-38.20180416git354f28b
|
||||
- Rebuilt for new VDR API version 2.7.5
|
||||
|
||||
* Fri Feb 28 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.3.1-37.20180416git354f28b
|
||||
- Rebuilt for new VDR API version 2.7.4
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-36.20180416git354f28b
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue