Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pegtl for openSUSE:Factory checked 
in at 2021-04-01 14:17:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pegtl (Old)
 and      /work/SRC/openSUSE:Factory/.pegtl.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pegtl"

Thu Apr  1 14:17:34 2021 rev:3 rq:882149 version:2.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pegtl/pegtl.changes      2020-02-09 
20:48:42.534885007 +0100
+++ /work/SRC/openSUSE:Factory/.pegtl.new.2401/pegtl.changes    2021-04-01 
14:18:51.664120494 +0200
@@ -1,0 +2,16 @@
+Sat Mar 27 14:02:07 UTC 2021 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 2.8.3:
+  * Fixed excessive read-ahead with incremental inputs.
+  * Added state manipulators remove_first_state,
+    remove_last_states, rotate_states_right, rotate_states_left
+    and reverse_states to contrib.
+  * Reduced the number of intermediate parse tree nodes.
+- Changes from version 2.8.2:
+  * Fixed parse tree node generation to correctly remove
+    intermediate nodes.
+- Add -Wno-error=type-limits to optflags to fix build with GCC 10
+  (gh#taocpp/PEGTL#217).
+- Use ctest macro to run test suite.
+
+-------------------------------------------------------------------

Old:
----
  2.8.1.tar.gz

New:
----
  2.8.3.tar.gz

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

Other differences:
------------------
++++++ pegtl.spec ++++++
--- /var/tmp/diff_new_pack.O8BTF4/_old  2021-04-01 14:18:52.156121089 +0200
+++ /var/tmp/diff_new_pack.O8BTF4/_new  2021-04-01 14:18:52.160121094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pegtl
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:        MIT
 Group:          Development/Languages/C and C++
 URL:            https://github.com/taocpp/PEGTL
-Version:        2.8.1
+Version:        2.8.3
 Release:        0
 BuildRequires:  cmake >= 3.8.0
 BuildRequires:  gcc-c++
@@ -59,6 +59,8 @@
 %setup -q -n PEGTL-%version
 
 %build
+# Fix build with GCC 10; To be removed upon upgrade to 3.x 
(https://github.com/taocpp/PEGTL/issues/217)
+export CXXFLAGS="%{optflags} -Wno-error=type-limits"
 %cmake \
   -DPEGTL_INSTALL_DOC_DIR:PATH=%{_defaultdocdir}/pegtl \
   -DPEGTL_INSTALL_CMAKE_DIR:PATH=%{_datadir}/cmake/Modules \
@@ -72,7 +74,7 @@
 rm %{buildroot}%{_defaultdocdir}/pegtl/LICENSE
 
 %check
-make %{?_smp_mflags}
+%ctest
 
 %files devel
 %{_includedir}/*

++++++ 2.8.1.tar.gz -> 2.8.3.tar.gz ++++++
++++ 6548 lines of diff (skipped)

Reply via email to