5 Commits

6 changed files with 44 additions and 8 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1744416093
commit: e3508d71e0de457d53963fb129fd6aad92b7cb8e41fb6a82d57fa05cbd0fff75
url: https://src.opensuse.org/jengelh/cg3
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fc1e1316017257496880bd65d02847b2192b576e8d0f78758b0781277af3f12
size 256

Binary file not shown.

BIN
cg3-1.5.1.tar.bz2 LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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*