Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package faad2 for openSUSE:Factory checked in at 2025-07-30 11:41:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/faad2 (Old) and /work/SRC/openSUSE:Factory/.faad2.new.13279 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "faad2" Wed Jul 30 11:41:57 2025 rev:3 rq:1296314 version:2.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/faad2/faad2.changes 2025-06-26 11:40:55.317759249 +0200 +++ /work/SRC/openSUSE:Factory/.faad2.new.13279/faad2.changes 2025-07-30 11:42:36.535840297 +0200 @@ -1,0 +2,5 @@ +Sun Jul 20 18:01:15 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Tweak _service. Compress archive during build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ faad2.spec ++++++ --- /var/tmp/diff_new_pack.gTAYSX/_old 2025-07-30 11:42:37.439877757 +0200 +++ /var/tmp/diff_new_pack.gTAYSX/_new 2025-07-30 11:42:37.439877757 +0200 @@ -1,6 +1,7 @@ # # spec file for package faad2 # +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2020 Packman Team <pack...@links2linux.de> # Copyright (c) 2005-2020 Manfred Tremmel <manfred.trem...@iiv.de> # Copyright (c) 2004-2005 Rainer Lay <rai...@links2linux.de> @@ -15,7 +16,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.links2linux.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -28,7 +29,7 @@ Summary: Freeware Advanced Audio (AAC) Decoder including SBR decoding License: GPL-2.0-or-later URL: https://github.com/knik0/faad2 -Source0: %name-%version.tar +Source0: %name-%version.tar.zst Source99: baselibs.conf BuildRequires: cmake >= 3.15 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gTAYSX/_old 2025-07-30 11:42:37.471879083 +0200 +++ /var/tmp/diff_new_pack.gTAYSX/_new 2025-07-30 11:42:37.475879249 +0200 @@ -9,8 +9,10 @@ <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> - <service mode="buildtime" name="tar"> - <param name="obsinfo">faad2.obsinfo</param> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> + <param name="file">*.tar</param> + <param name="compression">zst</param> </service> <service mode="manual" name="set_version"> <param name="basename">faad2</param>