Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e3508d71e0 | |||
| 15debe5148 |
BIN
cg3-1.4.6.tar.bz2
LFS
BIN
cg3-1.4.6.tar.bz2
LFS
Binary file not shown.
BIN
cg3-1.5.1.tar.bz2
LFS
Normal file
BIN
cg3-1.5.1.tar.bz2
LFS
Normal file
Binary file not shown.
30
cg3.changes
30
cg3.changes
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 00:01:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.5.1
|
||||
* Update iter_rules when returning from `With`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 16:20:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.5.0
|
||||
* New features:
|
||||
* `CMDARGS` and `CMDARGS-OVERRIDE` for setting command line
|
||||
arguments in the grammar. See
|
||||
https://edu.visl.dk/cg3/chunked/grammar.html#grammar-cmdargs
|
||||
* Cmdline arg `--debug-rules` takes a range of rule line
|
||||
numbers, and will print the windows when a targeted rule
|
||||
tries to do anything.
|
||||
* Cmdline arg `--print-ids` to always print globally unique
|
||||
cohort ID.
|
||||
* New rule type `CopyCohort` to copy a cohort.
|
||||
* New rule type `RemParent` to orphan a cohort.
|
||||
* New rule type `SwitchParent` sets the grandparent of the
|
||||
target as its parent and sets the target as the parent of the
|
||||
previous parent.
|
||||
* Changes:
|
||||
* `MergeCohorts` now inherits dependencies and relations by
|
||||
default.
|
||||
* `Substitute (*) ...` can now be used to insert tags without
|
||||
removing any.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 12:05:17 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
9
cg3.spec
9
cg3.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cg3
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
Name: cg3
|
||||
%define lname libcg3-1
|
||||
Version: 1.4.6
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: VISL Constraint Grammar implementation
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later AND GPL-3.0-or-later AND MIT
|
||||
# src/icu_uoptions.cpp see license.icu.txt (MIT)
|
||||
Group: Productivity/Scientific/Other
|
||||
URL: https://visl.sdu.dk/cg3.html
|
||||
URL: https://edu.visl.dk/cg3.html
|
||||
#Git-Clone: https://github.com/GrammarSoft/cg3
|
||||
|
||||
Source: https://github.com/GrammarSoft/cg3/releases/download/v%version/%name-%version.tar.bz2
|
||||
@@ -81,8 +81,7 @@ that want to use VISL CG-3.
|
||||
%cmake_install
|
||||
rm -f "%buildroot/%_libdir"/*.a "%buildroot/%_libdir/libcg3-private.so"
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%_bindir/cg*
|
||||
|
||||
Reference in New Issue
Block a user