Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcircle for openSUSE:Factory checked in at 2025-11-03 18:56:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcircle (Old) and /work/SRC/openSUSE:Factory/.libcircle.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcircle" Mon Nov 3 18:56:04 2025 rev:4 rq:1315291 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libcircle/libcircle.changes 2021-04-29 01:39:28.418669692 +0200 +++ /work/SRC/openSUSE:Factory/.libcircle.new.1980/libcircle.changes 2025-11-03 18:56:19.100606717 +0100 @@ -1,0 +2,5 @@ +Fri Oct 31 16:33:24 UTC 2025 - Nicolas Morey <[email protected]> + +- Disable 32b builds as there is no more openmpi available + +------------------------------------------------------------------- New: ---- README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcircle.spec ++++++ --- /var/tmp/diff_new_pack.kcVjZf/_old 2025-11-03 18:56:21.100690151 +0100 +++ /var/tmp/diff_new_pack.kcVjZf/_new 2025-11-03 18:56:21.120690985 +0100 @@ -23,6 +23,7 @@ Release: 0 Source: https://github.com/hpc/libcircle/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source100: README.md BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://github.com/hpc/libcircle Summary: A library used to distribute workloads @@ -38,6 +39,9 @@ BuildRequires: openmpi-macros-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(check) +%if 0%{?suse_version} >= 1600 +ExcludeArch: %ix86 %arm +%endif %description A simple interface for processing workloads using an automatically distributed global queue. ++++++ README.md ++++++ ## Build Results Current state of libcircle in openSUSE:Factory is  The current state of libcircle in the devel project build (science:HPC)  ++++++ _scmsync.obsinfo ++++++ mtime: 1761928440 commit: 79c4dbedfb97569bc52e3f88a87b4a8fec7b24a0d563b05e1d0c612f8213e9ef url: https://src.opensuse.org/HPC/libcircle.git revision: 79c4dbedfb97569bc52e3f88a87b4a8fec7b24a0d563b05e1d0c612f8213e9ef projectscmsync: https://src.opensuse.org/HPC/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-10-31 17:46:07.000000000 +0100 @@ -0,0 +1 @@ +.osc
