Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package range-v3 for openSUSE:Factory 
checked in at 2022-08-11 18:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/range-v3 (Old)
 and      /work/SRC/openSUSE:Factory/.range-v3.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "range-v3"

Thu Aug 11 18:32:08 2022 rev:2 rq:994366 version:0.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/range-v3/range-v3.changes        2021-06-01 
10:40:09.737088909 +0200
+++ /work/SRC/openSUSE:Factory/.range-v3.new.1521/range-v3.changes      
2022-08-11 18:32:20.410264771 +0200
@@ -1,0 +2,24 @@
+Mon Jul 25 21:30:06 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 0.12.0:
+  * NEW: views::chunk_by which, like the old views::group_by it replaces,
+  * splits a range into a range-of-ranges, where adjacent elements satisfy a 
binary
+  * predicate (#1648). [Note: Whereas views::group_by evaluated the predicate
+  * between the current element and the first element in the chunk, 
views::chunk_by
+  * evaluates the predicate between adjacent elements. -- end note]
+  * NEW: constexpr all the algorithms that are constexpr in C++20's std::ranges
+  * NEW: Fold algorithms from P2322
+  * NEW: ranges::unformatted_ostream_iterator
+  * NEW: Support for the build2 build system
+  * Implement P2328: relax the constraint on ranges::join_view
+  * to support joining ranges of prvalue non-view ranges
+  * Improved algorithm for ranges::linear_distribute
+  * Renamed safe_subrange_t to borrowed_subrange_t
+  * Extend ranges::to to support conversion to container-of-containers
+  * views::enumerate can be a borrowed_view
+  * ranges::upper_bound works in the presence of overloaded operator&
+  * Input iterators are no longer required to be default-constructible
+  * Bug fixes
+- drop fix-install.patch: upstream
+
+-------------------------------------------------------------------

Old:
----
  0.11.0.tar.gz
  fix-install.patch

New:
----
  0.12.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ range-v3.spec ++++++
--- /var/tmp/diff_new_pack.7uUy4Q/_old  2022-08-11 18:32:20.990266130 +0200
+++ /var/tmp/diff_new_pack.7uUy4Q/_new  2022-08-11 18:32:20.998266148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package range-v3
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,18 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define __builder ninja
 Name:           range-v3
-Version:        0.11.0
+Version:        0.12.0
 Release:        0
 Summary:        Range library for C++14/17/20, basis for C++20's std::ranges
 License:        BSL-1.0
 URL:            https://github.com/ericniebler/range-v3
 Source:         %{url}/archive/%{version}.tar.gz
-Patch0:         fix-install.patch
 BuildRequires:  cmake
-BuildRequires:  ninja
 BuildRequires:  gcc-c++
+BuildRequires:  ninja
 
 %description
 Range library for C++14/17/20. This code was the basis of a formal proposal to 
add range support to the C++ standard library. 

++++++ 0.11.0.tar.gz -> 0.12.0.tar.gz ++++++
++++ 27343 lines of diff (skipped)

Reply via email to