Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocrad for openSUSE:Factory checked in at 2022-02-23 16:26:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocrad (Old) and /work/SRC/openSUSE:Factory/.ocrad.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocrad" Wed Feb 23 16:26:15 2022 rev:28 rq:957062 version:0.28 Changes: -------- --- /work/SRC/openSUSE:Factory/ocrad/ocrad.changes 2019-01-21 11:01:35.503179093 +0100 +++ /work/SRC/openSUSE:Factory/.ocrad.new.1958/ocrad.changes 2022-02-23 16:27:07.003510261 +0100 @@ -1,0 +2,9 @@ +Mon Feb 14 23:07:25 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 0.28: + * Support for PNG images has been implemented using libpng. + * The version test macro OCRAD_API_VERSION and the function OCRAD_api_version + are now declared in the header file ocradlib.h. They tell to the application + the version of the library. + +------------------------------------------------------------------- Old: ---- ocrad-0.27.tar.lz ocrad-0.27.tar.lz.sig New: ---- ocrad-0.28.tar.lz ocrad-0.28.tar.lz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocrad.spec ++++++ --- /var/tmp/diff_new_pack.z1EF7j/_old 2022-02-23 16:27:07.867510292 +0100 +++ /var/tmp/diff_new_pack.z1EF7j/_new 2022-02-23 16:27:07.871510292 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocrad # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,20 @@ Name: ocrad -Version: 0.27 +Version: 0.28 Release: 0 Summary: Optical Character Recognition Program License: GPL-2.0-or-later Group: Productivity/Graphics/Other -URL: http://www.gnu.org/software/ocrad/ -Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz -Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig +URL: https://www.gnu.org/software/ocrad/ +Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz +Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig Source2: %{name}.keyring BuildRequires: gcc-c++ +BuildRequires: libpng-devel BuildRequires: lzip Requires(post): info -Requires(preun): info +Requires(preun):info %description GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature @@ -54,7 +55,7 @@ %build %configure -make CXXFLAGS="%{optflags}" %{?_smp_mflags} +%make_build CXXFLAGS="%{optflags}" %install %make_install @@ -67,8 +68,8 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%doc AUTHORS ChangeLog NEWS README %license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/ocrad %{_infodir}/ocrad* %{_mandir}/man1/ocrad*
