Hello community,

here is the log from the commit of package libiscsi for openSUSE:Factory 
checked in at 2016-11-08 18:25:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libiscsi (Old)
 and      /work/SRC/openSUSE:Factory/.libiscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libiscsi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libiscsi/libiscsi.changes        2016-05-11 
16:38:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libiscsi.new/libiscsi.changes   2016-11-08 
18:26:00.000000000 +0100
@@ -1,0 +2,18 @@
+Sun Nov  6 16:31:38 UTC 2016 - [email protected]
+
+- Exclued from building on 32 bit architectures
+
+-------------------------------------------------------------------
+Sun Nov  6 12:12:45 UTC 2016 - [email protected]
+
+- Resolve orthographic problems in description
+
+-------------------------------------------------------------------
+Sun Nov  6 09:03:20 UTC 2016 - [email protected]
+
+- Update to version 1.18.0:
+  * Various test updates
+  * Add support for iSER
+  * Add support for zero-copy reads
+
+-------------------------------------------------------------------

Old:
----
  libiscsi-1.17.0.tar.gz

New:
----
  libiscsi-1.18.0.tar.gz

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

Other differences:
------------------
++++++ libiscsi.spec ++++++
--- /var/tmp/diff_new_pack.RDNfVz/_old  2016-11-08 18:26:01.000000000 +0100
+++ /var/tmp/diff_new_pack.RDNfVz/_new  2016-11-08 18:26:01.000000000 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define         libname %{name}7
+%define         sover 8
 Name:           libiscsi
-Version:        1.17.0
+Version:        1.18.0
 Release:        0
 Summary:        iSCSI client library and utilities
 License:        GPL-2.0 and LGPL-2.1
@@ -28,38 +28,43 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bc
-BuildRequires:  cunit-devel
+BuildRequires:  librdmacm-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(cunit)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:    %{arm} %{ix86} ppc
 
 %description
-Libiscsi is a clientside library to implement the iSCSI protocol
-that can be used to access resource of an iSCSI Target.
+libiscsi is a clientside library to implement the iSCSI protocol
+that can be used to access resource of an iSCSI target.
 
-%package -n %{libname}
+%package -n %{name}%{sover}
 Summary:        iSCSI client library and utilities
 Group:          System/Libraries
 
-%description -n %{libname}
-Libiscsi is a clientside library to implement the iSCSI protocol
-that can be used to access resource of an iSCSI Target.
-
-The library is fully async with regards to iscsi commands and scsi
-tasks, but a sync layer is also provided for ease of use for simpler
-applications.
+%description -n %{name}%{sover}
+libiscsi is a clientside library to implement the iSCSI protocol
+that can be used to access resource of an iSCSI target.
+
+The library is fully asynchronous with regards to iSCSI commands and
+SCSI tasks, but a synchronous layer is also provided for ease of use
+for simpler applications.
 
 %package utils
 Summary:        Some utilities for %{name}
 Group:          Productivity/Networking/Other
 
 %description utils
-Some utilities for %{name}
+libiscsi is a clientside library to implement the iSCSI protocol that can
+be used to access resource of an iSCSI target.
+
+This package contains utilities based on %{name}.
 
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Languages/C and C++
-Requires:       %{libname} = %{version}
+Requires:       %{name}%{sover} = %{version}
 
 %description devel
 Development files for %{name}
@@ -82,17 +87,16 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 mv "%{buildroot}/%{_bindir}/ld_iscsi.so" "%{buildroot}/%{_libdir}/"
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post   -n %{libname} -p /sbin/ldconfig
-
-%postun -n %{libname} -p /sbin/ldconfig
+%post   -n %{name}%{sover} -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{libname}
+%files -n %{name}%{sover}
 %defattr(-,root,root)
-%{_libdir}/libiscsi.so.7*
+%{_libdir}/libiscsi.so.%{sover}*
 
 %files utils
 %defattr(-,root,root)

++++++ libiscsi-1.17.0.tar.gz -> libiscsi-1.18.0.tar.gz ++++++
++++ 7659 lines of diff (skipped)


Reply via email to