Hello community,

here is the log from the commit of package ocrad for openSUSE:Factory checked 
in at 2013-07-24 17:29:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2011-09-23 
02:15:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocrad.new/ocrad.changes 2013-07-24 
17:29:21.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jul 24 08:27:47 UTC 2013 - tog...@opensuse.org
+
+- Update to 0.22
+ * Scaling and smoothing are now made before thresholding.
+ * Improvements in character recognition.
+ * ocradlib.h: Added new function OCRAD_set_utf8_format.
+ * Small improvements have been made in manual and man page.
+ * Changed quote characters in messages as advised by GNU
+- Spec file changes:
+ * rebased ocrad-build-with-optflags.patch
+
+-------------------------------------------------------------------

Old:
----
  ocrad-0.21.tar.bz2

New:
----
  ocrad-0.22.tar.bz2

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

Other differences:
------------------
++++++ ocrad.spec ++++++
--- /var/tmp/diff_new_pack.m6HxQY/_old  2013-07-24 17:29:21.000000000 +0200
+++ /var/tmp/diff_new_pack.m6HxQY/_new  2013-07-24 17:29:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocrad
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ocrad
-Version:        0.21
-Release:        1
+Version:        0.22
+Release:        0
 Summary:        Optical Character Recognition Program
-
 License:        GPL-3.0+
-Url:            https://savannah.gnu.org/projects/ocrad/
 Group:          Productivity/Graphics/Other
+
+Url:            https://savannah.gnu.org/projects/ocrad/
 Source0:        %{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE ocrad-build-with-optflags.patch masterpatri...@gmail.com 
-- Make the package compile with optflags
 Patch0:         ocrad-build-with-optflags.patch
@@ -47,7 +45,6 @@
 other programs.
 
 %package devel
-License:        GPL-3.0+
 Summary:        Development files for GNU ocrad
 Group:          Development/Libraries/C and C++
 
@@ -64,7 +61,7 @@
 
 %install
 %make_install install-man
-%{__rm} -f %{buildroot}%{_libexecdir}/libocrad.a
+%{__rm} -f %{buildroot}%{_libdir}/libocrad.a
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -77,7 +74,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README 
 %{_bindir}/ocrad
 %doc %{_infodir}/ocrad*
 %doc %{_mandir}/man1/ocrad*

++++++ ocrad-0.21.tar.bz2 -> ocrad-0.22.tar.bz2 ++++++
++++ 7627 lines of diff (skipped)

++++++ ocrad-build-with-optflags.patch ++++++
--- /var/tmp/diff_new_pack.m6HxQY/_old  2013-07-24 17:29:22.000000000 +0200
+++ /var/tmp/diff_new_pack.m6HxQY/_new  2013-07-24 17:29:22.000000000 +0200
@@ -1,14 +1,13 @@
-diff -up ./configure.old ./configure
---- ./configure.old    2010-09-06 17:43:43.074186313 +0000
-+++ ./configure        2010-09-06 17:44:31.969195119 +0000
-@@ -29,10 +29,6 @@ infodir='$(datadir)/info'
+--- configure.orig     2013-07-24 08:20:58.611942166 +0000
++++ configure  2013-07-24 08:23:38.298054685 +0000
+@@ -24,10 +24,6 @@
+ infodir='$(datarootdir)/info'
  libdir='${exec_prefix}/lib'
- mandir='$(datadir)/man'
- sysconfdir='$(prefix)/etc'
--CXX=
+ mandir='$(datarootdir)/man'
+-CXX=g++
 -CPPFLAGS=
 -CXXFLAGS='-Wall -W -O2'
 -LDFLAGS=
  
- # Loop over all args
- while [ -n "$1" ] ; do
+ # checking whether we are using GNU C++.
+ ${CXX} --version > /dev/null 2>&1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to