Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package unordered_dense for openSUSE:Factory
checked in at 2026-07-17 20:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unordered_dense (Old)
and /work/SRC/openSUSE:Factory/.unordered_dense.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unordered_dense"
Fri Jul 17 20:38:18 2026 rev:1 rq:1366442 version:4.8.1
Changes:
--------
New Changes file:
--- /dev/null 2026-07-09 10:51:46.540000000 +0200
+++
/work/SRC/openSUSE:Factory/.unordered_dense.new.24530/unordered_dense.changes
2026-07-17 20:38:20.650208027 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Jul 17 15:53:24 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Initial package (version 4.8.1) for build.opensuse.org
New:
----
_scmsync.obsinfo
build.specials.obscpio
unordered_dense.changes
unordered_dense.spec
v4.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ unordered_dense.spec ++++++
#
# spec file for package unordered_dense
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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.opensuse.org/
#
Name: unordered_dense
Version: 4.8.1
Release: 0
Summary: Hashmap and hashset based on robin-hood backward shift deletion
Group: Development/Libraries/C and C++
License: MIT
URL: https://github.com/martinus/unordered_dense
Source:
https://github.com/martinus/unordered_dense/archive/refs/tags/v4.8.1.tar.gz
BuildRequires: c++_compiler
BuildRequires: cmake
%description
A hashmap and hashset implementation for C++, based on robin-hood backward
shift deletion.
%package devel
Summary: Hashmap and hashset based on robin-hood backward shift deletion
%description devel
The provided classes, `ankerl::unordered_dense::map` and
`ankerl::unordered_dense::set`, are an (almost) drop-in replacements
for `std::unordered_map` and `std::unordered_set`, respectively.
While they do not have as strong iterator / reference stability
guarantees, they are typically faster than libstdc++'s.
`ankerl::unordered_dense::segmented_map` and
`ankerl::unordered_dense::segmented_set` are offered. These have
lower peak memory usage and stable references (but unstable
iterators) on insert.
%prep
%autosetup -p1
%build
%cmake
%cmake_build
%install
%cmake_install
%files devel
%license LICENSE
%_includedir/ankerl/
%_libdir/cmake/
%changelog
++++++ _scmsync.obsinfo ++++++
mtime: 1784303720
commit: 30e3e5ea232bb16fc66239936a8f88a913c4990306a193a001ec80d3c6c8d7f5
url: https://src.opensuse.org/clibs/unordered_dense
revision: master
++++++ 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 2026-07-17 17:55:20.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+_service:*
+.pbuild