Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2018-07-02 23:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Mon Jul  2 23:29:39 2018 rev:106 rq:619776 version:3.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2018-06-15 
14:36:06.698648405 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2018-07-02 
23:29:46.605522739 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 10:21:38 UTC 2018 - [email protected]
+
+- Run tests during build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.0ThSSB/_old  2018-07-02 23:29:48.617520239 +0200
+++ /var/tmp/diff_new_pack.0ThSSB/_new  2018-07-02 23:29:48.649520199 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
-BuildRequires:  tcl
+BuildRequires:  tcl-devel
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(zlib)
 Provides:       %{oname} = %{version}
@@ -93,9 +93,7 @@
 %package doc
 Summary:        Documentation for %{name}
 Group:          Documentation/Other
-%if 0%{?suse_version} >= 1130
 BuildArch:      noarch
-%endif
 
 %description doc
 
@@ -135,13 +133,23 @@
   --enable-json1 \
   --enable-update-limit \
   --enable-rtree
-make sqlite3.c
+make %{?_smp_mflags} sqlite3.c
 make %{?_smp_mflags}
 
+%ifnarch %ix86
+# Tests fail due to slight precision variation caused by FPU being 80-bit 
internally.
+# see https://bugs.gentoo.org/628242
+%check
+make %{?_smp_mflags} test
+%endif
+
 %install
 %make_install
 mkdir -p %{buildroot}/%{_mandir}/man1/
-cp sqlite3.1 %{buildroot}/%{_mandir}/man1/
+install -Dpm 0644 sqlite3.1 \
+  %{buildroot}/%{_mandir}/man1/sqlite3.1
+# tcl bindings are provided by tcl itself
+rm -rf %{buildroot}%{_libdir}/tcl/tcl8.?/sqlite3*
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libsqlite3-0 -p /sbin/ldconfig




Reply via email to