rpms/bash/devel bash.spec,1.203,1.204

Roman Rakus rrakus at fedoraproject.org
Tue Jun 22 14:40:04 UTC 2010


Author: rrakus

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

Modified Files:
	bash.spec 
Log Message:
Do the same CFLAGS in generated Makefile in examples


Index: bash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -p -r1.203 -r1.204
--- bash.spec	21 May 2010 17:13:18 -0000	1.203
+++ bash.spec	22 Jun 2010 14:40:03 -0000	1.204
@@ -5,7 +5,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -49,6 +49,9 @@ Patch118: bash-tty-tests.patch
 # 484809, check if interp section is NOBITS
 Patch123: bash-4.0-nobits.patch
 
+# Do the same CFLAGS in generated Makefile in examples
+Patch124: bash-4.1-examples.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: texinfo bison
@@ -102,6 +105,7 @@ This package contains documentation file
 %patch117 -p1 -b .setlocale
 %patch118 -p1 -b .tty_tests
 %patch123 -p1 -b .nobits
+%patch124 -p1 -b .examples
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
@@ -270,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-2
+- Do the same CFLAGS in generated Makefile in examples
+
 * Fri May 21 2010 Roman Rakus <rrakus at redhat.com> - 4.1.7-1
 - Patch level 7
 



More information about the scm-commits mailing list