Hello community,

here is the log from the commit of package ocrad for openSUSE:Factory checked 
in at 2014-05-08 12:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocrad (Old)
 and      /work/SRC/openSUSE:Factory/.ocrad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocrad"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocrad/ocrad.changes      2013-07-24 
17:29:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocrad.new/ocrad.changes 2014-05-08 
12:39:18.000000000 +0200
@@ -1,0 +2,13 @@
+Sun May  4 22:36:24 UTC 2014 - [email protected]
+
+- Update to 0.23:
+  * Improvements in character recognition.
+  * Filters of type '*_only' now remove leading whitespace.
+  * ocradlib.h: Changed 'uint8_t' to 'unsigned char'.
+  * Added some missing inclusions of 'cstdlib'.
+  * ocrad.texinfo: Renamed to ocrad.texi.
+- Added lzip build requirement in order to extract the package.
+- Removed ocrad-build-with-optflags.patch and instead added a fix inside the
+  spec file.
+
+-------------------------------------------------------------------

Old:
----
  ocrad-0.22.tar.bz2
  ocrad-build-with-optflags.patch

New:
----
  ocrad-0.23.tar.lz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocrad.spec ++++++
--- /var/tmp/diff_new_pack.9kgsJK/_old  2014-05-08 12:39:19.000000000 +0200
+++ /var/tmp/diff_new_pack.9kgsJK/_new  2014-05-08 12:39:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocrad
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,21 +17,18 @@
 
 
 Name:           ocrad
-Version:        0.22
+Version:        0.23
 Release:        0
 Summary:        Optical Character Recognition Program
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Other
-
-Url:            https://savannah.gnu.org/projects/ocrad/
-Source0:        %{name}-%{version}.tar.bz2 
-# PATCH-FIX-OPENSUSE ocrad-build-with-optflags.patch [email protected] 
-- Make the package compile with optflags
-Patch0:         ocrad-build-with-optflags.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+Url:            http://www.gnu.org/software/ocrad/
+Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz
 BuildRequires:  gcc-c++
+BuildRequires:  lzip
 Requires(post): info
 Requires(preun): info
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature
@@ -53,24 +50,20 @@
 
 %prep
 %setup -q
-%patch0 
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make CXXFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-%make_install install-man
-%{__rm} -f %{buildroot}%{_libdir}/libocrad.a
-
-%clean
-%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+rm -f %{buildroot}%{_libdir}/libocrad.a
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to