- Update to release 0.10.0
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/foma?expand=0&rev=16
This commit is contained in:
parent
59e415666b
commit
02f5f9f3b7
24
_service
24
_service
@ -1,14 +1,14 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<service mode="disabled" name="tar_scm">
|
||||||
<param name="url">https://github.com/mhulden/foma.git</param>
|
<param name="url">https://github.com/mhulden/foma</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="filename">foma</param>
|
||||||
<param name="filename">foma</param>
|
<param name="revision">dfe1ccb1055af99be0232a26520d247b5fe093bc</param>
|
||||||
<param name="versionformat">0.9.18+git%cd.%h</param>
|
<param name="versionformat">0.10.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="disabled" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
BIN
foma-0.10.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
foma-0.10.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b83fa3c7c3c13a673bbd773c756aa31150828bc905b754269a004ecff739162d
|
|
||||||
size 140780
|
|
11
foma.changes
11
foma.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 27 07:27:45 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.10.0
|
||||||
|
* Add runtime options interface.
|
||||||
|
* Fix numerous memory leaks and segfaults.
|
||||||
|
* Skip flags elimination if there are no paths in network.
|
||||||
|
* Fixed syntax error reporting line count in lexc.
|
||||||
|
* Add Python 3 compatibility and Python 3 port of foma2js.perl.
|
||||||
|
* Sort alphabet after eliminating flags.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 26 17:55:35 UTC 2021 - jengelh@inai.de
|
Sat Jun 26 17:55:35 UTC 2021 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package foma
|
# spec file for package foma
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||||
%define libname libfoma0
|
%define libname libfoma0
|
||||||
Name: foma
|
Name: foma
|
||||||
Version: 0.9.18+git20210604.180b6fe
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Finite-state compiler and C library
|
Summary: Finite-state compiler and C library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user