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