Browse Source

bash-4.3.46-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10540 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
3940784d98
1 changed files with 16 additions and 4 deletions
  1. 16 4
      b/bash/bash-vl.spec

+ 16 - 4
b/bash/bash-vl.spec

@@ -1,5 +1,5 @@
 %define bashversion 4.3
-%define patchlevel 42
+%define patchlevel 46
 
 Summary:      The GNU Bourne Again shell (bash).
 Summary(ja):  GNU Bourne Again シェル (bash).
@@ -61,6 +61,10 @@ Patch39: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-039
 Patch40: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-040
 Patch41: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-041
 Patch42: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-042
+Patch43: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-043
+Patch44: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-044
+Patch45: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-045
+Patch46: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-046
 
 # Other patches
 Patch101: bash-2.02-security.patch
@@ -145,7 +149,7 @@ Tools standard.
 
 %package doc
 Summary:  Documentation for the GNU Bourne Again shell (bash).
-Summary:  GNU Bourne Again シェル向けドキュメント
+Summary(ja):  GNU Bourne Again シェル向けドキュメント
 Group:    Applications/Documentation
 Requires: %{name} = %{version}-%{release}
 
@@ -202,6 +206,10 @@ Again shell.
 %patch40 -p0 -b .040
 %patch41 -p0 -b .041
 %patch42 -p0 -b .042
+%patch43 -p0 -b .043
+%patch44 -p0 -b .044
+%patch45 -p0 -b .045
+%patch46 -p0 -b .046
 
 # Other patches
 %patch101 -p1 -b .security
@@ -343,7 +351,8 @@ f:close()
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc CHANGES COPYING
+%license COPYING
+%doc CHANGES
 %doc examples
 %config(noreplace) /etc/bashrc
 /bin/bash
@@ -358,13 +367,16 @@ f:close()
 %defattr(-,root,root)
 %doc COMPAT NEWS NOTES POSIX RBASH
 %doc examples/functions/ examples/misc/
-%doc examples/scripts.noah/ examples/scripts.v2/ examples/scripts/
+%doc examples/scripts*/
 %doc examples/startup-files/ examples/complete/ examples/loadables/
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 %doc doc/FAQ doc/INTRO doc/article.ms doc/README
 
 
 %changelog
+* Tue Jul  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.46-1
+- updated to 4.3 patch level 46.
+
 * Sat Sep 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.42-1
 - updated to 4.3 patch level 42.
 - imported patch 128-139 from RawHide.