SHA256
1
0
forked from pool/ocrad
OBS User unknown
2007-07-30 19:05:00 +00:00
committed by Git OBS Bridge
parent 5d15e53e12
commit aa776b152b
4 changed files with 29 additions and 8 deletions

View File

@@ -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.