Hello community,

here is the log from the commit of package libiscsi for openSUSE:Factory 
checked in at 2017-04-24 09:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libiscsi (Old)
 and      /work/SRC/openSUSE:Factory/.libiscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libiscsi"

Mon Apr 24 09:45:39 2017 rev:6 rq:484320 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libiscsi/libiscsi.changes        2016-11-15 
17:54:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libiscsi.new/libiscsi.changes   2017-04-24 
09:45:41.954133472 +0200
@@ -1,0 +2,5 @@
+Sat Apr  1 10:29:07 UTC 2017 - [email protected]
+
+- Do not build with -Werror
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libiscsi.spec ++++++
--- /var/tmp/diff_new_pack.zRS2Ct/_old  2017-04-24 09:45:43.085973386 +0200
+++ /var/tmp/diff_new_pack.zRS2Ct/_new  2017-04-24 09:45:43.085973386 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libiscsi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -33,7 +33,6 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cunit)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libiscsi is a clientside library to implement the iSCSI protocol
@@ -74,7 +73,8 @@
 Group:          System/Base
 
 %description test
-A comprehensive iSCSI transport and SCSI block device test suite based on 
CUnit.
+A comprehensive iSCSI transport and SCSI block device test suite based on
+CUnit.
 
 %prep
 %setup -q
@@ -84,11 +84,12 @@
 autoreconf -fiv
 %configure \
  --enable-manpages \
+  --disable-werror  \
  --disable-static
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 mv "%{buildroot}/%{_bindir}/ld_iscsi.so" "%{buildroot}/%{_libdir}/"
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -110,19 +111,19 @@
 # preload library that intercepts a handful of system calls and converts
 # iSCSI URLs to look and behave as if they are normal read-only files.
 %{_libdir}/ld_iscsi.so
-%{_mandir}/man1/iscsi-inq.1*
-%{_mandir}/man1/iscsi-ls.1*
-%{_mandir}/man1/iscsi-swp.1*
+%{_mandir}/man1/iscsi-inq.1%{ext_man}
+%{_mandir}/man1/iscsi-ls.1%{ext_man}
+%{_mandir}/man1/iscsi-swp.1%{ext_man}
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/libiscsi.pc
 %{_includedir}/iscsi/
 %{_libdir}/libiscsi.so
 
 %files test
 %defattr(-,root,root)
 %{_bindir}/iscsi-test-cu
-%{_mandir}/man1/iscsi-test-cu.1*
+%{_mandir}/man1/iscsi-test-cu.1%{ext_man}
 
 %changelog


Reply via email to