2019-01-21 09:59:40 +00:00
committed by Git OBS Bridge
6 changed files with 14 additions and 8 deletions

View File

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

Binary file not shown.

3
ocrad-0.27.tar.lz Normal file
View File

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

BIN
ocrad-0.27.tar.lz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 12 20:13:34 UTC 2019 - astieger@suse.com
- update to 0.27:
* fixes for compiler warnings and other developer visible changes
-------------------------------------------------------------------
Thu Oct 4 12:14:29 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocrad
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: ocrad
Version: 0.26
Version: 0.27
Release: 0
Summary: Optical Character Recognition Program
License: GPL-2.0-or-later
@@ -57,7 +57,7 @@ Development files for GNU ocrad - useful for programs implementing OCR.
make CXXFLAGS="%{optflags}" %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%make_install
rm -f %{buildroot}%{_libdir}/libocrad.a
%post
@@ -70,8 +70,8 @@ rm -f %{buildroot}%{_libdir}/libocrad.a
%doc AUTHORS ChangeLog NEWS README
%license COPYING
%{_bindir}/ocrad
%doc %{_infodir}/ocrad*
%doc %{_mandir}/man1/ocrad*
%{_infodir}/ocrad*
%{_mandir}/man1/ocrad*
%files devel
%{_includedir}/ocradlib.h