Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2025-03-20 19:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Thu Mar 20 19:24:36 2025 rev:160 rq:1254257 version:3.49.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2025-02-20 
16:27:59.474939504 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.2696/sqlite3.changes        
2025-03-20 19:25:06.385921326 +0100
@@ -1,0 +2,6 @@
+Tue Mar 11 21:34:05 UTC 2025 - Jan Engelhardt <jeng...@inai.de>
+
+- Mark build recipe as POSIX-sh-incompatible
+- Run mkdir/rm with verbose mode for the build log
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.gTws55/_old  2025-03-20 19:25:07.109951249 +0100
+++ /var/tmp/diff_new_pack.gTws55/_new  2025-03-20 19:25:07.109951249 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%define _buildshell /bin/bash
 %define oname sqlite
 %define tarversion 3490100
 %define docversion 3490100
@@ -66,7 +67,7 @@
 
 %package -n libsqlite3-0
 Summary:        Shared libraries for the Embeddable SQL Database Engine
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n libsqlite3-0
 This package contains the shared libraries for the Embeddable SQL
@@ -122,13 +123,12 @@
 BuildArch:      noarch
 
 %description doc
-
 Contains HTML documentation for SQLite: SQL Syntax, C/C++ API and
 other documentation found on sqlite.org. The files can be found in
 %{_docdir}/%{name}-doc.
 
 %prep
-# Version and %tarversion need to match, but %docversion might be different,
+# Version and %%tarversion need to match, but %%docversion might be different,
 IFS=. read a b c d <<< "%version"
 if [ "%tarversion" != $(printf "%1d%02d%02d%02d" $a $b $c $d) ]
 then
@@ -188,15 +188,14 @@
 
 %install
 %make_install
-#mkdir -p %{buildroot}/%{_mandir}/man{1,n}/
-install -Dp -m 0644 -t %{buildroot}/%{_mandir}/man1 sqlite3.1
-install -Dp -m 0644 -t %{buildroot}/%{_mandir}/mann autoconf/tea/doc/sqlite3.n
+#mkdir -pv %{buildroot}/%{_mandir}/man{1,n}/
+install -Dpvm 0644 -t %{buildroot}/%{_mandir}/man1 sqlite3.1
+install -Dpvm 0644 -t %{buildroot}/%{_mandir}/mann autoconf/tea/doc/sqlite3.n
 # 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
-%postun -n libsqlite3-0 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libsqlite3-0
 
 %files
 %{_bindir}/sqlite3

Reply via email to