Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2016-04-05 10:43:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old)
 and      /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fflas-ffpack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes        
2016-03-26 15:21:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2016-04-05 10:43:58.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Mar 12 21:38:30 UTC 2016 - [email protected]
+
+- Update to new upstream release 2.2.0
+* improvements and API change for the parallel code
+* new random matrix generators
+
+-------------------------------------------------------------------

Old:
----
  fflas-ffpack-2.1.0.tar.gz

New:
----
  v2.2.0.tar.gz

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

Other differences:
------------------
++++++ fflas-ffpack.spec ++++++
--- /var/tmp/diff_new_pack.4umf0O/_old  2016-04-05 10:44:00.000000000 +0200
+++ /var/tmp/diff_new_pack.4umf0O/_new  2016-04-05 10:44:00.000000000 +0200
@@ -23,23 +23,24 @@
 
 Name:           fflas-ffpack
 %define lname  libfflas0
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 Summary:        Finite Field Linear Algebra Subroutines
 License:        LGPL-2.1+
 Group:          Productivity/Scientific/Math
 URL:            https://linbox-team.github.io/fflas-ffpack/
 
-#Git-Clone:    git://github.com/linbox-team/fflas-ffpack
-Source:         http://linalg.org/%name-%version.tar.gz
+Source:         https://github.com/linbox-team/%name/archive/v%version.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  givaro-devel >= 4
-BuildRequires:  givaro-devel < 4.1
 BuildRequires:  gmp-devel >= 3.1.1
 BuildRequires:  lapack-devel
 BuildRequires:  libatlas3-devel
+BuildRequires:  libtool >= 2.2
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(givaro) >= 4.0.1
+BuildRequires:  pkgconfig(givaro) < 4.0.2
 BuildRoot:      %_tmppath/%name-%version-build
 
 %description
@@ -77,6 +78,9 @@
 sed '/HTML_TIMESTAMP/s/YES/NO/' -i doc/Doxyfile
 
 %build
+if [ ! -e configure ]; then
+       autoreconf -fi
+fi
 %configure \
        --with-blas-cflags=" " \
        --with-blas-libs="-L%atlas -lcblas -ltatlas" \
@@ -84,9 +88,8 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot";
 %make_install
-rm -f "$b/%_docdir/%name/fflas-ffpack-html/INSTALL"
+rm -f "%buildroot/%_docdir/%name/fflas-ffpack-html/INSTALL"
 %fdupes %buildroot/%_prefix
 
 %files devel
@@ -94,6 +97,7 @@
 %doc ChangeLog COPYING.LESSER
 %_bindir/fflas-ffpack-config
 %_includedir/fflas-ffpack/
+%_libdir/pkgconfig/ff*.pc
 
 %files doc
 %defattr(-,root,root)


Reply via email to