Disable "silent rules".
This commit is contained in:
parent
14dbad41d0
commit
ffa841c129
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.36.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -94,7 +94,8 @@ the functionality of the installed %{name} package.
|
||||
--with-x11 \
|
||||
--without-libjasper \
|
||||
--with-included-loaders=png \
|
||||
--enable-installed-tests
|
||||
--enable-installed-tests \
|
||||
--disable-silent-rules
|
||||
)
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -170,6 +171,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 27 2016 Richard W.M. Jones <rjones@redhat.com> - 2.36.0-2
|
||||
- Disable "silent rules".
|
||||
|
||||
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.36.0-1
|
||||
- Update to 2.36.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user