rpms/automake16/devel automake-1.6.3-checks.patch, 1.2, 1.3 automake16.spec, 1.19, 1.20

Karsten Hopp karsten at fedoraproject.org
Thu Jul 30 15:01:23 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/automake16/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9739

Modified Files:
	automake-1.6.3-checks.patch automake16.spec 
Log Message:
- fix build problem

automake-1.6.3-checks.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: automake-1.6.3-checks.patch
===================================================================
RCS file: /cvs/extras/rpms/automake16/devel/automake-1.6.3-checks.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- automake-1.6.3-checks.patch	20 Feb 2007 14:21:31 -0000	1.2
+++ automake-1.6.3-checks.patch	30 Jul 2009 15:01:23 -0000	1.3
@@ -1,21 +1,23 @@
---- automake-1.6.3/tests/Makefile.am.checks	2007-02-20 15:04:10.000000000 +0100
-+++ automake-1.6.3/tests/Makefile.am	2007-02-20 15:04:53.000000000 +0100
+diff -up automake-1.6.3/tests/Makefile.am.kh1 automake-1.6.3/tests/Makefile.am
+--- automake-1.6.3/tests/Makefile.am.kh1	2002-07-23 20:29:13.000000000 +0200
++++ automake-1.6.3/tests/Makefile.am	2009-07-30 16:31:15.000000000 +0200
 @@ -1,6 +1,6 @@
  ## Process this file with automake to create Makefile.in
  
 -XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test
-+XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test depcomp2.test
++XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test depcomp2.test lex5.test
  
  TESTS =	\
  acinclude.test \
---- automake-1.6.3/tests/Makefile.in.checks	2007-02-20 15:04:02.000000000 +0100
-+++ automake-1.6.3/tests/Makefile.in	2007-02-20 15:05:11.000000000 +0100
-@@ -78,7 +78,7 @@
+diff -up automake-1.6.3/tests/Makefile.in.kh1 automake-1.6.3/tests/Makefile.in
+--- automake-1.6.3/tests/Makefile.in.kh1	2002-07-28 19:18:30.000000000 +0200
++++ automake-1.6.3/tests/Makefile.in	2009-07-30 16:31:23.000000000 +0200
+@@ -78,7 +78,7 @@ am__quote = @am__quote@
  install_sh = @install_sh@
  pkgvdatadir = @pkgvdatadir@
  
 -XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test
-+XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test depcomp2.test
++XFAIL_TESTS = condd.test subdir5.test auxdir2.test cond17.test depcomp2.test lex5.test
  
  TESTS = \
  acinclude.test \


Index: automake16.spec
===================================================================
RCS file: /cvs/extras/rpms/automake16/devel/automake16.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- automake16.spec	24 Jul 2009 17:38:34 -0000	1.19
+++ automake16.spec	30 Jul 2009 15:01:23 -0000	1.20
@@ -3,7 +3,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake16
 Version:    %{api_version}.3
-Release:    16
+Release:    17
 License:    GPLv2+ and MIT and OFSFDL
 Group:      Development/Tools
 Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -91,6 +91,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_infodir}/*
 
 %changelog
+* Thu Jul 30 2009 Karsten Hopp <karsten at redhat.com> 1.6.3-17
+- fix build problem
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.3-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list