Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xbsql for openSUSE:Factory checked in at 2021-08-25 20:58:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xbsql (Old) and /work/SRC/openSUSE:Factory/.xbsql.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xbsql" Wed Aug 25 20:58:19 2021 rev:23 rq:914170 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/xbsql/xbsql.changes 2017-09-04 12:36:09.816853180 +0200 +++ /work/SRC/openSUSE:Factory/.xbsql.new.1899/xbsql.changes 2021-08-25 20:59:49.333034056 +0200 @@ -1,0 +2,6 @@ +Mon Aug 23 10:13:17 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Remove --with-pic which has no effect with --disable-static. +- Trim old specfile constructs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xbsql.spec ++++++ --- /var/tmp/diff_new_pack.JWuX8K/_old 2021-08-25 20:59:49.817033421 +0200 +++ /var/tmp/diff_new_pack.JWuX8K/_new 2021-08-25 20:59:49.821033416 +0200 @@ -1,7 +1,7 @@ # # spec file for package xbsql # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,9 +21,9 @@ Version: 0.11 Release: 0 Summary: SQL Wrapper for the XBase Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://www.quaking.demon.co.uk/xbsql.html +URL: http://www.quaking.demon.co.uk/xbsql.html Source0: %{name}-%{version}.tar.bz2 Patch0: %{name}.diff Patch1: xbsql-0.11-bufferoverflowstrncat.patch @@ -38,7 +38,6 @@ BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: xbase-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description XBase DBMS is a C++ library that supports access to XBase type data @@ -47,7 +46,7 @@ %package -n %{lib_name} Summary: Shared libraries for %{name} -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n %{lib_name} XBase DBMS is a C++ library that supports access to XBase type data @@ -76,20 +75,18 @@ %build autoreconf -fi -%configure \ - --disable-static \ - --with-pic +%configure --disable-static rm xbsql/lex.yy.c -make %{?_smp_mflags} -C xbsql lex.yy.c -make %{?_smp_mflags} +%make_build -C xbsql lex.yy.c +%make_build %check cd test -make %{?_smp_mflags} +%make_build ./runtests %install -make DESTDIR="$RPM_BUILD_ROOT" install +%make_install # # solve file conflict with perl-XML-XQL # @@ -101,16 +98,13 @@ %postun -n %{lib_name} -p /sbin/ldconfig %files -%defattr(-,root,root) %doc AUTHORS TODO COPYING README doc %{_bindir}/* %files -n %{lib_name} -%defattr(-,root,root) %{_libdir}/libxbsql.so.* %files devel -%defattr(-,root,root) %{_includedir}/* %{_libdir}/libxbsql.so