Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zstd for openSUSE:Factory checked in at 2023-05-13 17:16:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zstd (Old) and /work/SRC/openSUSE:Factory/.zstd.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zstd" Sat May 13 17:16:54 2023 rev:33 rq:1085997 version:1.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/zstd/zstd.changes 2023-04-25 16:53:06.737962062 +0200 +++ /work/SRC/openSUSE:Factory/.zstd.new.1533/zstd.changes 2023-05-13 17:17:00.738163982 +0200 @@ -1,0 +2,6 @@ +Wed May 10 01:42:06 UTC 2023 - Bernhard Wiedemann <[email protected]> + +- Add cmake files manually because we do not want to add + cmake to the bootstrap ring0 + +------------------------------------------------------------------- New: ---- cmake.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zstd.spec ++++++ --- /var/tmp/diff_new_pack.GhnwLA/_old 2023-05-13 17:17:01.386167711 +0200 +++ /var/tmp/diff_new_pack.GhnwLA/_new 2023-05-13 17:17:01.390167734 +0200 @@ -27,6 +27,8 @@ Source0: https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz.sig Source2: zstd.keyring +# cmake.tar contains files created by cmake in https://build.opensuse.org/package/show/Archiving/zstd?rev=86 that are needed by pcsx2 cmake build +Source3: cmake.tar Source99: baselibs.conf Patch1: pzstd.1.patch BuildRequires: gcc @@ -123,6 +125,7 @@ %make_install V=1 VERBOSE=1 prefix=%{_prefix} libdir=%{_libdir} install -D -m755 contrib/pzstd/pzstd %{buildroot}%{_bindir}/pzstd install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 +tar -C %{buildroot}/%{_libdir} -xf %{SOURCE3} ln -s zstd %{buildroot}/%{_bindir}/gzip ln -s zstd %{buildroot}/%{_bindir}/gunzip ln -s zstdcat %{buildroot}/%{_bindir}/zcat @@ -149,6 +152,8 @@ %files -n lib%{name}-devel %license COPYING LICENSE %{_includedir}/*.h +%dir %{_libdir}/cmake +%{_libdir}/cmake/zstd %{_libdir}/pkgconfig/libzstd.pc %{_libdir}/libzstd.so
