Hello community, here is the log from the commit of package gf2x for openSUSE:Factory checked in at 2012-12-05 13:52:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gf2x (Old) and /work/SRC/openSUSE:Factory/.gf2x.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gf2x", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2012-11-30 12:21:47.308011256 +0100 +++ /work/SRC/openSUSE:Factory/.gf2x.new/gf2x.changes 2012-12-05 13:52:06.000000000 +0100 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 29 18:25:23 UTC 2012 - [email protected] + +- Update to new upstream release 1.1 +* trap bad arguments to gf2x_tfft_init + +------------------------------------------------------------------- +Thu Sep 15 14:00:05 UTC 2011 - [email protected] + +- Initial package (version 1.0) for build.opensuse.org New: ---- gf2x-1.1.tar.gz gf2x.changes gf2x.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gf2x.spec ++++++ # # spec file for package gf2x # # 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/ # Name: gf2x %define lname libgf2x1 Version: 1.1 Release: 0 Group: Productivity/Scientific/Math Summary: Library for multiplication over the GF(2) field License: GPL-2.0+ URL: https://gforge.inria.fr/projects/gf2x/ Source: https://gforge.inria.fr/frs/download.php/30873/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description gf2x is a library for fast multiplication of polynomials over the GF(2) binary field. %package -n %lname Summary: Library for multiplication over the GF(2) field Group: System/Libraries %description -n %lname gf2x is a library for fast multiplication of polynomials over the GF(2) binary field. %package devel Summary: Development files for libgf2x Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel gf2x is a library for fast multiplication of polynomials over the GF(2) binary field. This package contains the headers for the gf2x library. %prep %setup -q %build # PCLMUL may not be available on all machines %configure --disable-static --disable-pclmul make %{?_smp_mflags}; %check make check %{?_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 %lname %defattr(-,root,root) %_libdir/*gf2x.so.* %files devel %defattr(-,root,root) %_includedir/gf2x* %_libdir/*gf2x.so %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
