Browse Source

readline-8.1.2-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
ab76b31176
1 changed files with 6 additions and 1 deletions
  1. 6 1
      r/readline/readline-vl.spec

+ 6 - 1
r/readline/readline-vl.spec

@@ -1,7 +1,7 @@
 Summary: A library for editing typed in command lines.
 Summary(ja): Readline ライブラリ
 Name: readline
-Version: 8.1.1
+Version: 8.1.2
 %global shortver %(echo %{version} | cut -d . -f 1-2)
 %global shortver_nodots %(echo %{shortver} | tr -d ".")
 Release: 1%{?_dist_release}
@@ -16,6 +16,7 @@ Source: %{baseurl}/readline-%{shortver}.tar.gz
 
 # upstream patches
 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
 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}
 # upstream patches
 %patch1 -p0 -b .001
+%patch2 -p0 -b .002
 
 %patch100 -p1 -b .shlib
 
@@ -186,6 +188,9 @@ fi
 
 
 %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
 - updated to patchlevel 001.
 - dropped ldconfig scriptlets.