Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bcmatroska2 for openSUSE:Factory checked in at 2022-08-29 11:59:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcmatroska2 (Old) and /work/SRC/openSUSE:Factory/.bcmatroska2.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcmatroska2" Mon Aug 29 11:59:39 2022 rev:5 rq:999889 version:0.23+git.20210209 Changes: -------- --- /work/SRC/openSUSE:Factory/bcmatroska2/bcmatroska2.changes 2021-07-18 23:45:10.858939052 +0200 +++ /work/SRC/openSUSE:Factory/.bcmatroska2.new.2083/bcmatroska2.changes 2022-08-29 11:59:40.570255773 +0200 @@ -1,0 +2,13 @@ +Sun Aug 14 12:21:42 UTC 2022 - [email protected] + +- Remove RPATH to be able to build on Fedora + +------------------------------------------------------------------- +Mon Jul 26 13:19:10 UTC 2021 - Giacomo Comes <[email protected]> - 0.23+git.20210209 + +- changed version from 0.23~git.20210209 to 0.23+git.20210209, + 0.23~git.20210209 is considered older than the previous version 0.23 + and could cause the package not being updated automatically +- fix several RPMLINT warning + +------------------------------------------------------------------- Old: ---- bcmatroska2-0.23~git.20210209.tar.xz New: ---- bcmatroska2-0.23+git.20210209.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcmatroska2.spec ++++++ --- /var/tmp/diff_new_pack.eoB7zv/_old 2022-08-29 11:59:41.234257326 +0200 +++ /var/tmp/diff_new_pack.eoB7zv/_new 2022-08-29 11:59:41.238257335 +0200 @@ -1,7 +1,7 @@ # # spec file for package bcmatroska2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,16 @@ %define sover 0 Name: bcmatroska2 -Version: 0.23~git.20210209 +Version: 0.23+git.20210209 Release: 0 Summary: C Library to Deal with Matroska Files License: BSD-3-Clause AND Zlib AND GPL-2.0-or-later +Group: Development/Libraries/C and C++ URL: https://gitlab.linphone.org/BC/public/bcmatroska2 Source: bcmatroska2-%{version}.tar.xz Source1: baselibs.conf Patch0: bcmatroska2-include-subdir.patch +BuildRequires: chrpath BuildRequires: cmake %description @@ -33,12 +35,14 @@ %package -n lib%{name}-%{sover} Summary: C Library to Deal with Matroska Files +Group: Development/Libraries/C and C++ %description -n lib%{name}-%{sover} Bcmatroska2 is a C library to parse Matroska files (.mkv and .mka). %package devel Summary: Development files for bcmatroska2 +Group: Development/Libraries/C and C++ Requires: lib%{name}-%{sover} = %{version} # Needed by mediastreamer2. This is a fake minor version because upstream didn't release # a '.1', therefore we've gotta use this workaround. @@ -61,6 +65,8 @@ %install %cmake_install +chrpath -d %{buildroot}%{_libdir}/lib%{name}.so.%{sover}* + %post -n lib%{name}-%{sover} -p /sbin/ldconfig %postun -n lib%{name}-%{sover} -p /sbin/ldconfig
