Hello community,

here is the log from the commit of package hiawatha for openSUSE:Factory 
checked in at 2014-09-12 10:03:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hiawatha (Old)
 and      /work/SRC/openSUSE:Factory/.hiawatha.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hiawatha"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hiawatha/hiawatha.changes        2014-09-08 
21:30:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hiawatha.new/hiawatha.changes   2014-09-12 
10:03:20.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Sep 10 16:04:57 UTC 2014 - jeng...@inai.de
+
+- Avoid generating libpolarssl.so.7, which led to "have choice
+  for libpolarssl.so.7: libpolarssl7 hiawatha" and make other
+  polarssl-using applications not run in practice because the
+  library is in a non-standard directory, yet discovered by rpm
+  as a provider.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hiawatha.spec ++++++
--- /var/tmp/diff_new_pack.Wyx0hR/_old  2014-09-12 10:03:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Wyx0hR/_new  2014-09-12 10:03:22.000000000 +0200
@@ -34,6 +34,7 @@
 BuildRequires:  cmake >= 2.8.4
 BuildRequires:  libxslt-devel
 BuildRequires:  pkg-config
+BuildRequires:  polarssl-devel
 BuildRequires:  systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       logrotate
@@ -76,13 +77,14 @@
     -DENABLE_TOMAHAWK=On \
     -DENABLE_TOOLKIT=On \
     -DENABLE_XSLT=On \
-    -DENABLE_ZLIB_SUPPORT=On
+    -DENABLE_ZLIB_SUPPORT=On \
+    -DUSE_SYSTEM_POLARSSL=on
 
 make %{?_smp_mflags}
 
 %install
 cd build
-%makeinstall
+%make_install
 install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
 
@@ -118,8 +120,6 @@
 %{_sbindir}/wigwam
 %attr(0755,root,root) %verify(not mode) %{_sbindir}/cgi-wrapper
 %{_unitdir}/%{name}.service
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/libpolarssl.so*
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/cgi-wrapper.conf
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to