patch rebuilt files after changing configure.ac
This avoids rebuilding them during build time which would make this non-deterministic, and fails in some cases, depending on which build dependencies get pulled in (e.g. on Fedora 17).
This commit is contained in:
parent
623f02116a
commit
750dc666f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ gimp-2.6.10-1-autoreconf.patch.bz2
|
||||
/gimp-2.8.0.tar.bz2
|
||||
/gimp-2.8.2.tar.bz2
|
||||
/gimp-2.8.4.tar.bz2
|
||||
/gimp-2.8.4-5-autofoo.patch.bz2
|
||||
|
11
gimp.spec
11
gimp.spec
@ -82,7 +82,7 @@ Summary: GNU Image Manipulation Program
|
||||
Name: gimp
|
||||
Epoch: 2
|
||||
Version: 2.8.4
|
||||
Release: %{?prerelprefix}4%{dotprerel}%{dotgitrev}%{?dist}
|
||||
Release: %{?prerelprefix}5%{dotprerel}%{dotgitrev}%{?dist}
|
||||
|
||||
# Compute some version related macros
|
||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||
@ -226,6 +226,8 @@ Patch7: gimp-2.8.4-text-selection-crash.patch
|
||||
# Don't crash upon not applying a color profile to a grayscale image.
|
||||
# Upstream commit 15b88af4f11e556a1c30cd5bc447bb0c7c24d3c6
|
||||
Patch8: gimp-2.8.4-color-profile-crash.patch
|
||||
# Rebuilt files after changing configure.ac above.
|
||||
Patch100: gimp-2.8.4-5-autofoo.patch.bz2
|
||||
|
||||
%description
|
||||
GIMP (GNU Image Manipulation Program) is a powerful image composition and
|
||||
@ -321,6 +323,10 @@ EOF
|
||||
%patch7 -p1 -b .text-selection-crash
|
||||
%patch8 -p1 -b .color-profile-crash
|
||||
|
||||
%patch100 -p1 -b .autofoo
|
||||
# avoid running autoheader
|
||||
touch config.h.in
|
||||
|
||||
%build
|
||||
%if %{with hardening}
|
||||
# Use hardening compiler/linker flags because gimp is likely to deal with files
|
||||
@ -624,6 +630,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 04 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-5
|
||||
- patch rebuilt files after changing configure.ac
|
||||
|
||||
* Wed May 29 2013 Nils Philippsen <nils@redhat.com> - 2:2.8.4-4
|
||||
- fix upstream commit ids
|
||||
- fix double-free crashes when selecting gradients from script-fu (#964470)
|
||||
|
Loading…
Reference in New Issue
Block a user