Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2016-08-05 18:14:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2016-05-24 
09:35:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2016-08-05 
18:14:19.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug  2 13:41:17 UTC 2016 - [email protected]
+
+- Fix SLE 11 for previous change: noarch subpackages not supported
+
+-------------------------------------------------------------------
+Tue Aug  2 11:00:30 UTC 2016 - [email protected]
+
+- Reduce the conditions a bit and sort with spec-cleaner
+- Remove condition for old sle10 ppc machines
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.Gv4xEF/_old  2016-08-05 18:14:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Gv4xEF/_new  2016-08-05 18:14:20.000000000 +0200
@@ -16,11 +16,9 @@
 #
 
 
-# Simplify building on RH for Application:Geo (SR#212812).
-%define pname sqlite3
 %define oname sqlite
 %define tarversion 3130000
-Name:           %{pname}
+Name:           sqlite3
 Version:        3.13.0
 Release:        0
 Summary:        Embeddable SQL Database Engine
@@ -34,22 +32,14 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  unzip
+BuildRequires:  update-desktop-files
 Requires:       libsqlite3-0 = %{version}
 Provides:       %{oname} = %{version}
 Obsoletes:      %{oname} < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version:1}
-BuildRequires:  update-desktop-files
-%endif
-# bug437293
-%ifarch ppc64
-Obsoletes:      sqlite-64bit < %{version}
-Provides:       sqlite-64bit = %{version}
-%endif
-#
 
 %description
 SQLite is a C library that implements an embeddable SQL database
@@ -105,7 +95,7 @@
 
 %package doc
 Summary:        Documentation for %{name}
-Group:          Documentation
+Group:          Documentation/Other
 %if 0%{?suse_version} >= 1130
 BuildArch:      noarch
 %endif
@@ -123,7 +113,7 @@
 ln -sv `echo %{version} | sed "s/\./_/g"`.html 
sqlite-doc-%{tarversion}/releaselog/current.html
 
 %build
-autoreconf -fi
+autoreconf -fiv
 export CFLAGS="%{optflags} \
        -DSQLITE_ENABLE_API_ARMOR \
        -DSQLITE_ENABLE_COLUMN_METADATA \
@@ -144,11 +134,12 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libsqlite3-0 -p /sbin/ldconfig
 %postun -n libsqlite3-0 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %{_bindir}/sqlite3



Reply via email to