Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package smpeg for openSUSE:Factory checked in at 2023-01-23 18:32:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smpeg (Old) and /work/SRC/openSUSE:Factory/.smpeg.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smpeg" Mon Jan 23 18:32:02 2023 rev:3 rq:1060323 version:0.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/smpeg/smpeg.changes 2021-04-01 14:18:56.964126916 +0200 +++ /work/SRC/openSUSE:Factory/.smpeg.new.32243/smpeg.changes 2023-01-23 18:32:20.080214263 +0100 @@ -1,0 +2,6 @@ +Sun Jan 22 07:52:42 UTC 2023 - Carsten Ziepke <[email protected]> + +- Use BuildRequires pkgconfig(sdl), fixes building for openSUSE Leap +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smpeg.spec ++++++ --- /var/tmp/diff_new_pack.Y99HDS/_old 2023-01-23 18:32:20.616217972 +0100 +++ /var/tmp/diff_new_pack.Y99HDS/_new 2023-01-23 18:32:20.620218000 +0100 @@ -1,7 +1,7 @@ # # spec file for package smpeg # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,8 +31,9 @@ #PATCH-FIX-UPSTREAM fix ftbfs with gcc 6 Patch9: 340_gcc6.diff BuildRequires: gcc-c++ -BuildRequires: libSDL-devel BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(sdl) %description SMPEG is a MPEG-1 video player library with sound support. Video @@ -78,13 +79,14 @@ rm -rf %{buildroot}%{_bindir}/plaympeg rm -rf %{buildroot}%{_mandir}/man1/plaympeg.1 rm -rf %{buildroot}%{_mandir}/man1/gtv.1 -find %{buildroot} -name "*.la" -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %post -n libsmpeg-0_4-0 -p /sbin/ldconfig %postun -n libsmpeg-0_4-0 -p /sbin/ldconfig %files -n libsmpeg-0_4-0 -%doc COPYING README +%license COPYING +%doc README %{_libdir}/libsmpeg-0.4.so.0 %{_libdir}/libsmpeg-0.4.so.0.1.4
