Accepting request 63473 from shells
Accepted submit request 63473 from user coolo OBS-URL: https://build.opensuse.org/request/show/63473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=22
This commit is contained in:
commit
a90c971fa5
23
_service
Normal file
23
_service
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" ?>
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">www.zsh.org</param>
|
||||
<param name="path">/pub/zsh-4.3.11.tar.bz2</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:zsh-4.3.11.tar.bz2</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">30eb774120d89d98336c929c210a9df4f61fc1f0137732812a6c0d8b8d074f05</param>
|
||||
</service>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">www.zsh.org</param>
|
||||
<param name="path">/pub/zsh-4.3.11-doc.tar.bz2</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:zsh-4.3.11-doc.tar.bz2</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">956100a251cf523978a2f81802636b6cdd28f2861d508eedb10477317cecec4c</param>
|
||||
</service>
|
||||
</services>
|
3
_service:download_url:zsh-4.3.11-doc.tar.bz2
Normal file
3
_service:download_url:zsh-4.3.11-doc.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:956100a251cf523978a2f81802636b6cdd28f2861d508eedb10477317cecec4c
|
||||
size 2687527
|
3
_service:download_url:zsh-4.3.11.tar.bz2
Normal file
3
_service:download_url:zsh-4.3.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30eb774120d89d98336c929c210a9df4f61fc1f0137732812a6c0d8b8d074f05
|
||||
size 2868429
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f53d5c434fdb26fc79755279175514507eb1d11cf793ac57270d053ee61f37f9
|
||||
size 2690183
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63fdc0273eadbb42d164f38b0b79922c0b3df0e97084e746a318276d935a4f7c
|
||||
size 2735665
|
@ -1,7 +1,5 @@
|
||||
Index: Doc/intro.ms
|
||||
===================================================================
|
||||
--- Doc/intro.ms.orig 2007-07-03 19:03:03.000000000 +0200
|
||||
+++ Doc/intro.ms 2009-12-02 19:12:41.000000000 +0100
|
||||
--- Doc/intro.ms.orig
|
||||
+++ Doc/intro.ms
|
||||
@@ -516,13 +516,13 @@ separate process is not created.)
|
||||
%\0ed\0/tmp/funs/yp
|
||||
25
|
||||
@ -39,10 +37,8 @@ Index: Doc/intro.ms
|
||||
.De
|
||||
If you use more words of the same command, only the first \fC!\fP
|
||||
needs an event designator.
|
||||
Index: Test/E01options.ztst
|
||||
===================================================================
|
||||
--- Test/E01options.ztst.orig 2008-08-11 10:38:57.000000000 +0200
|
||||
+++ Test/E01options.ztst 2009-12-02 19:12:41.000000000 +0100
|
||||
--- Test/E01options.ztst.orig
|
||||
+++ Test/E01options.ztst
|
||||
@@ -116,7 +116,7 @@
|
||||
>scalar
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Doc/Makefile.in
|
||||
--- Doc/Makefile.in.orig
|
||||
+++ Doc/Makefile.in
|
||||
@@ -40,7 +40,7 @@
|
||||
@@ -40,7 +40,7 @@ INSTALL = @INSTALL@
|
||||
MAKEINFO = makeinfo
|
||||
TEXI2DVI = texi2dvi
|
||||
DVIPS = dvips
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
.SUFFIXES: .yo .1
|
||||
|
||||
@@ -294,26 +294,9 @@
|
||||
@@ -294,26 +294,9 @@ install.man: man
|
||||
# install info pages, creating install directory if necessary
|
||||
install.info: texi
|
||||
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(infodir)
|
||||
@ -39,7 +39,7 @@
|
||||
.PHONY: install.info
|
||||
|
||||
# uninstall man pages
|
||||
@@ -332,7 +315,7 @@
|
||||
@@ -332,7 +315,7 @@ uninstall.info:
|
||||
# install HTML manual
|
||||
install.html: html
|
||||
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(htmldir)
|
@ -1,6 +1,6 @@
|
||||
--- Functions/Misc/run-help
|
||||
--- Functions/Misc/run-help.orig
|
||||
+++ Functions/Misc/run-help
|
||||
@@ -30,7 +30,7 @@
|
||||
@@ -29,7 +29,7 @@ then
|
||||
return 0
|
||||
elif [[ -n "${HELPDIR:-}" && -r $HELPDIR/$1 && $1 != compctl ]]
|
||||
then
|
||||
@ -9,7 +9,7 @@
|
||||
return $?
|
||||
fi
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
@@ -65,7 +65,7 @@ do
|
||||
(comp*) man zshcompsys;;
|
||||
(zf*) man zshftpsys;;
|
||||
(run-help) man zshcontrib;;
|
@ -1,6 +1,6 @@
|
||||
--- Src/Makefile.in
|
||||
--- Src/Makefile.in.orig
|
||||
+++ Src/Makefile.in
|
||||
@@ -148,14 +148,7 @@
|
||||
@@ -149,14 +149,7 @@ uninstall.bin: uninstall.bin-here
|
||||
# install binary, creating install directory if necessary
|
||||
install.bin-here: zsh$(EXEEXT) $(INSTLIB)
|
||||
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||
@ -16,7 +16,7 @@
|
||||
.PHONY: install.bin-here
|
||||
|
||||
install.bin-N:
|
||||
--- Src/Modules/terminfo.c
|
||||
--- Src/Modules/terminfo.c.orig
|
||||
+++ Src/Modules/terminfo.c
|
||||
@@ -28,6 +28,7 @@
|
||||
*/
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 02:07:58 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- Update to version 4.3.11
|
||||
* The completion system now has a style path-completion.
|
||||
* new "zsystem" builtin whose subcommands perform system level tasks
|
||||
* Added "D" and "Z" flag in parameter expansion
|
||||
* Lots of other bugfixes/improvements, see Changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 9 11:50:17 CET 2010 - hmacht@suse.de
|
||||
|
||||
|
3
zsh.spec
3
zsh.spec
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: zsh
|
||||
Version: 4.3.10
|
||||
Version: 4.3.11
|
||||
Release: 5
|
||||
License: Other uncritical OpenSource License
|
||||
Group: System/Shells
|
||||
@ -136,6 +136,7 @@ groff Doc/intro.ms > intro.txt
|
||||
%{__ln_s} -f ../../bin/zsh %{buildroot}/usr/bin/zsh
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user