[pfscalibration] fix #926322: call autoreconf -ifv to support aarch64

Tomas Smetana tsmetana at fedoraproject.org
Fri Mar 29 09:39:44 UTC 2013


commit 2fe0fd619db4f7d6b69cb37c6989339f68a1051e
Author: Tomas Smetana <tsmetana at fedoraproject.org>
Date:   Thu Mar 28 18:49:10 2013 +0100

    fix #926322: call autoreconf -ifv to support aarch64

 pfscalibration.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pfscalibration.spec b/pfscalibration.spec
index 44fc02b..1e1f2e0 100644
--- a/pfscalibration.spec
+++ b/pfscalibration.spec
@@ -1,6 +1,6 @@
 Name:		pfscalibration
 Version:	1.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Scripts and programs for photometric calibration
 
 Group:		Applications/Multimedia
@@ -34,7 +34,7 @@ range (HDR) images from the set of low dynamic range (LDR) exposures.
 %patch2 -p1 -b .opt
 %patch3 -p1 -b .cxxflags
 
-autoreconf
+autoreconf -ifv
 libtoolize --automake
 
 %build
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/pfsplotresponse.1.gz
 
 %changelog
+* Thu Mar 28 2013 Tomas Smetana <tsmetana at redhat.com> - 1.5-4
+- fix #926322: call autoreconf -ifv to support aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list