Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package par for openSUSE:Factory checked in at 2026-06-02 16:08:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/par (Old) and /work/SRC/openSUSE:Factory/.par.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "par" Tue Jun 2 16:08:45 2026 rev:22 rq:1356649 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/par/par.changes 2024-02-29 21:51:39.628861589 +0100 +++ /work/SRC/openSUSE:Factory/.par.new.1937/par.changes 2026-06-02 16:10:30.158254781 +0200 @@ -1,0 +2,8 @@ +Tue Jun 2 08:10:15 UTC 2026 - Martin Pluskal <[email protected]> + +- Spec cleanup: + * Add explicit gcc and make BuildRequires + * Use %make_build + * Drop obsolete Group tag and use the https project URL + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ par.spec ++++++ --- /var/tmp/diff_new_pack.sBEIGq/_old 2026-06-02 16:10:30.766279997 +0200 +++ /var/tmp/diff_new_pack.sBEIGq/_new 2026-06-02 16:10:30.770280163 +0200 @@ -1,7 +1,7 @@ # # spec file for package par # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -21,10 +21,11 @@ Release: 0 Summary: Parity Archive File Generator License: GPL-2.0-or-later -Group: Productivity/Archiving/Backup -URL: http://parchive.sourceforge.net/ +URL: https://parchive.sourceforge.net/ Source: https://sourceforge.net/projects/parchive/files/par/%{version}/par-v%{version}.tar.gz/download#/par-v%{version}.tar.gz Patch0: %{name}.diff +BuildRequires: gcc +BuildRequires: make %description Parchive creates extra parity data over several volumes. These can be @@ -35,7 +36,7 @@ %autosetup -p0 -n %{name}-cmdline %build -make %{?_smp_mflags} +%make_build %install %make_install
