[packages/treedec] - updated to 0.9.2 snapshot; now uses tlx instead of stx-btree

qboosh qboosh at pld-linux.org
Thu May 30 14:57:48 CEST 2024


commit 074efce97a484d942c12e64d050c209a8fe9f335
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu May 30 14:12:59 2024 +0200

    - updated to 0.9.2 snapshot; now uses tlx instead of stx-btree

 treedec-python.patch | 19 ++++++++++---------
 treedec.spec         | 16 +++++++++-------
 2 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/treedec.spec b/treedec.spec
index 4e21343..e96eeeb 100644
--- a/treedec.spec
+++ b/treedec.spec
@@ -8,25 +8,25 @@ Summary:	Tree decomposition algorithms
 Summary(pl.UTF-8):	Algorytmy do rozkładu drzewiastego
 Name:		treedec
 # configure.ac /AC_INIT
-Version:	0.9.0
-%define	gitref	aceed466aebd2e9f898172f3a5c3d9f481dfdb63
-%define	snap	20181209
-%define	rel	7
+Version:	0.9.2
+%define	gitref	a494876a8b168b50fc1dfca2f26b6e10878158b6
+%define	snap	20230913
+%define	rel	1
 Release:	1.%{snap}.%{rel}
 License:	GPL v2, GPL v3
 Group:		Libraries
 #Source0Download: https://github.com/freetdi/tdlib/releases
 Source0:	https://github.com/freetdi/tdlib/archive/%{gitref}/%{name}-%{snap}.tar.gz
-# Source0-md5:	dedb02819869f08c1035d23f47883d69
+# Source0-md5:	50b30aa52534c988d59a5e5b43e1fa9d
 Patch0:		%{name}-python.patch
 URL:		https://github.com/freetdi/tdlib
 BuildRequires:	autoconf >= 2.69
 BuildRequires:	automake
-BuildRequires:	boost-devel >= 1.55
+BuildRequires:	boost-devel >= 1.62
 %{?with_gala:BuildRequires:	freetdi-gala-devel}
 BuildRequires:	libstdc++-devel >= 6:4.7
 BuildRequires:	libtool >= 2:2
-BuildRequires:	stx-btree-devel
+BuildRequires:	tlx-devel
 %if %{with python2}
 BuildRequires:	python-Cython >= 0.20.0
 BuildRequires:	python-devel >= 1:2.7
@@ -48,7 +48,9 @@ Summary:	Tree decomposition algorithms
 Summary(pl.UTF-8):	Algorytmy do rozkładu drzewiastego
 License:	Boost v1.0
 Group:		Development/Libraries
+Requires:	boost-devel >= 1.62
 Requires:	libstdc++-devel >= 6:4.7
+Requires:	tlx-devel
 
 %description devel
 treedec provides tree decomposition algorithms.
diff --git a/treedec-python.patch b/treedec-python.patch
index 4a71fc3..f182c46 100644
--- a/treedec-python.patch
+++ b/treedec-python.patch
@@ -18,15 +18,6 @@
                -Wformat -Werror=format-security
  
  longcheck: all-am
-@@ -41,7 +41,7 @@
- 	ln -sf $(srcdir)/__init__.py
- 
- AM_CPPFLAGS = @PYTHON_INCLUDES@ -I$(top_srcdir)/src
--AM_LDFLAGS = -module -omit-version
-+AM_LDFLAGS = -module -avoid-version
- 
- EXTRA_DIST = \
- 	graphs.py \
 --- tdlib-aceed466aebd2e9f898172f3a5c3d9f481dfdb63/m4/am_check_python_headers.m4.orig	2018-12-08 15:21:03.000000000 +0100
 +++ tdlib-aceed466aebd2e9f898172f3a5c3d9f481dfdb63/m4/am_check_python_headers.m4	2019-05-16 22:03:42.884635811 +0200
 @@ -5,12 +5,16 @@
@@ -46,3 +37,13 @@
   AC_SUBST(PYTHON_INCLUDES)
   dnl check if the headers exist:
   save_CPPFLAGS="$CPPFLAGS"
+--- tdlib-a494876a8b168b50fc1dfca2f26b6e10878158b6/configure.ac.orig	2023-09-12 02:00:00.000000000 +0200
++++ tdlib-a494876a8b168b50fc1dfca2f26b6e10878158b6/configure.ac	2024-05-30 13:27:11.377741172 +0200
+@@ -115,7 +115,6 @@ AS_IF([test "$python" != no], [
+       AC_MSG_RESULT([not identified])
+ 	 ])
+     unset cythonver
+-	 cython=no
+ 	)
+ ])
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/treedec.git/commitdiff/074efce97a484d942c12e64d050c209a8fe9f335



More information about the pld-cvs-commit mailing list