Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2018-10-25 09:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cddlib (Old)
 and      /work/SRC/openSUSE:Factory/.cddlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cddlib"

Thu Oct 25 09:08:05 2018 rev:11 rq:643513 version:0.94j

Changes:
--------
--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes    2018-05-04 
11:29:06.720619718 +0200
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes       2018-10-25 
09:08:09.422439940 +0200
@@ -1,0 +2,8 @@
+Sat Oct 20 11:41:09 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 0.94j
+  * Introduced cddexec as a replacement of cdd_both_reps that many
+    distributions packaged.
+- Remove cddlib-flags.diff, cddlib-automake.diff
+
+-------------------------------------------------------------------

Old:
----
  cddlib-094i.tar.gz
  cddlib-automake.diff
  cddlib-flags.diff

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

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

Other differences:
------------------
++++++ cddlib.spec ++++++
--- /var/tmp/diff_new_pack.RsaU98/_old  2018-10-25 09:08:10.046439567 +0200
+++ /var/tmp/diff_new_pack.RsaU98/_new  2018-10-25 09:08:10.046439567 +0200
@@ -12,25 +12,24 @@
 # 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:           cddlib
 %define lname   libcdd0
-Version:        0.94i
+Version:        0.94j
 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/
 
-Source:         ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094i.tar.gz
-Patch1:         cddlib-flags.diff
-Patch2:         cddlib-automake.diff
+Source:         
https://github.com/cddlib/cddlib/releases/download/0.94j/cddlib-0.94j.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gmp-devel >= 3
 BuildRequires:  libtool
 
@@ -62,30 +61,42 @@
 extreme rays of a general convex polyhedron in R^d given by a system
 of linear inequalities.
 
+%package doc
+Summary:        Documentation for the cddlib API
+Group:          Documentation/Other
+BuildArch:      noarch
+
+%description doc
+cddlib is an implementation of the Double Description Method of
+Motzkin et al.
+
+This package contains the documentation to cddlib.
+
 %prep
-%setup -qn %name-094i
-%patch -P 1 -P 2 -p1
+%setup -q
 
 %build
 autoreconf -fi
-%configure --enable-shared --disable-static --includedir="%_includedir/cdd"
+%configure --enable-shared --disable-static --includedir="%_includedir/cdd" 
--docdir="%_docdir/%name"
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
+%fdupes %buildroot/%_prefix
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libcdd*.so.*
 
 %files devel
-%defattr(-,root,root)
 %_bindir/*
 %_libdir/libcdd*.so
 %_includedir/*
 
+%files doc
+%_docdir/%name/
+
 %changelog


Reply via email to