Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsoc for openSUSE:Factory checked in at 2026-06-02 16:01:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsoc (Old) and /work/SRC/openSUSE:Factory/.libsoc.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsoc" Tue Jun 2 16:01:57 2026 rev:4 rq:1356421 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libsoc/libsoc.changes 2020-02-05 19:41:36.863265191 +0100 +++ /work/SRC/openSUSE:Factory/.libsoc.new.1937/libsoc.changes 2026-06-02 16:02:30.086406652 +0200 @@ -1,0 +2,8 @@ +Mon Jun 1 17:11:01 UTC 2026 - Martin Pluskal <[email protected]> + +- Spec cleanup: + * Add the explicit gcc and make BuildRequires + * Build the data-only libsoc-common subpackage as noarch + * Drop obsolete Group tags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsoc.spec ++++++ --- /var/tmp/diff_new_pack.vIzxYu/_old 2026-06-02 16:02:31.038446131 +0200 +++ /var/tmp/diff_new_pack.vIzxYu/_new 2026-06-02 16:02:31.042446296 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsoc # -# Copyright (c) 2020 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 @@ -22,14 +22,15 @@ Release: 0 Summary: C library for interfacing with common SoC peripherals License: LGPL-2.1-only -Group: Development/Libraries/C and C++ URL: https://jackmitch.github.io/libsoc/ Source0: https://github.com/jackmitch/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes +BuildRequires: gcc BuildRequires: i2c-tools BuildRequires: libtool +BuildRequires: make BuildRequires: pkgconfig BuildRequires: pkgconfig(python3) @@ -39,7 +40,6 @@ %package -n %{name}%{sover} Summary: C library for interfacing with common SoC peripherals -Group: System/Libraries Recommends: %{name}-common %description -n %{name}%{sover} @@ -51,7 +51,7 @@ %package -n %{name}-common Summary: Common files for %{name} -Group: Development/Languages/C and C++ +BuildArch: noarch %description -n %{name}-common libsoc is a C library to interface with common peripherals found in System @@ -64,7 +64,6 @@ %package -n python3-%{name} Summary: Python3 bindings for %{name} -Group: Development/Languages/Python Requires: %{name}%{sover} = %{version} %description -n python3-%{name} @@ -75,7 +74,6 @@ %package devel Summary: Development files for %{name} -Group: Development/Languages/C and C++ Requires: %{name}%{sover} = %{version} %description devel @@ -116,5 +114,5 @@ %{_libdir}/pkgconfig/%{name}.pc %files -n python3-%{name} -%{python3_sitearch}/* +%{python3_sitearch}/libsoc
