Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cc3b3bf90 |
1 changed files with 5 additions and 20 deletions
|
|
@ -3,19 +3,16 @@
|
|||
%global commit 354f28b0112ba27f08f6509243b410899f74b6ed
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global gitdate 20180416
|
||||
|
||||
# Set vdr_version based on Fedora version
|
||||
%if 0%{?fedora} >= 43
|
||||
%global vdr_version 2.7.7
|
||||
%elif 0%{?fedora} == 42
|
||||
%global vdr_version 2.7.4
|
||||
%else
|
||||
# version we want to build against
|
||||
%global vdr_version 2.6.9
|
||||
# Set vdr_version based on Fedora version
|
||||
%if 0%{?fedora} >= 42
|
||||
%global vdr_version 2.7.4
|
||||
%endif
|
||||
|
||||
Name: vdr-%{pname}
|
||||
Version: 0.3.1
|
||||
Release: 41.%{gitdate}git%{shortcommit}%{?dist}
|
||||
Release: 37.%{gitdate}git%{shortcommit}%{?dist}
|
||||
Summary: VDR plugin for doing extra fixing of EPG data
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -63,18 +60,6 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue