|
@@ -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.1.1
|
|
|
|
|
|
+Version: 8.1.2
|
|
%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}
|
|
@@ -16,6 +16,7 @@ Source: %{baseurl}/readline-%{shortver}.tar.gz
|
|
|
|
|
|
# upstream patches
|
|
# upstream patches
|
|
Patch1: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-001
|
|
Patch1: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-001
|
|
|
|
+Patch2: %{baseurl}/readline-%{shortver}-patches/readline%{shortver_nodots}-002
|
|
|
|
|
|
# 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
|
|
@@ -98,6 +99,7 @@ installed. You also need to have the readline package installed.
|
|
%setup -q -n %{name}-%{shortver}
|
|
%setup -q -n %{name}-%{shortver}
|
|
# upstream patches
|
|
# upstream patches
|
|
%patch1 -p0 -b .001
|
|
%patch1 -p0 -b .001
|
|
|
|
+%patch2 -p0 -b .002
|
|
|
|
|
|
%patch100 -p1 -b .shlib
|
|
%patch100 -p1 -b .shlib
|
|
|
|
|
|
@@ -186,6 +188,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.2-1
|
|
|
|
+- updated to patchlevel 002.
|
|
|
|
+
|
|
* Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.1-1
|
|
* Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.1-1
|
|
- updated to patchlevel 001.
|
|
- updated to patchlevel 001.
|
|
- dropped ldconfig scriptlets.
|
|
- dropped ldconfig scriptlets.
|