Hello community,

here is the log from the commit of package libfplll for openSUSE:Factory 
checked in at 2012-12-05 13:55:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfplll (Old)
 and      /work/SRC/openSUSE:Factory/.libfplll.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfplll", Maintainer is ""

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

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.libfplll.new/libfplll.changes   2012-12-05 
13:55:21.000000000 +0100
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Thu Nov 29 18:34:31 UTC 2012 - [email protected]
+
+- Update to new upstream release 4.0.1
+* Resolved compiler warnings about unused parameters
+
+-------------------------------------------------------------------
+Sat Aug 25 09:43:51 UTC 2012 - [email protected]
+
+- Update to version 4.0.0
+* BKZ reduction, available with `fplll -a bkz -b blocksize`
+
+-------------------------------------------------------------------
+Sun Feb 26 13:58:14 UTC 2012 - [email protected]
+
+- fix build for SLE-11
+- add missing %post and %postun scriplets
+
+-------------------------------------------------------------------
+Sun Nov 20 07:51:46 UTC 2011 - [email protected]
+
+- new version 3.1.3
+
+-------------------------------------------------------------------
+Tue Sep 27 22:54:00 UTC 2011 - [email protected]
+
+- Initial package (version 3.1.2) for build.opensuse.org

New:
----
  libfplll-4.0.1.tar.gz
  libfplll.changes
  libfplll.spec

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

Other differences:
------------------
++++++ libfplll.spec ++++++
#
# spec file for package libfplll
#
# Copyright (c) 2012 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/
#

Name:           libfplll
%define lname   libfplll0
Version:        4.0.1
Release:        0
License:        LGPL-2.1+
Summary:        Lenstra-Lovász Lattice Basis Reduction Algorithm Library
Url:            http://xpujol.net/fplll/
Group:          Productivity/Scientific/Math

Source:         %name-%version.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  gmp-devel
BuildRequires:  mpfr-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
fplll contains several algorithms on lattices that rely on
floating-point computations. This includes implementations of the
floating-point LLL reduction algorithm, offering different
speed/guarantees ratios. It also includes a rigorous floating-point
implementation of the Kannan-Fincke-Pohst algorithm that finds a
shortest non-zero lattice vector.

%package -n fplll
Summary:        Program for Lenstra-Lovász Lattice Basis Reduction Algorithm
Group:          Productivity/Scientific/Math

%description -n fplll
fplll contains several algorithms on lattices that rely on
floating-point computations. This includes implementations of the
floating-point LLL reduction algorithm, offering different
speed/guarantees ratios. It also includes a rigorous floating-point
implementation of the Kannan-Fincke-Pohst algorithm that finds a
shortest non-zero lattice vector.

%package -n %lname
Summary:        Lenstra-Lovász Lattice Basis Reduction Algorithm Library
Group:          System/Libraries

%description -n %lname
fplll contains several algorithms on lattices that rely on
floating-point computations. This includes implementations of the
floating-point LLL reduction algorithm, offering different
speed/guarantees ratios. It also includes a rigorous floating-point
implementation of the Kannan-Fincke-Pohst algorithm that finds a
shortest non-zero lattice vector.

%package devel
Summary:        Development files for Lattice Basis Reduction with libfplll
Group:          Development/Libraries/C and C++
Requires:       %lname = %version

%description devel
fplll contains several algorithms on lattices that rely on
floating-point computations. This includes implementations of the
floating-point LLL reduction algorithm, offering different
speed/guarantees ratios. It also includes a rigorous floating-point
implementation of the Kannan-Fincke-Pohst algorithm that finds a
shortest non-zero lattice vector.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
b="%buildroot";
make install DESTDIR="$b";
rm -f "$b/%_libdir"/*.la;

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n fplll
%defattr(-,root,root)
%_bindir/fplll
%_bindir/latticegen
%doc COPYING NEWS README.html

%files -n %lname
%defattr(-,root,root)
%_libdir/libfplll.so.0*

%files devel
%defattr(-,root,root)
%_includedir/fplll*
%_libdir/libfplll.so

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

Reply via email to