Hello community,

here is the log from the commit of package mopac7 for openSUSE:Factory checked 
in at 2017-01-31 12:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mopac7 (Old)
 and      /work/SRC/openSUSE:Factory/.mopac7.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mopac7"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mopac7/mopac7.changes    2016-01-28 
17:22:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mopac7.new/mopac7.changes       2017-02-03 
17:50:41.550491261 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 11:46:04 UTC 2017 - [email protected]
+
+- Update compiler flags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mopac7.spec ++++++
--- /var/tmp/diff_new_pack.WWL0jo/_old  2017-02-03 17:50:41.902441640 +0100
+++ /var/tmp/diff_new_pack.WWL0jo/_new  2017-02-03 17:50:41.906441075 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mopac7
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,11 +29,9 @@
 Patch2:         mopac7-1.14-libdir.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  f2c
 BuildRequires:  gcc-fortran
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 MOPAC7 is a semi-empirical quantum-mechanics code written by James J. P.
@@ -70,16 +68,17 @@
 %setup -q
 %patch1
 %patch2
-find . -name ".cvsignore" -exec rm -f {} \;
 
 %build
 autoreconf -fiv
+# 
http://www.bioinformatics.org/pipermail/ghemical-devel/2008-August/000763.html
+export FFLAGS="%{optflags} -std=legacy -fno-automatic"
 %configure \
   --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags} 
+%make_install
 mkdir -p %{buildroot}%{_bindir}
 libtool --mode=install install -m 755 fortran/%{name} 
%{buildroot}%{_bindir}/%{name}
 sed -e "s|\./src|%{_bindir}|g" run_mopac7 > %{buildroot}%{_bindir}/run_mopac7
@@ -87,7 +86,6 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files


Reply via email to