#1 Add abidiff ignore file and add ABI gating test
Closed 4 years ago by sgallagh. Opened 4 years ago by sgallagh.
rpms/ sgallagh/libuv 1  into  1

file added
+6
@@ -0,0 +1,6 @@ 

+ [suppress_function]

+ symbol_name_regexp = ^uv__.*

+ 

+ [suppress_function]

+ symbol_name_regexp = .*

+ change_kind = added-function

file modified
+8 -1
@@ -1,7 +1,7 @@ 

  Name:           libuv

  Epoch:          1

  Version:        1.36.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Platform layer for node.js

  

  # the licensing breakdown is described in detail in the LICENSE file
@@ -9,6 +9,7 @@ 

  URL:            http://libuv.org/

  Source0:        http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz

  Source2:        %{name}.pc.in

+ Source3:        libuv.abignore

  

  BuildRequires:  autoconf automake libtool

  BuildRequires:  gcc
@@ -48,6 +49,8 @@ 

  %make_install

  rm -f %{buildroot}%{_libdir}/libuv.la

  

+ install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}

+ 

  %check

  # Tests are currently disabled because some require network access

  # Working with upstream to split these out
@@ -61,6 +64,7 @@ 

  %doc ChangeLog

  %license LICENSE

  %{_libdir}/%{name}.so.*

+ %{_libdir}/libuv/libuv.abignore

  

  %files devel

  %{_libdir}/%{name}.so
@@ -72,6 +76,9 @@ 

  %{_libdir}/%{name}.a

  

  %changelog

+ * Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-2

+ - Add abidiff ignore file and add ABI gating test

+ 

  * Thu Apr 16 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-1

  - Update to 1.36.0

  - https://github.com/libuv/libuv/blob/v1.36.0/ChangeLog

Pull-Request has been closed by sgallagh

4 years ago
Metadata