Hello community, here is the log from the commit of package glpk for openSUSE:Factory checked in at 2018-12-24 11:47:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glpk (Old) and /work/SRC/openSUSE:Factory/.glpk.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glpk" Mon Dec 24 11:47:02 2018 rev:22 rq:660491 version:4.65 Changes: -------- --- /work/SRC/openSUSE:Factory/glpk/glpk.changes 2018-06-28 15:14:16.315499108 +0200 +++ /work/SRC/openSUSE:Factory/.glpk.new.28833/glpk.changes 2018-12-24 11:47:04.441150578 +0100 @@ -1,0 +2,6 @@ +Fri Dec 21 10:08:56 UTC 2018 - Martin Pluskal <[email protected]> + +- Small packaging change for doc subpackage +- Enable additional functionality + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glpk.spec ++++++ --- /var/tmp/diff_new_pack.ab9K9e/_old 2018-12-24 11:47:04.957150125 +0100 +++ /var/tmp/diff_new_pack.ab9K9e/_new 2018-12-24 11:47:04.961150121 +0100 @@ -12,11 +12,12 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define lname libglpk40 +%define sover 40 +%define lname libglpk%{sover} Name: glpk Version: 4.65 Release: 0 @@ -30,6 +31,9 @@ Patch0: glpk-no_random_return.patch BuildRequires: ghostscript BuildRequires: gmp-devel +BuildRequires: libiodbc-devel +BuildRequires: libmariadb-devel +BuildRequires: libtool BuildRequires: texlive %description @@ -80,17 +84,15 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %configure \ --with-gmp \ + --enable-dl \ + --enable-odbc \ + --enable-mysql \ --disable-static make %{?_smp_mflags} %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -mkdir -p %{buildroot}%{_docdir}/%{name}/examples -cp examples/*.{mod,c,dat,mps,lp} %{buildroot}%{_docdir}/%{name}/examples -mkdir %{buildroot}%{_docdir}/%{name}/doc -cp doc/{*.txt,*.pdf} %{buildroot}%{_docdir}/%{name}/doc -cp {AUTHORS,ChangeLog,COPYING,NEWS,README} %{buildroot}%{_docdir}/%{name} %check make %{?_smp_mflags} check @@ -99,24 +101,23 @@ %postun -n %{lname} -p /sbin/ldconfig %files -%dir %{_docdir}/%{name} -%{_docdir}/%{name}/AUTHORS -%{_docdir}/%{name}/ChangeLog -%{_docdir}/%{name}/COPYING -%{_docdir}/%{name}/NEWS -%{_docdir}/%{name}/README %{_bindir}/glpsol %files -n %{lname} -%{_libdir}/libglpk.so.* +%license AUTHORS COPYING +%{_libdir}/libglpk.so.%{sover}* %files devel %{_includedir}/* %{_libdir}/libglpk.so %files doc -%dir %{_docdir}/%{name} -%{_docdir}/%{name}/doc -%{_docdir}/%{name}/examples +%doc ChangeLog NEWS README +%doc doc/*.txt doc/*.pdf +%doc examples/*.mod +%doc examples/*.c +%doc examples/*.dat +%doc examples/*.mps +%doc examples/*.lp %changelog
