From c9cb7319fadf8b81d4acccb347283e67750a3a61 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Nov 15 2018 12:01:14 +0000 Subject: Monotonically increase its version number Signed-off-by: Mauro Carvalho Chehab --- diff --git a/dtv-scan-tables.spec b/dtv-scan-tables.spec index 2d36e7f..3e02a46 100644 --- a/dtv-scan-tables.spec +++ b/dtv-scan-tables.spec @@ -2,14 +2,14 @@ %global date 2018-06-06 %global git c2b6af67f7d8 -# WARNING: You should never touch this -Version: 1 - -# WARNING: Never decrement the release number -Release: 8.%(echo %{date} | tr -d -)git%{git}%{?dist} +#WARNING: should be monotonically incremented +%global rel 9 +# WARNING: You should probably never touch those fields +Version: 1 Name: dtv-scan-tables Summary: Digital TV scan tables +Release: %{rel}.%(echo %{date} | tr -d -)git%{git}%{?dist} #2013-07-19: License discussed in: https://bugzilla.redhat.com/show_bug.cgi?id=986051#c4 License: Public Domain @@ -53,7 +53,7 @@ make DATADIR=%{buildroot}/%{_datadir} install install_v3 %{_datadir}/dvbv5/ %changelog -* Wed Nov 14 2018 Mauro Carvalho Chehab - 1-8.20180606gitc2b6af6 +* Wed Nov 14 2018 Mauro Carvalho Chehab - 1-9.20180606gitc2b6af6 - Update to latest release * Wed May 30 2018 Till Maas - - 1-1.20171207gitb18ecef174