Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libstfl for openSUSE:Factory checked in at 2025-01-07 20:52:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstfl (Old) and /work/SRC/openSUSE:Factory/.libstfl.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstfl" Tue Jan 7 20:52:23 2025 rev:15 rq:1235218 version:0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/libstfl/libstfl.changes 2024-03-01 23:38:55.288653804 +0100 +++ /work/SRC/openSUSE:Factory/.libstfl.new.1881/libstfl.changes 2025-01-07 20:52:47.683362433 +0100 @@ -1,0 +2,6 @@ +Mon Jan 6 11:16:42 UTC 2025 - Jan Engelhardt <[email protected]> + +- Delete broken patch stfl-ncurses.patch to fix FTBFS. +- Stop shipping static library + +------------------------------------------------------------------- Old: ---- stfl-ncurses.patch New: ---- _scmsync.obsinfo build.specials.obscpio BETA DEBUG BEGIN: Old: - Delete broken patch stfl-ncurses.patch to fix FTBFS. - Stop shipping static library BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstfl.spec ++++++ --- /var/tmp/diff_new_pack.QQGemV/_old 2025-01-07 20:52:48.135381121 +0100 +++ /var/tmp/diff_new_pack.QQGemV/_new 2025-01-07 20:52:48.139381287 +0100 @@ -27,9 +27,8 @@ Source: http://www.clifford.at/stfl/stfl-%{version}.tar.gz Source99: libstfl-rpmlintrc Patch1: stfl-optflags.patch -Patch2: stfl-ncurses.patch BuildRequires: ncurses-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config %description STFL is a library which implements a curses-based widget set for text @@ -65,8 +64,7 @@ %autosetup -p0 -n "stfl-%{version}" %build -%global _lto_cflags %{_lto_cflags} -ffat-lto-objects -make %{?_smp_mflags} \ +%make_build \ CC="gcc" \ OPTFLAGS="%{optflags}"\ FOUND_SPL=0 \ @@ -80,14 +78,14 @@ libdir="%{_lib}" \ prefix="%{_prefix}" -[ -e "%{buildroot}%{_libdir}/libstfl.so.%{sover}" ] || { +if ! [ -e "%{buildroot}/%{_libdir}/libstfl.so.%{sover}" ]; then pushd "%{buildroot}%{_libdir}/" ln -s libstfl.so.*.* libstfl.so.%{sover} popd -} +fi +rm -fv "%{buildroot}/%{_libdir}"/*.a -%post -n libstfl%{sover} -p /sbin/ldconfig -%postun -n libstfl%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n libstfl%{sover} %files -n libstfl%{sover} %license COPYING @@ -98,6 +96,5 @@ %files -n libstfl-devel %{_includedir}/stfl.h %{_libdir}/libstfl.so -%{_libdir}/libstfl.a %{_libdir}/pkgconfig/stfl.pc ++++++ _scmsync.obsinfo ++++++ mtime: 1736171910 commit: 9e7757e18f90e5394ada3b41a232a3554016b304a1b3316bb36156f16de7ee45 url: https://src.opensuse.org/clibs/stfl revision: master
