Hello community,

here is the log from the commit of package sqliteodbc for openSUSE:Factory 
checked in at 2016-02-17 10:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-02-08 
09:47:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqliteodbc.new/sqliteodbc.changes       
2016-02-17 12:25:03.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb  8 13:03:53 UTC 2016 - mplus...@suse.com
+
+- Fix removal of .la and .a files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sqliteodbc.spec ++++++
--- /var/tmp/diff_new_pack.MBjSXc/_old  2016-02-17 12:25:04.000000000 +0100
+++ /var/tmp/diff_new_pack.MBjSXc/_new  2016-02-17 12:25:04.000000000 +0100
@@ -66,7 +66,7 @@
 %install
 mkdir -p %{buildroot}%{_libdir}
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot} -type f -name "*.a" -o -name "*.la" -delete -print
+find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
 
 %post
 if [ -x %{_bindir}/odbcinst ] ; then


Reply via email to