Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xvidcore for openSUSE:Factory checked in at 2023-12-05 17:03:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xvidcore (Old) and /work/SRC/openSUSE:Factory/.xvidcore.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xvidcore" Tue Dec 5 17:03:12 2023 rev:2 rq:1130861 version:1.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xvidcore/xvidcore.changes 2023-12-04 22:59:28.887199363 +0100 +++ /work/SRC/openSUSE:Factory/.xvidcore.new.25432/xvidcore.changes 2023-12-05 17:03:22.933514742 +0100 @@ -1,0 +2,12 @@ +Mon Nov 27 16:53:18 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Trim filler wording from description. +- Replace old %__-type macros + +------------------------------------------------------------------- +Wed Nov 22 09:45:35 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add a libxvidcore-devel Provides in the devel sub-package, name + previously used in third party repos. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xvidcore.spec ++++++ --- /var/tmp/diff_new_pack.TFDRK4/_old 2023-12-05 17:03:23.821547476 +0100 +++ /var/tmp/diff_new_pack.TFDRK4/_new 2023-12-05 17:03:23.821547476 +0100 @@ -36,12 +36,10 @@ Simple Profile standards. It permits compressing and decompressing digital video in order to reduce the required bandwidth of video data for transmission over computer networks or efficient storage -on CDs or DVDs. Due to its unrivalled quality Xvid has gained great -popularity and is used in many other GPLed applications, like e.g. -Transcode, MEncoder, MPlayer, Xine and many more. +on CDs or DVDs. %package -n lib%{name}%{sovermajor} -Summary: Shared library for xvidcore +Summary: MPEG-4 Simple and Advanced Simple Profile codec %description -n lib%{name}%{sovermajor} Xvid is a high quality MPEG-4 ASP video codec. @@ -50,6 +48,7 @@ %package devel Summary: Development files for the Xvid video codec Requires: lib%{name}%{sovermajor} = %{version} +Provides: libxvidcore-devel = %{version} %description devel This package contains header files, static library and API @@ -71,9 +70,9 @@ mv $file.new $file done # Yes, we want to see the build output. -%{__sed} -i -e 's|@$(|$(|g' build/generic/Makefile +sed -i -e 's|@$(|$(|g' build/generic/Makefile # Fix permissions -%{__sed} -i -e 's|644 $(BUILD_DIR)/$(SHARED_LIB)|755 $(BUILD_DIR)/$(SHARED_LIB)|g' build/generic/Makefile +sed -i -e 's|644 $(BUILD_DIR)/$(SHARED_LIB)|755 $(BUILD_DIR)/$(SHARED_LIB)|g' build/generic/Makefile %build cd build/generic