Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tesseract-ocr for openSUSE:Factory checked in at 2026-03-31 15:22:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tesseract-ocr (Old) and /work/SRC/openSUSE:Factory/.tesseract-ocr.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tesseract-ocr" Tue Mar 31 15:22:15 2026 rev:22 rq:1343675 version:5.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/tesseract-ocr/tesseract-ocr.changes 2026-01-07 16:03:19.859902771 +0100 +++ /work/SRC/openSUSE:Factory/.tesseract-ocr.new.1999/tesseract-ocr.changes 2026-03-31 15:22:41.185326429 +0200 @@ -1,0 +2,6 @@ +Wed Feb 18 14:42:24 UTC 2026 - pallas wept <[email protected]> + +- Add subpackage for files common to library and binary +- Modify dependencies to allow installation of library without binary + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tesseract-ocr.spec ++++++ --- /var/tmp/diff_new_pack.tDLVWz/_old 2026-03-31 15:22:42.725388814 +0200 +++ /var/tmp/diff_new_pack.tDLVWz/_new 2026-03-31 15:22:42.725388814 +0200 @@ -48,7 +48,7 @@ BuildRequires: pkgconfig(pango) >= 1.38.0 BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(pangoft2) -Recommends: tesseract-ocr-traineddata-english +Requires: tesseract-ocr-common %{?suse_build_hwcaps_libs} %if 0%{?suse_version} > 1550 BuildRequires: gcc-c++ @@ -61,6 +61,17 @@ 1995. In 1995, this engine was among the top 3 evaluated by UNLV. It was open-sourced by HP and UNLV in 2005. From 2007 it is developed by Google. +%package common +Summary: Tesseract Open Source OCR Engine Common files +Requires: tesseract-ocr-traineddata-provider +Requires: (%{name} = %{version} or %{lname} = %{version}) +Recommends: tesseract-ocr-traineddata-eng +BuildArch: noarch + +%description common +This package contains files common to the Tesseract Open Source OCR +Engine binaries and library. + %package devel Summary: Tesseract Open Source OCR Engine Development files Requires: %{lname} = %{version} @@ -73,6 +84,7 @@ %package -n %{lname} Summary: Open Source OCR Engine +Requires: tesseract-ocr-common %description -n %{lname} A commercial quality OCR engine originally developed at HP between 1985 and @@ -114,12 +126,14 @@ %doc AUTHORS ChangeLog README.md %license LICENSE %{_bindir}/* +%{_mandir}/man1/*.1%{?ext_man} +%{_mandir}/man5/*.5%{?ext_man} + +%files common %dir %{_datadir}/tessdata %{_datadir}/tessdata/configs/ %{_datadir}/tessdata/tessconfigs/ %{_datadir}/tessdata/pdf.ttf -%{_mandir}/man1/*.1%{?ext_man} -%{_mandir}/man5/*.5%{?ext_man} %files devel %{_includedir}/tesseract
