Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2020-02-26 15:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and      /work/SRC/openSUSE:Factory/.libuv.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuv"

Wed Feb 26 15:01:47 2020 rev:20 rq:778770 version:1.34.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuv/libuv.changes      2020-02-07 
15:52:31.359448821 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new.26092/libuv.changes   2020-02-26 
15:01:49.964806462 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 09:15:39 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add baselibs.conf to generate 32bit lib needed for bind
+
+-------------------------------------------------------------------

New:
----
  baselibs.conf

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

Other differences:
------------------
++++++ libuv.spec ++++++
--- /var/tmp/diff_new_pack.EjvZRN/_old  2020-02-26 15:01:50.904808337 +0100
+++ /var/tmp/diff_new_pack.EjvZRN/_new  2020-02-26 15:01:50.920808369 +0100
@@ -22,12 +22,12 @@
 Release:        0
 Summary:        Asychronous I/O support library
 License:        MIT
-Group:          Development/Libraries/C and C++
 URL:            https://libuv.org
 Source0:        
https://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz
 Source1:        
https://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz.sign
 # https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
 Source2:        %{name}.keyring
+Source3:        baselibs.conf
 Patch1:         fix_tests.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -41,7 +41,6 @@
 
 %package     -n libuv%{somajor}
 Summary:        Asychronous I/O support library
-Group:          System/Libraries
 
 %description -n libuv%{somajor}
 libuv is a support library with a focus on asynchronous I/O. It was
@@ -50,7 +49,6 @@
 
 %package        devel
 Summary:        Development libraries for libuv
-Group:          Development/Libraries/C and C++
 BuildRequires:  glibc-devel
 Requires:       libuv%{somajor} = %{version}
 
@@ -69,14 +67,14 @@
 ./autogen.sh
 %configure \
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n libuv%{somajor} -p /sbin/ldconfig
 %postun -n libuv%{somajor} -p /sbin/ldconfig

++++++ baselibs.conf ++++++
libuv1


Reply via email to