rpms/zsh/devel sources,1.11,1.12 zsh.spec,1.33,1.34

James Antill (james) fedora-extras-commits at redhat.com
Wed Jul 25 14:40:37 UTC 2007


Author: james

Update of /cvs/pkgs/rpms/zsh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24467

Modified Files:
	sources zsh.spec 
Log Message:
* Wed Jul 25 2007 James Antill <jantill at redhat.com> - 4.3.4-0
- Move to upstream 4.3.4, the stable non-stable release



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	11 Sep 2006 22:21:21 -0000	1.11
+++ sources	25 Jul 2007 14:40:05 -0000	1.12
@@ -1 +1 @@
-2cefebf742c190cbc611baded825db64  zsh-4.2.6.tar.bz2
+acc4fc85d18d7f914bb6705775c45bf2  zsh-4.3.4.tar.gz


Index: zsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/zsh.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- zsh.spec	5 Mar 2007 20:20:09 -0000	1.33
+++ zsh.spec	25 Jul 2007 14:40:05 -0000	1.34
@@ -2,12 +2,12 @@
 
 Summary: A powerful interactive shell
 Name: zsh
-Version: 4.2.6
-Release: 6%{?dist}
+Version: 4.3.4
+Release: 0%{?dist}
 License: BSD
 URL: http://zsh.sunsite.dk/
 Group: System Environment/Shells
-Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
+Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.gz
 Source1: zlogin.rhs
 Source2: zlogout.rhs
 Source3: zprofile.rhs
@@ -51,9 +51,6 @@
 
 %setup -q
 %patch0 -p1 -b .serial
-#%patch1 -p1 -b .fail
-#%%patch3 -p0 -b .bckgrnd
-## patch3 touches zshconfig.ac
 #autoconf
 
 cp -p %SOURCE7 .
@@ -80,7 +77,9 @@
 rm -rf $RPM_BUILD_ROOT
 %makeinstall install.info \
   fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
-  sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions
+  sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions \
+  scriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/scripts \
+  sitescriptdir=$RPM_BUILD_ROOT%{_datadir}/zsh/scripts
 
 rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
@@ -148,9 +147,12 @@
 
 %files html
 %defattr(-,root,root)
-%doc Doc/zsh/*.html
+%doc Doc/*.html
 
 %changelog
+* Wed Jul 25 2007 James Antill <jantill at redhat.com> - 4.3.4-0
+- Move to upstream 4.3.4, the stable non-stable release
+
 * Mon Mar  5 2007 James Antill <james at and.org> - 4.2.6-6
 - Move requires to be scriptlet specific
 - chmod functions, to shut rpmlint up (false positive warning)




More information about the scm-commits mailing list