Hello community,

here is the log from the commit of package glpk for openSUSE:Factory checked in 
at 2014-11-13 09:18:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glpk (Old)
 and      /work/SRC/openSUSE:Factory/.glpk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glpk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glpk/glpk.changes        2014-03-31 
20:42:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glpk.new/glpk.changes   2014-11-13 
09:18:34.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 12 17:33:27 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 4.55
+  * Bugfixes, documentation update. See NEWS file for details.
+
+-------------------------------------------------------------------

Old:
----
  glpk-4.54.tar.gz
  glpk-4.54.tar.gz.sig

New:
----
  glpk-4.55.tar.gz
  glpk-4.55.tar.gz.sig

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

Other differences:
------------------
++++++ glpk.spec ++++++
--- /var/tmp/diff_new_pack.R2qiOz/_old  2014-11-13 09:18:35.000000000 +0100
+++ /var/tmp/diff_new_pack.R2qiOz/_new  2014-11-13 09:18:35.000000000 +0100
@@ -16,22 +16,21 @@
 #
 
 
-Name:           glpk
 %define lname  libglpk36
-Version:        4.54
+Name:           glpk
+Version:        4.55
 Release:        0
 Summary:        GNU Linear Programming Kit
 License:        GPL-3.0
 Group:          Productivity/Scientific/Math
 Url:            http://www.gnu.org/software/glpk/glpk.html
-
 #DL-URL:       http://ftp.gnu.org/gnu/glpk/
-Source:         http://ftp.gnu.org/gnu/glpk/%name-%version.tar.gz
-Source2:        http://ftp.gnu.org/gnu/glpk/%name-%version.tar.gz.sig
-Source3:        %name.keyring
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
+Source2:        http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
+Source3:        %{name}.keyring
 BuildRequires:  ghostscript
 BuildRequires:  texlive
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The GLPK package is intended for solving large-scale linear
@@ -39,12 +38,10 @@
 is a set of routines written in ANSI C and organized in the form of a
 callable library.
 
-
-
 %package devel
 Summary:        GNU Linear Programming Kit
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %{lname} = %{version}
 
 %description devel
 The GLPK package is intended for solving large-scale linear
@@ -52,20 +49,16 @@
 is a set of routines written in ANSI C and organized in the form of a
 callable library.
 
-
-
-%package -n %lname
+%package     -n %{lname}
 Summary:        GNU Linear Programming Kit
 Group:          System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 The GLPK package is intended for solving large-scale linear
 programming, mixed integer programming, and other related problems. It
 is a set of routines written in ANSI C and organized in the form of a
 callable library.
 
-
-
 %package doc
 Summary:        GNU Linear Programming Kit
 Group:          Documentation/Other
@@ -79,32 +72,30 @@
 is a set of routines written in ANSI C and organized in the form of a
 callable library.
 
-
-
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
+%{?gpg_verify: %gpg_verify %{SOURCE2}}
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
-cp examples/*.{mod,c,dat,mps,lp} $RPM_BUILD_ROOT%{_docdir}/%{name}/examples
-mkdir $RPM_BUILD_ROOT%{_docdir}/%{name}/doc
-cp doc/{*.txt,*.pdf} $RPM_BUILD_ROOT%{_docdir}/%{name}/doc
-cp {AUTHORS,ChangeLog,COPYING,NEWS,README} $RPM_BUILD_ROOT%{_docdir}/%{name}
+%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 check
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -116,7 +107,7 @@
 %{_docdir}/%{name}/README
 %{_bindir}/glpsol
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %{_libdir}/libglpk.so.*
 

++++++ glpk-4.54.tar.gz -> glpk-4.55.tar.gz ++++++
++++ 5969 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to