|
@@ -1,7 +1,7 @@
|
|
Summary: A library for editing typed in command lines.
|
|
Summary: A library for editing typed in command lines.
|
|
Summary(ja): Readline ライブラリ
|
|
Summary(ja): Readline ライブラリ
|
|
Name: readline
|
|
Name: readline
|
|
-Version: 8.2.10
|
|
|
|
|
|
+Version: 8.2.13
|
|
%global shortver %(echo %{version} | cut -d . -f 1-2)
|
|
%global shortver %(echo %{version} | cut -d . -f 1-2)
|
|
%global shortver_nodots %(echo %{shortver} | tr -d ".")
|
|
%global shortver_nodots %(echo %{shortver} | tr -d ".")
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
@@ -25,6 +25,9 @@ Patch7: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-007
|
|
Patch8: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-008
|
|
Patch8: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-008
|
|
Patch9: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-009
|
|
Patch9: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-009
|
|
Patch10: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-010
|
|
Patch10: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-010
|
|
|
|
+Patch11: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-011
|
|
|
|
+Patch12: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-012
|
|
|
|
+Patch13: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-013
|
|
|
|
|
|
# fix file permissions, remove RPATH, use CFLAGS
|
|
# fix file permissions, remove RPATH, use CFLAGS
|
|
Patch100: readline-8.0-shlib.patch
|
|
Patch100: readline-8.0-shlib.patch
|
|
@@ -174,6 +177,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 08 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.13-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.10-1
|
|
* Mon Jun 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.10-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|