rpms/zsh/devel zsh.spec,1.55,1.56

James Antill james at fedoraproject.org
Mon Mar 2 15:38:52 UTC 2009


Author: james

Update of /cvs/pkgs/rpms/zsh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7573

Modified Files:
	zsh.spec 
Log Message:
* Mon Mar  2 2009 James Antill <james at fedoraproject.org> - 4.3.9-3
- Change to --enable-prce, see if that solves the ppc problems



Index: zsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/zsh.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- zsh.spec	25 Feb 2009 18:45:43 -0000	1.55
+++ zsh.spec	2 Mar 2009 15:38:22 -0000	1.56
@@ -3,7 +3,7 @@
 Summary: A powerful interactive shell
 Name: zsh
 Version: 4.3.9
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 URL: http://zsh.sunsite.dk/
 Group: System Environment/Shells
@@ -26,7 +26,7 @@
 Prereq: fileutils grep /sbin/install-info
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
-BuildRequires: texinfo tetex texi2html gawk /bin/hostname
+BuildRequires: texinfo tetex texi2html gawk /bin/hostname pcre-devel
 Requires(post): /sbin/install-info grep
 Requires(preun): /sbin/install-info
 Requires(postun): mktemp coreutils grep
@@ -68,7 +68,7 @@
 %define _bindir /bin
 # Avoid stripping...
 export LDFLAGS=""
-%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp  --enable-maildir-support
+%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp  --enable-maildir-support --enable-pcre
 
 make all html
 
@@ -163,6 +163,9 @@
 %doc Doc/*.html
 
 %changelog
+* Mon Mar  2 2009 James Antill <james at fedoraproject.org> - 4.3.9-3
+- Change to --enable-prce, see if that solves the ppc problems
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list