diff --git a/ocrad-0.16.tar.bz2 b/ocrad-0.16.tar.bz2 deleted file mode 100644 index 29ef88c..0000000 --- a/ocrad-0.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f98047f53bc19f6ff9d40de7b55ddf5e52d9b41453ab7f39f3bdf1ee974de6 -size 75532 diff --git a/ocrad-0.17.tar.bz2 b/ocrad-0.17.tar.bz2 new file mode 100644 index 0000000..7c09ef4 --- /dev/null +++ b/ocrad-0.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba6cf9bae61dfe7b2633ecb05c282682c2ac998edaa57a13bcb04c0542070ae +size 81287 diff --git a/ocrad.changes b/ocrad.changes index f0472df..a489fe9 100644 --- a/ocrad.changes +++ b/ocrad.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 30 18:24:49 CEST 2007 - freitag@suse.de + +* Version 0.17 released. +* License updated to GPL version 3 or later. +* `--scale' no more suppresses ORF output. +* Improved removal of thick frames. +* Changed `Textline' to accept more than one big initial. +* Class `Block' renamed to `Blob'. +* `configure' and `Makefile.in' have been modified to be more + GNU-standards compliant. + ------------------------------------------------------------------- Mon Oct 23 10:24:36 CEST 2006 - freitag@suse.de diff --git a/ocrad.spec b/ocrad.spec index 227cae9..2ae7623 100644 --- a/ocrad.spec +++ b/ocrad.spec @@ -1,7 +1,7 @@ # -# spec file for package ocrad (Version 0.16) +# spec file for package ocrad (Version 0.17) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -14,12 +14,12 @@ Name: ocrad BuildRequires: gcc-c++ URL: https://savannah.gnu.org/projects/ocrad/ Summary: GNU Ocrad--Optical Character Recognition Program -Version: 0.16 +Version: 0.17 Release: 1 Group: Productivity/Graphics/Other #Requires: #Provides: -License: GNU General Public License (GPL) - all versions +License: GPL v2 or later # URL: Source0: ocrad-%{version}.tar.bz2 # Patch: ocrad-%{version}.dif @@ -73,7 +73,16 @@ rm -fr $RPM_BUILD_ROOT %doc examples # spec file ends here -%changelog -n ocrad +%changelog +* Mon Jul 30 2007 - freitag@suse.de + * Version 0.17 released. + * License updated to GPL version 3 or later. + * `--scale' no more suppresses ORF output. + * Improved removal of thick frames. + * Changed `Textline' to accept more than one big initial. + * Class `Block' renamed to `Blob'. + * `configure' and `Makefile.in' have been modified to be more + GNU-standards compliant. * Mon Oct 23 2006 - freitag@suse.de - update to version 0.16: * Version 0.16 released.