diff --git a/ocrad-0.26.tar.lz b/ocrad-0.26.tar.lz deleted file mode 100644 index f25eef3..0000000 --- a/ocrad-0.26.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c383d37869baa0990d38d38836d4d567e9e2862aa0cd704868b62dafeac18e3c -size 91450 diff --git a/ocrad-0.26.tar.lz.sig b/ocrad-0.26.tar.lz.sig deleted file mode 100644 index 375c431..0000000 Binary files a/ocrad-0.26.tar.lz.sig and /dev/null differ diff --git a/ocrad-0.27.tar.lz b/ocrad-0.27.tar.lz new file mode 100644 index 0000000..a0eee8d --- /dev/null +++ b/ocrad-0.27.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bfe67e9a040907aff5640dca56392476b6a89e48e37dc94ba846c5b6733b36 +size 91709 diff --git a/ocrad-0.27.tar.lz.sig b/ocrad-0.27.tar.lz.sig new file mode 100644 index 0000000..ecf8301 Binary files /dev/null and b/ocrad-0.27.tar.lz.sig differ diff --git a/ocrad.changes b/ocrad.changes index 132b4e9..ca6524b 100644 --- a/ocrad.changes +++ b/ocrad.changes @@ -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 diff --git a/ocrad.spec b/ocrad.spec index 8ebcfa4..5d71e3b 100644 --- a/ocrad.spec +++ b/ocrad.spec @@ -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