Hello community, here is the log from the commit of package bash for openSUSE:Factory checked in at 2018-03-07 10:28:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bash (Old) and /work/SRC/openSUSE:Factory/.bash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash" Wed Mar 7 10:28:20 2018 rev:144 rq:580635 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/bash/bash.changes 2018-02-10 17:52:10.509146873 +0100 +++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes 2018-03-07 10:28:24.716039142 +0100 @@ -1,0 +2,11 @@ +Tue Feb 27 14:26:53 UTC 2018 - [email protected] + +- Create readline-devel-static package to re-enable static libraries + again (boo#1082913) + +------------------------------------------------------------------- +Thu Feb 22 15:10:29 UTC 2018 - [email protected] + +- Use %license (boo#1082318) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bash.spec ++++++ --- /var/tmp/diff_new_pack.3qIDNm/_old 2018-03-07 10:28:26.435977102 +0100 +++ /var/tmp/diff_new_pack.3qIDNm/_new 2018-03-07 10:28:26.435977102 +0100 @@ -44,7 +44,7 @@ Version: 4.4 Release: 0 Summary: The GNU Bourne-Again Shell -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Shells Url: http://www.gnu.org/software/bash/bash.html # Git: http://git.savannah.gnu.org/cgit/bash.git @@ -230,7 +230,6 @@ %package -n readline-devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ -Provides: bash:%{_libdir}/libreadline.a Version: %{rl_vers} Release: 0 Requires: libreadline7 = %{rl_vers} @@ -246,6 +245,20 @@ This package contains all necessary include files and libraries needed to develop applications that require these. +%package -n readline-devel-static +Summary: Static library for Development +Group: Development/Libraries/C and C++ +Version: %{rl_vers} +Release: 0 +Requires: ncurses-devel +Requires: readline-devel = %{rl_vers} +Recommends: readline-doc = %{rl_vers} +# + +%description -n readline-devel-static +This package contains the static library needed +to develop applications that require these. + %package -n readline-doc Summary: Documentation how to Use and Program with the Readline Library Group: System/Libraries @@ -426,7 +439,9 @@ LDFLAGS_FOR_BUILD="$LDFLAGS" export CC_FOR_BUILD CFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD CFLAGS LDFLAGS CC ./configure --build=%{_target_cpu}-suse-linux \ - --disable-static \ + --enable-static \ + --enable-shared \ + --enable-multibyte \ --prefix=%{_prefix} \ --with-curses \ --mandir=%{_mandir} \ @@ -519,6 +534,7 @@ --with-afs \ $SYSMALLOC \ --enable-job-control \ + --enable-net-redirections \ --enable-alias \ --enable-readline \ --enable-history \ @@ -562,7 +578,7 @@ pushd ../readline-%{rl_vers}%{rextend} %make_install htmldir=%{_defaultdocdir}/readline \ installdir=%{_defaultdocdir}/readline/examples - %make_install install-shared libdir=/%{_lib} linkagedir=%{_libdir} + %make_install install libdir=/%{_lib} linkagedir=%{_libdir} rm -rf %{buildroot}%{_defaultdocdir}/bash mkdir -p %{buildroot}%{_defaultdocdir}/bash chmod 0755 %{buildroot}/%{_lib}/libhistory.so.%{rl_vers} @@ -573,6 +589,9 @@ rm -vf %{buildroot}/%{_lib}/libreadline.so ln -sf /%{_lib}/libhistory.so.%{rl_vers} %{buildroot}/%{_libdir}/libhistory.so ln -sf /%{_lib}/libreadline.so.%{rl_vers} %{buildroot}/%{_libdir}/libreadline.so + mv -vf %{buildroot}/%{_lib}/libhistory.a %{buildroot}/%{_libdir}/libhistory.a + mv -vf %{buildroot}/%{_lib}/libreadline.a %{buildroot}/%{_libdir}/libreadline.a + rm -vrf %{buildroot}%{_datadir}/readline/ popd %make_install make -C examples/loadables/ install-supported DESTDIR=%{buildroot} libdir=/%{_lib} @@ -656,6 +675,7 @@ %files %defattr(-,root,root) +%license COPYING %config %attr(600,root,root) %{_sysconfdir}/skel/.bash_history %config %attr(644,root,root) %{_sysconfdir}/skel/.bashrc %config %attr(644,root,root) %{_sysconfdir}/skel/.profile @@ -702,6 +722,7 @@ %files -n libreadline7 %defattr(-,root,root) +%license COPYING /%{_lib}/libhistory.so.%{rl_major} /%{_lib}/libhistory.so.%{rl_vers} /%{_lib}/libreadline.so.%{rl_major} @@ -713,6 +734,11 @@ %{_libdir}/libhistory.so %{_libdir}/libreadline.so +%files -n readline-devel-static +%defattr(-,root,root) +%{_libdir}/libhistory.a +%{_libdir}/libreadline.a + %files -n readline-doc %defattr(-,root,root) %doc %{_infodir}/history.info*
