silence warnings about extra tokens
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
c98f3e1e3c
commit
8e1f9d25f7
@ -103,10 +103,10 @@ Release: %{?prerelprefix}%{rel}%{dotprerel}%{dotgitrev}%{?dist}
|
|||||||
%if ! %unstable
|
%if ! %unstable
|
||||||
%global lib_minor %(echo $[%minor * 100])
|
%global lib_minor %(echo $[%minor * 100])
|
||||||
%global lib_micro %micro
|
%global lib_micro %micro
|
||||||
%else # unstable
|
%else
|
||||||
%global lib_minor %(echo $[%minor * 100 + %{micro}])
|
%global lib_minor %(echo $[%minor * 100 + %{micro}])
|
||||||
%global lib_micro 0
|
%global lib_micro 0
|
||||||
%endif # unstable
|
%endif
|
||||||
|
|
||||||
%if %unstable
|
%if %unstable
|
||||||
%global os_bindir %{_bindir}
|
%global os_bindir %{_bindir}
|
||||||
@ -722,6 +722,7 @@ make check %{?_smp_mflags}
|
|||||||
- version 2.10.18
|
- version 2.10.18
|
||||||
- bump required versions of babl and gegl04
|
- bump required versions of babl and gegl04
|
||||||
- don't phone home to check for updates by default
|
- don't phone home to check for updates by default
|
||||||
|
- silence warnings about extra tokens
|
||||||
|
|
||||||
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2:2.10.16-3
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2:2.10.16-3
|
||||||
- Rebuild for libmypaint 1.5.0
|
- Rebuild for libmypaint 1.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user