rpms/bash/devel bash-4.1-examples.patch, NONE, 1.1 bash.spec, 1.204, 1.205

Roman Rakus rrakus at fedoraproject.org
Tue Jun 22 15:10:46 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/bash/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29693

Modified Files:
	bash.spec 
Added Files:
	bash-4.1-examples.patch 
Log Message:
Added missing patch

bash-4.1-examples.patch:
 Makefile.in      |    2 +-
 perl/Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE bash-4.1-examples.patch ---
diff -up bash-4.1/examples/loadables/Makefile.in.examples bash-4.1/examples/loadables/Makefile.in
--- bash-4.1/examples/loadables/Makefile.in.examples	2010-06-22 16:20:02.000000000 +0200
+++ bash-4.1/examples/loadables/Makefile.in	2010-06-22 16:20:41.000000000 +0200
@@ -43,7 +43,7 @@ host_os = @host_os@
 host_cpu = @host_cpu@
 host_vendor = @host_vendor@
 
-CFLAGS = @CFLAGS@
+CFLAGS = -O2 -g
 LOCAL_CFLAGS = @LOCAL_CFLAGS@
 DEFS = @DEFS@
 LOCAL_DEFS = @LOCAL_DEFS@
diff -up bash-4.1/examples/loadables/perl/Makefile.in.examples bash-4.1/examples/loadables/perl/Makefile.in
--- bash-4.1/examples/loadables/perl/Makefile.in.examples	2010-06-22 16:20:46.000000000 +0200
+++ bash-4.1/examples/loadables/perl/Makefile.in	2010-06-22 16:21:04.000000000 +0200
@@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@
 
 PERL5 = perl5
 
-CFLAGS = @CFLAGS@
+CFLAGS = -O2 -g
 
 #
 # These values are generated for configure by ${topdir}/support/shobj-conf.


Index: bash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -p -r1.204 -r1.205
--- bash.spec	22 Jun 2010 14:40:03 -0000	1.204
+++ bash.spec	22 Jun 2010 15:10:46 -0000	1.205
@@ -5,7 +5,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -274,6 +274,9 @@ fi
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Tue Jun 22 2010 Roman Rakus <rrakus at redhat.com> - 4.1.7-3
+- Added missing patch
+
 * Tue Jun 22 2010 Roman Rakus <rrakus at redhat.com> - 4.1.7-2
 - Do the same CFLAGS in generated Makefile in examples
 



More information about the scm-commits mailing list