Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xar for openSUSE:Factory checked in at 2026-06-02 16:08:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xar (Old) and /work/SRC/openSUSE:Factory/.xar.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xar" Tue Jun 2 16:08:38 2026 rev:12 rq:1356642 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xar/xar.changes 2024-12-16 19:18:28.085778485 +0100 +++ /work/SRC/openSUSE:Factory/.xar.new.1937/xar.changes 2026-06-02 16:10:16.981709108 +0200 @@ -1,0 +2,9 @@ +Tue Jun 2 07:45:48 UTC 2026 - Martin Pluskal <[email protected]> + +- Spec cleanup: + * Add explicit gcc and make BuildRequires + * Convert the library -devel BuildRequires to their pkgconfig() + form (libacl, bzip2, libxml-2.0, zlib) + * Drop obsolete Group tags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xar.spec ++++++ --- /var/tmp/diff_new_pack.EY2oJj/_old 2026-06-02 16:10:19.149798435 +0200 +++ /var/tmp/diff_new_pack.EY2oJj/_new 2026-06-02 16:10:19.181799753 +0200 @@ -1,7 +1,7 @@ # # spec file for package xar # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,11 +31,14 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: e2fsprogs-devel -BuildRequires: libacl-devel -BuildRequires: libbz2-devel -BuildRequires: libxml2-devel +BuildRequires: gcc +BuildRequires: make BuildRequires: openssl-devel -BuildRequires: zlib-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(libacl) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) %description The XAR project aims to provide an easily extensible archive format. Important @@ -49,7 +52,6 @@ %package -n libxar%{sover} Summary: Extensive Archive Format Library -Group: Development/Libraries/C and C++ %description -n libxar%{sover} The XAR project aims to provide an easily extensible archive format. Important @@ -63,7 +65,6 @@ %package -n libxar-devel Summary: Extensive Archive Format Library -Group: Development/Libraries/C and C++ Requires: libxar%{sover} = %{version} %description -n libxar-devel
