diff --git a/lcdtest.spec b/lcdtest.spec index 543c538..16de475 100644 --- a/lcdtest.spec +++ b/lcdtest.spec @@ -1,7 +1,7 @@ Name: lcdtest URL: http://www.brouhaha.com/~eric/software/lcdtest/ Version: 1.18 -Release: 11%{?dist} +Release: 12%{?dist} Group: Applications/System License: GPLv3 Summary: Displays monitor test patterns @@ -28,7 +28,6 @@ stuck on or off. scons %{_smp_mflags} CFLAGS="%{optflags}" %install -rm -rf %{buildroot} scons %{_smp_mflags} CFLAGS="%{optflags}" \ --buildroot=%{buildroot} \ --bindir=%{_bindir} \ @@ -48,6 +47,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.svg %changelog +* Fri Jul 04 2014 Ralf Corsépius - 1.18-12 +- Modernize spec. + * Mon Jun 16 2014 Yaakov Selkowitz - 1.18-11 - Fix scons syntax (#1105976) - Update to latest packaging guidelines