Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocrs for openSUSE:Factory checked in at 2026-09-21 12:22:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocrs (Old) and /work/SRC/openSUSE:Factory/.ocrs.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocrs" Mon Sep 21 12:22:38 2026 rev:7 rq:1379366 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ocrs/ocrs.changes 2026-02-23 16:12:28.669164115 +0100 +++ /work/SRC/openSUSE:Factory/.ocrs.new.383539/ocrs.changes 2026-09-21 12:22:42.393005964 +0200 @@ -1,0 +2,18 @@ +Wed Sep 16 20:32:16 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 0.13.1: + + Enabled ONNX-format models by default; CLI uses ONNX + versions of the detection and recognition models + (.rten format remains supported) +- version 0.13.0: + + Updated to rten v0.26: 15-20% faster text recognition, + MSRV is now Rust 1.94 + + Fixed --clipboard on Wayland +- version 0.12.2: + + Added support for reading images from stdin in the CLI +- Restrict ExclusiveArch to rust tier-1 (x86_64 aarch64) +- Build only the ocrs-cli crate with clipboard and onnx + features (workspace now includes unshipped ocrs-capi) +- Vendor rustls 0.23.45 (RUSTSEC-2026-0285) + +------------------------------------------------------------------- Old: ---- ocrs-ocrs-v0.12.1.tar.gz New: ---- ocrs-ocrs-v0.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocrs.spec ++++++ --- /var/tmp/diff_new_pack.9ifmzc/_old 2026-09-21 12:22:43.686060006 +0200 +++ /var/tmp/diff_new_pack.9ifmzc/_new 2026-09-21 12:22:43.688060089 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocrs # -# Copyright (c) 2026 mantarimay +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,8 @@ # -%ifarch s390x -%bcond_with test -%else -%bcond_without test -%endif Name: ocrs -Version: 0.12.1 +Version: 0.13.1 Release: 0 Summary: A modern OCR engine written in Rust License: Apache-2.0 AND MIT @@ -30,7 +25,8 @@ Source0: %{url}/archive/ocrs-v%{version}/ocrs-ocrs-v%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo-packaging -BuildRequires: rust >= 1.89 +BuildRequires: rust >= 1.94 +ExclusiveArch: %{rust_tier1_arches} %description ocrs is CLI tool for extracting text from images, also known as OCR @@ -40,15 +36,14 @@ %autosetup -n ocrs-ocrs-v%{version} -a1 -p1 %build -%{cargo_build} --features clipboard +# clipboard+onnx are ocrs-cli features; workspace also has ocrs-capi (unshipped) +%{cargo_build} -p ocrs-cli --features clipboard,onnx %install install -Dm755 target/release/ocrs -t %{buildroot}%{_bindir} -%if %{with test} %check -%{cargo_test} -%endif +%{cargo_test} -p ocrs-cli --features clipboard,onnx %files %license LICEN* ++++++ ocrs-ocrs-v0.12.1.tar.gz -> ocrs-ocrs-v0.13.1.tar.gz ++++++ ++++ 2780 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/ocrs/vendor.tar.zst /work/SRC/openSUSE:Factory/.ocrs.new.383539/vendor.tar.zst differ: char 7, line 1
