Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2020-09-21 17:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and      /work/SRC/openSUSE:Factory/.cddlib.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cddlib"

Mon Sep 21 17:42:25 2020 rev:12 rq:835656 version:0.94l

Changes:
--------
--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes    2018-10-25 
09:08:09.422439940 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new.4249/cddlib.changes  2020-09-21 
17:44:20.160964636 +0200
@@ -1,0 +2,16 @@
+Sun Sep 20 06:38:16 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 0.94l
+  * Merged 0001-build-extend-extern-C-block-in-header-files.patch
+- Split command-line programs to new package cddlib-tools.
+
+-------------------------------------------------------------------
+Sat Sep 19 09:18:52 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 0.94k
+  * Header files are now installed to PREFIX/include/cddlib to
+    avoid clashes with other libraries.
+  * pkg-config cddlib.pc file added.
+- Add 0001-build-extend-extern-C-block-in-header-files.patch
+
+-------------------------------------------------------------------

Old:
----
  cddlib-0.94j.tar.gz

New:
----
  cddlib-0.94l.tar.gz

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

Other differences:
------------------
++++++ cddlib.spec ++++++
--- /var/tmp/diff_new_pack.TtujSg/_old  2020-09-21 17:44:21.192965608 +0200
+++ /var/tmp/diff_new_pack.TtujSg/_new  2020-09-21 17:44:21.196965612 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# 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
@@ -18,20 +18,16 @@
 
 Name:           cddlib
 %define lname   libcdd0
-Version:        0.94j
+Version:        0.94l
 Release:        0
 Summary:        Library for finding vertices of convex polytopes
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
-Url:            https://www.inf.ethz.ch/personal/fukudak/cdd_home/
+URL:            https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 
-Source:         
https://github.com/cddlib/cddlib/releases/download/0.94j/cddlib-0.94j.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source:         
https://github.com/cddlib/cddlib/releases/download/%version/%name-%version.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gmp-devel >= 3
-BuildRequires:  libtool
 
 %description
 cddlib is a C implementation of the Double Description Method of
@@ -50,7 +46,7 @@
 of linear inequalities.
 
 %package devel
-Summary:        Development files for cddlib
+Summary:        Header files for cddlib
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 Requires:       gmp-devel
@@ -61,6 +57,8 @@
 extreme rays of a general convex polyhedron in R^d given by a system
 of linear inequalities.
 
+This package contains the headers for the C library.
+
 %package doc
 Summary:        Documentation for the cddlib API
 Group:          Documentation/Other
@@ -72,13 +70,26 @@
 
 This package contains the documentation to cddlib.
 
+%package tools
+Summary:        Programs for vertex generation using Double Description Method
+Group:          Productivity/Scientific/Math
+Provides:       cddlib-devel:/usr/bin/scdd
+Conflicts:      cddlib-devel < 0.94l
+
+%description tools
+cddlib is a C implementation of the Double Description Method of
+Motzkin et al. for generating all vertices (i.e. extreme points) and
+extreme rays of a general convex polyhedron in R^d given by a system
+of linear inequalities.
+
+This package contains the command-line utilities of cddlib.
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-autoreconf -fi
-%configure --enable-shared --disable-static --includedir="%_includedir/cdd" 
--docdir="%_docdir/%name"
-make %{?_smp_mflags} V=1
+%configure --enable-shared --disable-static --docdir="%_docdir/%name"
+%make_build
 
 %install
 %make_install
@@ -92,11 +103,15 @@
 %_libdir/libcdd*.so.*
 
 %files devel
-%_bindir/*
 %_libdir/libcdd*.so
 %_includedir/*
+%_libdir/pkgconfig/*.pc
 
 %files doc
 %_docdir/%name/
 
+%files tools
+%_bindir/*
+%license COPYING
+
 %changelog


Reply via email to