Hello community,

here is the log from the commit of package sqlitebrowser for openSUSE:Factory 
checked in at 2016-07-05 09:52:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlitebrowser (Old)
 and      /work/SRC/openSUSE:Factory/.sqlitebrowser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlitebrowser"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes      
2016-05-23 16:39:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new/sqlitebrowser.changes 
2016-07-05 09:52:46.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jul  4 08:32:44 UTC 2016 - [email protected]
+
+- Comment out antrl dependency as it causes build issues on x86_64
+
+-------------------------------------------------------------------
+Sun Jul  3 22:00:45 UTC 2016 - [email protected]
+
+- Pass -DBUILD_SHARED_LIBS=OFF to %cmake to fix static linking with
+  the included libraries (boo#984828)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sqlitebrowser.spec ++++++
--- /var/tmp/diff_new_pack.fi52Lq/_old  2016-07-05 09:52:46.000000000 +0200
+++ /var/tmp/diff_new_pack.fi52Lq/_new  2016-07-05 09:52:46.000000000 +0200
@@ -37,7 +37,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # not on SLE-12
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
-BuildRequires:  antlr-devel
+#BuildRequires:  antlr-devel
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -76,6 +76,7 @@
   %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
   -DUSE_QT5=true \
   %endif
+  -DBUILD_SHARED_LIBS=OFF \
   -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}
 


Reply via email to