From a228003acb87660de56541afbcd5ff07f7c0ccd9 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Nov 15 2018 11:20:10 +0000 Subject: Make current version the bigger one again Changeset 2634250bce8a ("Update to new release Update URLs") broke the versioning schema, as it make the newest version of the tables to have a smaller number than the past one. Fix it by returning it to 8 again. Fixes: 2634250bce8a ("Update to new release Update URLs") Signed-off-by: Mauro Carvalho Chehab --- diff --git a/dtv-scan-tables.spec b/dtv-scan-tables.spec index 8f68a2d..defa4e3 100644 --- a/dtv-scan-tables.spec +++ b/dtv-scan-tables.spec @@ -2,9 +2,11 @@ %global date 2018-06-06 %global git c2b6af67f7d8 +# WARNING: Version number should never be decremented +Version: 8 + Name: dtv-scan-tables -Version: 1 -Release: 1.%(echo %{date} | tr -d -)git%{git}%{?dist} +Release: %{version}.%(echo %{date} | tr -d -)git%{git}%{?dist} Summary: Digital TV scan tables #2013-07-19: License discussed in: https://bugzilla.redhat.com/show_bug.cgi?id=986051#c4 @@ -49,7 +51,7 @@ make DATADIR=%{buildroot}/%{_datadir} install install_v3 %{_datadir}/dvbv5/ %changelog -* Wed Nov 14 2018 Mauro Carvalho Chehab - 1-2.20180606gitc2b6af6 +* Wed Nov 14 2018 Mauro Carvalho Chehab - 1-8.20180606gitc2b6af6 - Update to latest release * Wed May 30 2018 Till Maas - - 1-1.20171207gitb18ecef174