Hello community, here is the log from the commit of package sqliteodbc for openSUSE:Factory checked in at 2016-02-08 09:47:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqliteodbc (Old) and /work/SRC/openSUSE:Factory/.sqliteodbc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqliteodbc" Changes: -------- --- /work/SRC/openSUSE:Factory/sqliteodbc/sqliteodbc.changes 2015-12-24 12:16:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sqliteodbc.new/sqliteodbc.changes 2016-02-08 09:47:38.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 3 22:38:21 UTC 2016 - [email protected] + +- Add missing build dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqliteodbc.spec ++++++ --- /var/tmp/diff_new_pack.HA5hgw/_old 2016-02-08 09:47:39.000000000 +0100 +++ /var/tmp/diff_new_pack.HA5hgw/_new 2016-02-08 09:47:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sqliteodbc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,8 +29,10 @@ BuildRequires: dos2unix BuildRequires: doxygen BuildRequires: graphviz +BuildRequires: libxml2-devel BuildRequires: sqlite3-devel BuildRequires: unixODBC-devel +BuildRequires: zlib-devel Requires: unixODBC Requires(post): unixODBC Requires(preun): unixODBC @@ -64,8 +66,7 @@ %install mkdir -p %{buildroot}%{_libdir} make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm -f %{buildroot}%{_libdir}/libsqlite3odbc*.{a,la} -rm -f %{buildroot}%{_libdir}/libsqlite3_mod_*.{a,la} +find %{buildroot} -type f -name "*.a" -o -name "*.la" -delete -print %post if [ -x %{_bindir}/odbcinst ] ; then
