Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alex for openSUSE:Factory checked in 
at 2022-02-11 23:08:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alex (Old)
 and      /work/SRC/openSUSE:Factory/.alex.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alex"

Fri Feb 11 23:08:26 2022 rev:29 rq:953424 version:3.2.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/alex/alex.changes        2021-09-10 
23:41:13.522553900 +0200
+++ /work/SRC/openSUSE:Factory/.alex.new.1956/alex.changes      2022-02-11 
23:10:24.455119173 +0100
@@ -1,0 +2,25 @@
+Sun Jan 23 23:20:45 UTC 2022 - Peter Simons <[email protected]>
+
+- Update alex to version 3.2.7.1.
+  ## Change in 3.2.7.1
+
+   * Fix bug with repeated numeral characters *outside* of `r{n,m}`
+     repetitions. This was a regression introduced in 3.2.7.
+
+  ## Changes in 3.2.7
+
+   * Allow arbitrary repetitions in regexps.
+     Previously, the `r{n,m}` and related forms were restricted to single
+     digit numbers `n` and `m`.
+
+   * DFA minimization used to crash on tokens of the form `c*` which
+     produce automata with only accepting states.  Considering the empty
+     set of non-accepting states as an equivalence class caused
+     minimization to crash with exception.
+
+   * The `small_base` flag is removed.  Extremely old GHCs will no longer
+     build.
+
+   * A number of bug fixes and clearer diagnostics.
+
+-------------------------------------------------------------------

Old:
----
  alex-3.2.6.tar.gz

New:
----
  alex-3.2.7.1.tar.gz

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

Other differences:
------------------
++++++ alex.spec ++++++
--- /var/tmp/diff_new_pack.Qv0vxm/_old  2022-02-11 23:10:24.891120434 +0100
+++ /var/tmp/diff_new_pack.Qv0vxm/_new  2022-02-11 23:10:24.895120446 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alex
 #
-# Copyright (c) 2021 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
@@ -23,7 +23,7 @@
 %bcond_without tests
 %endif
 Name:           alex
-Version:        3.2.6
+Version:        3.2.7.1
 Release:        0
 Summary:        Alex is a tool for generating lexical analysers in Haskell
 License:        BSD-3-Clause
@@ -76,22 +76,9 @@
 %doc CHANGELOG.md README.md TODO doc examples
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}-%{version}
-%{_datadir}/%{name}-%{version}/AlexTemplate
-%{_datadir}/%{name}-%{version}/AlexTemplate-debug
-%{_datadir}/%{name}-%{version}/AlexTemplate-ghc
-%{_datadir}/%{name}-%{version}/AlexTemplate-ghc-debug
-%{_datadir}/%{name}-%{version}/AlexTemplate-ghc-nopred
+%{_datadir}/%{name}-%{version}/AlexTemplate.hs
+%{_datadir}/%{name}-%{version}/AlexWrappers.hs
 %{_datadir}/%{name}-%{version}
 %{_mandir}/man1/*
-%{_datadir}/%{name}-%{version}/AlexWrapper-basic
-%{_datadir}/%{name}-%{version}/AlexWrapper-basic-bytestring
-%{_datadir}/%{name}-%{version}/AlexWrapper-gscan
-%{_datadir}/%{name}-%{version}/AlexWrapper-monad
-%{_datadir}/%{name}-%{version}/AlexWrapper-monad-bytestring
-%{_datadir}/%{name}-%{version}/AlexWrapper-monadUserState
-%{_datadir}/%{name}-%{version}/AlexWrapper-monadUserState-bytestring
-%{_datadir}/%{name}-%{version}/AlexWrapper-posn
-%{_datadir}/%{name}-%{version}/AlexWrapper-posn-bytestring
-%{_datadir}/%{name}-%{version}/AlexWrapper-strict-bytestring
 
 %changelog

++++++ alex-3.2.6.tar.gz -> alex-3.2.7.1.tar.gz ++++++
++++ 9584 lines of diff (skipped)

Reply via email to