Hello community,

here is the log from the commit of package adolc for openSUSE:Factory checked 
in at 2020-08-12 10:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adolc (Old)
 and      /work/SRC/openSUSE:Factory/.adolc.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adolc"

Wed Aug 12 10:56:37 2020 rev:29 rq:825274 version:2.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/adolc/adolc.changes      2018-08-10 
09:45:36.805868098 +0200
+++ /work/SRC/openSUSE:Factory/.adolc.new.3399/adolc.changes    2020-08-12 
10:56:41.124748972 +0200
@@ -1,0 +2,7 @@
+Fri Jul 24 21:47:06 UTC 2020 - Matthias Eliasson <eli...@opensuse.org>
+
+- update to version 2.7.2
+- upstream have changed location to github, change URLs accordingly
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  ADOL-C-2.6.3.tgz

New:
----
  adolc-2.7.2.tar.gz

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

Other differences:
------------------
++++++ adolc.spec ++++++
--- /var/tmp/diff_new_pack.RXJ3vE/_old  2020-08-12 10:56:41.824749320 +0200
+++ /var/tmp/diff_new_pack.RXJ3vE/_new  2020-08-12 10:56:41.828749322 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adolc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,29 @@
 # 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   libadolc2
 Name:           adolc
-Version:        2.6.3
+Version:        2.7.2
 Release:        0
 Summary:        Algorithmic Differentiation Library for C/C++
 License:        GPL-2.0-or-later OR EPL-1.0
-Group:          Development/Libraries/C and C++
-Url:            http://projects.coin-or.org/ADOL-C
-Source0:        
http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz
+URL:            https://github.com/coin-or/ADOL-C
+Source0:        
https://github.com/coin-or/ADOL-C/archive/releases/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 BuildRequires:  ColPack-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  pkgconfig
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 BuildRequires:  libboost_system-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  pkg-config
 
 %description
 ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
@@ -44,7 +43,6 @@
 
 %package -n %{lname}
 Summary:        Algorithmic Differentiation Library for C/C++
-Group:          System/Libraries
 
 %description -n %{lname}
 ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
@@ -59,7 +57,6 @@
 
 %package devel
 Summary:        Development files for the Algorithmic Differentiation Library
-Group:          Development/Libraries/C and C++
 Requires:       %{lname} = %{version}
 
 %description devel
@@ -68,7 +65,6 @@
 
 %package doc
 Summary:        Algorithmic Differentiation Library for C/C++ -- documentation
-Group:          Documentation/Other
 %if 0%{?suse_version}
 BuildArch:      noarch
 %endif
@@ -77,23 +73,22 @@
 This package provides the user's manual for ADOL-C.
 
 %prep
-%setup -q -n ADOL-C-%{version}
+%autosetup -n ADOL-C-releases-%{version}
 
 %build
 # autoreconf -v --install --force
 %configure 
-make %{?_smp_mflags}
+%make_build
 # pushd ADOL-C/doc
 # for ((i=0; i < 3; i++)); do
 #    pdflatex adolc-manual.tex &>/dev/null
 # done
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f "(" -name "*.a" -o -name "*.la" ")" -delete -print
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}


Reply via email to