Hello community,

here is the log from the commit of package liblept2 for openSUSE:Factory
checked in at Mon Sep 19 22:55:12 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/liblept2/liblept2.changes      2011-09-14 
12:13:09.000000000 +0200
@@ -0,0 +1,59 @@
+-------------------------------------------------------------------
+Wed Sep 14 09:51:24 UTC 2011 - [email protected]
+
+- Dropped libgif patch (no need).
+- Build against libwebp in openSUSE >= 12.1.
+- Removed useless provides liblept-devel (no need anymore).
+- Added license file to leptonica-tools package.
+
+-------------------------------------------------------------------
+Sun Jul 10 00:50:41 UTC 2011 - [email protected]
+
+- Don't build versioned devel and tools packages.
+- Use full URL for Source.
+- Corrected License tag.
+
+-------------------------------------------------------------------
+Thu Apr 14 16:57:24 UTC 2011 - [email protected]
+
+- Fix dependencies.
+- Run autoreconf before configure.
+
+-------------------------------------------------------------------
+Tue Mar 15 16:35:03 UTC 2011 - [email protected]
+
+- Devel package renamed to liblept2.
+
+-------------------------------------------------------------------
+Tue Mar 15 10:19:31 UTC 2011 - [email protected]
+
+- Update to 1.68.
+- Library major version changed to 2.
+- Dropped no_return patch (fixed upstream).
+- Added baselibs.conf as a source.
+- libgif patch refresh.
+
+-------------------------------------------------------------------
+Fri Nov 12 23:28:40 UTC 2010 - [email protected]
+
+- Don't build static library.
+
+-------------------------------------------------------------------
+Fri Nov 12 09:52:21 UTC 2010 - [email protected]
+
+- Update to 1.67.
+  * build shared library.
+- Dropped optflags.patch.
+- Patch to compile with gif support.
+- Patch to fix no-return-in-nonvoid-function errors.
+
+-------------------------------------------------------------------
+Thu Oct 21 09:16:15 UTC 2010 - [email protected]
+
+- Build with RPM_OPT_FLAGS.
+
+-------------------------------------------------------------------
+Sun Aug 22 21:08:10 UTC 2010 - [email protected]
+
+- Initial package created - 1.66.
+

calling whatdependson for head-i586


New:
----
  baselibs.conf
  leptonica-1.68.tar.gz
  liblept2.changes
  liblept2.spec

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

Other differences:
------------------
++++++ liblept2.spec ++++++
#
# spec file for package liblept2
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define major   2

Name:           liblept%{major}
Version:        1.68
Release:        0
License:        Apache-2.0
Summary:        Leptonica Library
Url:            http://code.google.com/p/leptonica/
Group:          System/Libraries
Source0:        
http://leptonica.googlecode.com/files/leptonica-%{version}.tar.gz
Source1:        baselibs.conf
BuildRequires:  giflib-devel
BuildRequires:  libpng-devel
BuildRequires:  libtiff-devel
%if 0%{?suse_version} >= 1210
BuildRequires:  libwebp-devel
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Library for efficient image processing and image analysis operations.



Authors:
--------
    Dan Bloomberg <[email protected]>

%package -n liblept-devel
Summary:        Leptonica Development Files
Group:          Development/Libraries/C and C++
Requires:       %{name} = %{version}

%description -n liblept-devel
Development files for Leptonica library.



Authors:
--------
    Dan Bloomberg <[email protected]>

%package -n leptonica-tools
Summary:        Leptonica tools
Group:          Development/Tools/Other

%description -n leptonica-tools
Regression tests and example programs for Leptonica.



Authors:
--------
    Dan Bloomberg <[email protected]>

%prep
%setup -qn leptonica-%{version}

%build
autoreconf -fi
%configure --disable-static
%__make %{?_smp_mflags}

%install
%makeinstall
%__rm -f %{buildroot}%{_libdir}/*.la

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%post -n %{name} -p /sbin/ldconfig

%postun -n %{name} -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files -n liblept-devel
%defattr(-,root,root,-)
%doc leptonica-license.txt README.html version-notes.html moller52.jpg
%{_includedir}/leptonica
%{_libdir}/*.so

%files -n leptonica-tools
%defattr(-,root,root,-)
%doc leptonica-license.txt
%{_bindir}/*

%changelog
++++++ baselibs.conf ++++++
liblept2

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



Remember to have fun...

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

Reply via email to