diff --git a/readline-8.0-shlib.patch b/readline-8.0-shlib.patch deleted file mode 100644 index f99242cac1e6ced10219396760532d52a1e0486d..0000000000000000000000000000000000000000 --- a/readline-8.0-shlib.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 5f7f73a57b16ef58769004fe2f4111baf1c81690 Mon Sep 17 00:00:00 2001 -From: Jan Chaloupka -Date: Mon, 21 Jul 2014 13:50:01 +0200 -Subject: [PATCH] shlib - ---- - shlib/Makefile.in | 2 +- - support/shobj-conf | 5 +++-- - 3 files changed, 5 insertions(+), 4 deletions(-) - -diff --git a/shlib/Makefile.in b/shlib/Makefile.in -index eb16211..3a34840 100644 ---- a/shlib/Makefile.in -+++ b/shlib/Makefile.in -@@ -178,7 +178,7 @@ $(SHARED_READLINE): $(SHARED_OBJ) - - $(SHARED_HISTORY): $(SHARED_HISTOBJ) xmalloc.so xfree.so - $(RM) $@ -- $(SHOBJ_LD) ${SHOBJ_LDFLAGS} ${SHLIB_XLDFLAGS} -o $@ $(SHARED_HISTOBJ) xmalloc.so xfree.so $(SHLIB_LIBS) -+ $(SHOBJ_LD) ${SHOBJ_LDFLAGS} ${SHLIB_XLDFLAGS} -o $@ $(SHARED_HISTOBJ) xmalloc.so xfree.so - - # Since tilde.c is shared between readline and bash, make sure we compile - # it with the right flags when it's built as part of readline -diff --git a/support/shobj-conf b/support/shobj-conf -index 5a3f977..e51f7c4 100644 ---- a/support/shobj-conf -+++ b/support/shobj-conf -@@ -126,10 +126,11 @@ sunos5*|solaris2*) - linux*-*|gnu*-*|k*bsd*-gnu-*|freebsd*|dragonfly*) - SHOBJ_CFLAGS=-fPIC - SHOBJ_LD='${CC}' -- SHOBJ_LDFLAGS='-shared -Wl,-soname,$@' -+ SHOBJ_LDFLAGS='$(CFLAGS) -shared -Wl,-soname,$@' - -- SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`' -+ SHLIB_XLDFLAGS='-Wl,-soname,`basename $@ $(SHLIB_MINOR)`' - SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' -+ SHLIB_LIBS='-ltinfo' - ;; - - # Darwin/MacOS X --- -1.9.3 diff --git a/readline-8.1.tar.gz b/readline-8.2.tar.gz similarity index 30% rename from readline-8.1.tar.gz rename to readline-8.2.tar.gz index 6dcc949fd974ab414efb7539997e2a900b948dbf..84060017cef885fd9eabc45b32afdfa65e2f94f6 100644 Binary files a/readline-8.1.tar.gz and b/readline-8.2.tar.gz differ diff --git a/readline.spec b/readline.spec index 3645c97f29bfe60f2f2a7659b41a732fa5e13fdf..7657bb3e2c991d8d9fa828c11d392f5c51a89e83 100644 --- a/readline.spec +++ b/readline.spec @@ -1,14 +1,12 @@ Name: readline -Version: 8.1 -Release: 2 +Version: 8.2 +Release: 1 Summary: Readline library for editing typed command lines License: GPLv3+ URL: http://tiswww.case.edu/php/chet/readline/rltop.html Source0: http://git.savannah.gnu.org/cgit/readline.git/snapshot/%{name}-%{version}.tar.gz -Patch0: readline-8.0-shlib.patch - BuildRequires: gcc gcc-c++ ncurses-devel %description @@ -66,6 +64,7 @@ export CPPFLAGS="-I%{_includedir}/ncurses" %{_libdir}/libhistory.so %{_libdir}/libreadline.so %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/pkgconfig/history.pc %{_docdir}/%{name}/* %{_datadir}/%{name} %{_libdir}/*.a @@ -79,6 +78,9 @@ export CPPFLAGS="-I%{_includedir}/ncurses" %changelog +* Tue Jan 31 2023 chenziyang - 8.2-1 +- update to 8.2 + * Tue Oct 25 2022 yanglongkang - 8.1-2 - rebuild for next release