Hello community, here is the log from the commit of package cudd for openSUSE:Factory checked in at 2016-03-26 15:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cudd (Old) and /work/SRC/openSUSE:Factory/.cudd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cudd" Changes: -------- --- /work/SRC/openSUSE:Factory/cudd/cudd.changes 2014-10-22 16:23:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cudd.new/cudd.changes 2016-03-26 15:23:25.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Mar 12 20:59:15 UTC 2016 - [email protected] + +- Update to new upstream release 3.0.0 +* No changelog was provided +- Drop cudd-automake.diff (applied upstream) + +------------------------------------------------------------------- Old: ---- cudd-2.5.0-suse.tar.xz cudd-automake.diff sanitize_source.sh New: ---- cudd-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cudd.spec ++++++ --- /var/tmp/diff_new_pack.vSdFQ4/_old 2016-03-26 15:23:25.000000000 +0100 +++ /var/tmp/diff_new_pack.vSdFQ4/_new 2016-03-26 15:23:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cudd # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,25 +17,17 @@ Name: cudd -%define lname libcudd0 -Version: 2.5.0 +%define lname libcudd-3_0_0-0 +Version: 3.0.0 Release: 0 Summary: Manipulation of Binary Decision Diagrams License: BSD-3-Clause Group: Productivity/Scientific/Math Url: http://vlsi.colorado.edu/~fabio/ -#Original-Source: ftp://vlsi.colorado.edu/pub/%name-%version.tar.gz -# Removed the (unused) mnemosyne/ directory and source files whose license does -# not permit modification and which has an advertising clause. -Source: %name-%version-suse.tar.xz -Source2: sanitize_source.sh -Patch1: cudd-automake.diff +Source: ftp://vlsi.colorado.edu/pub/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool >= 2 -BuildRequires: xz +BuildRequires: gcc-c++ %description CUDD is a package for the manipulation of Binary Decision Diagrams @@ -66,11 +58,9 @@ %prep %setup -q -%patch -P 1 -p1 %build -autoreconf -fi -%configure --disable-static +%configure --enable-shared --disable-static make %{?_smp_mflags} %install @@ -85,12 +75,10 @@ %defattr(-,root,root) %doc LICENSE %_libdir/libcudd*.so.0* -%_libdir/libdddmp.so.0* %files devel %defattr(-,root,root) -%_includedir/cudd +%_includedir/cudd* %_libdir/libcudd*.so -%_libdir/libdddmp.so %changelog
