Hello community,

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

Package is "sympol"

Mon Sep 21 17:42:11 2020 rev:2 rq:835563 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/sympol/sympol.changes    2019-03-26 
22:30:50.745728614 +0100
+++ /work/SRC/openSUSE:Factory/.sympol.new.4249/sympol.changes  2020-09-21 
17:44:07.940953120 +0200
@@ -1,0 +2,11 @@
+Sat Sep 19 10:13:59 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Add cddlib.diff
+
+-------------------------------------------------------------------
+Mon Aug 26 06:44:06 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Add /usr/include/sympol/yal symlink because header files are
+  misinstalled.
+
+-------------------------------------------------------------------

New:
----
  cddlib.diff

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

Other differences:
------------------
++++++ sympol.spec ++++++
--- /var/tmp/diff_new_pack.psPSGu/_old  2020-09-21 17:44:10.972955977 +0200
+++ /var/tmp/diff_new_pack.psPSGu/_new  2020-09-21 17:44:10.976955981 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sympol
 #
-# Copyright (c) 2019 SUSE LINUX Products 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
@@ -27,6 +27,7 @@
 
 Source:         
http://www.math.uni-rostock.de/~rehn/software/%name-%version.tar.gz
 Patch1:         unbundle.diff
+Patch2:         cddlib.diff
 BuildRequires:  bliss-devel
 BuildRequires:  c++_compiler
 BuildRequires:  cddlib-devel >= 0.94f
@@ -48,7 +49,6 @@
 %package -n %lname
 Summary:        Library for working with symmetric polyhedra
 Group:          System/Libraries
-License:        GPL-2.0-or-later
 
 %description -n %lname
 SymPol is a C++ tool to work with symmetric polyhedra. It helps to
@@ -59,7 +59,6 @@
 %package devel
 Summary:        Header files for the sympol library
 Group:          Development/Libraries/C and C++
-License:        GPL-2.0-or-later
 Requires:       %lname = %version
 
 %description devel
@@ -76,6 +75,7 @@
 
 %install
 %cmake_install
+ln -s . "%buildroot/%_includedir/sympol/yal"
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

++++++ cddlib.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2020-09-19 12:12:08.719479245 +0200

To resolve a previous uncertainty for projects like cddlib & gfan
about the actual abstract path to use in include statements, cddlib
0.94k has introduced new unique locations. Adjust sympow.

---
 sympol/raycomputationcdd.cpp |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Index: sympol-0.1.8/sympol/raycomputationcdd.cpp
===================================================================
--- sympol-0.1.8.orig/sympol/raycomputationcdd.cpp
+++ sympol-0.1.8/sympol/raycomputationcdd.cpp
@@ -24,11 +24,8 @@
 #include "raycomputationcdd.h"
 #include "polyhedron.h"
 
-extern "C" {
-       #include <setoper.h>
-       #include <cdd.h>
-}
-
+#include <cddlib/setoper.h>
+#include <cddlib/cdd.h>
 #include <ctime>
 #include <cstdio>
 

Reply via email to