Hello community,

here is the log from the commit of package harminv for openSUSE:Factory checked 
in at 2018-11-26 10:29:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/harminv (Old)
 and      /work/SRC/openSUSE:Factory/.harminv.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "harminv"

Mon Nov 26 10:29:02 2018 rev:3 rq:651311 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/harminv/harminv.changes  2015-02-27 
11:09:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.harminv.new.19453/harminv.changes       
2018-11-26 10:29:17.829098991 +0100
@@ -1,0 +2,19 @@
+Thu Nov 22 16:34:58 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Enable parallel build.
+- Avoid name repetition in summary.
+
+-------------------------------------------------------------------
+Thu Nov 22 09:16:11 UTC 2018 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.4.1:
+  * Converted all documentation to Markdown format and moved to 
+    Github.
+  * Change get_omega and get_amplitude functions
+  * Build script updates.
+- remove patch:
+  * harminv_change_protos_with_harminv_complex.patch: included in
+    release
+- update doc file names
+
+-------------------------------------------------------------------

Old:
----
  harminv-1.3.1.tar.gz
  harminv_change_protos_with_harminv_complex.patch

New:
----
  harminv-1.4.1.tar.gz

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

Other differences:
------------------
++++++ harminv.spec ++++++
--- /var/tmp/diff_new_pack.2vwlxO/_old  2018-11-26 10:29:18.281098461 +0100
+++ /var/tmp/diff_new_pack.2vwlxO/_new  2018-11-26 10:29:18.285098456 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package harminv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,21 +12,19 @@
 # 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/
 #
 
 
 Name:           harminv
-Version:        1.3.1
+Version:        1.4.1
 Release:        0
-%define somajor 2
-Summary:        Harminv solves the problem of harmonic inversion
-License:        GPL-2.0+
+%define somajor 3
+Summary:        Solver for the problem of harmonic inversion
+License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Electronics
-Url:            http://ab-initio.mit.edu/wiki/index.php/Harminv
-Source0:        http://ab-initio.mit.edu/harminv/harminv-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM harminv_change_protos_with_harminv_complex.patch -- 
https://github.com/stevengj/meep/issues/13
-Patch1:         harminv_change_protos_with_harminv_complex.patch
+Url:            https://github.com/stevengj/harminv
+Source0:        
https://github.com/stevengj/harminv/releases/download/v%{version}/harminv-%{version}.tar.gz
 BuildRequires:  blas-devel
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
@@ -42,7 +40,7 @@
 and phases of those sinusoids.
 
 %package -n     libharminv%{somajor}
-Summary:        Harminv library solves the problem of harmonic inversion
+Summary:        Library for solving the problem of harmonic inversion
 Group:          System/Libraries
 
 %description -n libharminv%{somajor}
@@ -53,7 +51,7 @@
 and phases of those sinusoids.
 
 %package        devel
-Summary:        Libraries and header files for harminv library
+Summary:        Libraries and header files for the harminv library
 Group:          Development/Libraries/C and C++
 Requires:       libharminv%{somajor} = %{version}
 
@@ -69,7 +67,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 sed -i 's/@LIBS@//g' harminv.pc.in
 
@@ -78,7 +75,7 @@
 export CXXFLAGS="%{optflags} -fPIC"
 export FFLAGS="%{optflags} -fPIC"
 %configure --enable-shared --disable-static
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -90,7 +87,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%doc COPYING NEWS.md README.md
 %{_bindir}/*
 %{_mandir}/man1/*
 

++++++ harminv-1.3.1.tar.gz -> harminv-1.4.1.tar.gz ++++++
++++ 80286 lines of diff (skipped)


Reply via email to