Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2015-11-24 22:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suitesparse (Old)
 and      /work/SRC/openSUSE:Factory/.suitesparse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suitesparse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2015-10-01 
12:21:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes     
2015-11-24 22:30:37.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 18 21:43:05 UTC 2015 - [email protected]
+
+- Package forgotten C++ includes (*.hpp), too.
+- Adjust download link
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suitesparse.spec ++++++
--- /var/tmp/diff_new_pack.GrNwWI/_old  2015-11-24 22:30:38.000000000 +0100
+++ /var/tmp/diff_new_pack.GrNwWI/_new  2015-11-24 22:30:38.000000000 +0100
@@ -22,7 +22,7 @@
 Group:          Development/Libraries
 Version:        4.4.5
 Release:        0
-Url:            http://www.cise.ufl.edu/research/sparse/SuiteSparse
+Url:            http://faculty.cse.tamu.edu/davis/SuiteSparse/
 Source:         SuiteSparse-%{version}.tar.gz
 Source2:        %{name}-rpmlintrc
 Patch0:         no-removal-of-suitesparse_config-output.patch
@@ -494,7 +494,10 @@
     pushd $dir
       ver=$(grep -E "^VERSION =" Makefile | sed "s:VERSION = ::")
       cp -a Lib/*.a %{buildroot}/%{_libdir}
-      cp -a Include/*.h  %{buildroot}%{_includedir}/%{name}
+      cp -a Include/*\.h %{buildroot}%{_includedir}/%{name}
+      if ls Include/*\.hpp 1> /dev/null 2>&1; then
+        cp -a Include/*\.hpp %{buildroot}%{_includedir}/%{name}
+      fi
       mkdir %{buildroot}%{_docdir}/%{name}/$dir-$ver
       mkdir %{buildroot}%{_docdir}/%{name}-devel/$dir
       cp -a README.txt Doc/{License,ChangeLog,*.txt} 
%{buildroot}%{_docdir}/%{name}/$dir-$ver > /dev/null 2>&1 | true


Reply via email to