Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polymake for openSUSE:Factory 
checked in at 2026-01-14 16:22:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polymake (Old)
 and      /work/SRC/openSUSE:Factory/.polymake.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polymake"

Wed Jan 14 16:22:04 2026 rev:7 rq:1327087 version:4.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/polymake/polymake.changes        2025-10-01 
18:58:54.891324216 +0200
+++ /work/SRC/openSUSE:Factory/.polymake.new.1928/polymake.changes      
2026-01-14 16:22:14.302838186 +0100
@@ -1,0 +2,11 @@
+Tue Jan 13 20:37:53 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Enable polydb for Tumbleweed / suse_version>=1690
+  <https://github.com/passagemath/passagemath/pull/1978>
+
+-------------------------------------------------------------------
+Tue Jan 13 12:38:43 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Reenable callable library mode [boo#1256453]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ polymake.spec ++++++
--- /var/tmp/diff_new_pack.cDkAkN/_old  2026-01-14 16:22:15.086870708 +0100
+++ /var/tmp/diff_new_pack.cDkAkN/_new  2026-01-14 16:22:15.086870708 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polymake
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,8 @@
 BuildRequires:  ninja
 BuildRequires:  normaliz-devel
 BuildRequires:  perl
+BuildRequires:  ppl-devel
+BuildRequires:  sympol-devel
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(Term::ReadKey)
 BuildRequires:  perl(Term::ReadLine::Gnu)
@@ -51,8 +53,10 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(mpfr)
 BuildRequires:  pkgconfig(readline) >= 5
-BuildRequires:  ppl-devel
-BuildRequires:  sympol-devel
+%if 0%{?suse_version} >= 1690
+BuildRequires:  pkgconfig(libbson-1.0)
+BuildRequires:  pkgconfig(libmongoc-1.0)
+%endif
 Requires:       perl(JSON)
 Requires:       perl(Term::ReadKey)
 Requires:       perl(Term::ReadLine::Gnu)
@@ -77,6 +81,16 @@
 simplicial complexes, matroids, polyhedral fans, graphs, tropical
 objects, and other objects.
 
+%package -n %lname
+Summary:        Library for studying combinatorics and geometry of convex 
polytopes
+Group:          System/Libraries
+
+%description -n %lname
+polymake is a tool to study the combinatorics and the geometry of
+convex polytopes and polyhedra. It is also capable of dealing with
+simplicial complexes, matroids, polyhedral fans, graphs, tropical
+objects, and other objects.
+
 %package devel
 Summary:        Development files for Polymake plugins
 Group:          Development/Libraries/C and C++
@@ -98,7 +112,7 @@
 ./configure --prefix="%_prefix" --libdir="%_libdir" \
        --libexecdir="%_libdir/%name-%version" --without-native \
        --with-bliss="%_prefix" --with-sympol="%_prefix" --with-cdd="%_prefix" \
-       --with-permlib="%_prefix"  --with-lrs="%_prefix" --without-callable \
+       --with-permlib="%_prefix"  --with-lrs="%_prefix" \
        CFLAGS="%optflags" CXXFLAGS="%optflags -g0" CXXOPT="%optflags"
 # can't replace limit_build by _constraints file:
 # * asking memoryperjob=3400 -> unsatisfiable i586 workers
@@ -112,6 +126,8 @@
 find "%buildroot/%_includedir" -type f -exec chmod a-x {} +
 %fdupes %buildroot/%_prefix
 
+%ldconfig_scriptlets -n %lname
+
 %files
 %_bindir/polymake
 %_datadir/polymake/
@@ -120,7 +136,11 @@
 %doc ChangeLog
 %license COPYING
 
+%files -n %lname
+%_libdir/libpolymake*.so.*
+
 %files devel
 %_bindir/polymake-config
 %_includedir/polymake/
+%_libdir/libpolymake*.so
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.cDkAkN/_old  2026-01-14 16:22:15.150873363 +0100
+++ /var/tmp/diff_new_pack.cDkAkN/_new  2026-01-14 16:22:15.154873529 +0100
@@ -1,5 +1,5 @@
-mtime: 1759303464
-commit: aa680b1bedc4b526246492f79a1e49b1c5debeb2a30bfabbda70b8d58d2efb0d
+mtime: 1768336805
+commit: 7829f5e5e78858fe6633d85dcb9b1b1dc2feebe36daa83694ada41168e3b49d8
 url: https://src.opensuse.org/jengelh/polymake
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-13 21:50:53.000000000 +0100
@@ -0,0 +1 @@
+.osc

Reply via email to