[packages/libpst] - rel 11, update python detection patch
baggins
baggins at pld-linux.org
Mon Mar 24 02:01:10 CET 2025
commit 7f9ca5df5ff43a36f9a6bfa9e295d84676668eaf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 24 01:06:47 2025 +0100
- rel 11, update python detection patch
libpst.spec | 2 +-
python3.10.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpst.spec b/libpst.spec
index e2a0380..04e8189 100644
--- a/libpst.spec
+++ b/libpst.spec
@@ -8,7 +8,7 @@ Summary: Library for reading .pst files
Summary(pl.UTF-8): Biblioteka do czytania plików .pst
Name: libpst
Version: 0.6.76
-Release: 10
+Release: 11
License: GPL v2+
Group: Libraries
Source0: https://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
diff --git a/python3.10.patch b/python3.10.patch
index 68da3f5..cdc730a 100644
--- a/python3.10.patch
+++ b/python3.10.patch
@@ -5,7 +5,7 @@
[AC_MSG_CHECKING(for python build information)
AC_MSG_RESULT([])
-for python in python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
-+for python in python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
++for python in python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
AC_CHECK_PROGS(PYTHON_BIN, [$python])
ax_python_bin=$PYTHON_BIN
if test x$ax_python_bin != x; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libpst.git/commitdiff/7f9ca5df5ff43a36f9a6bfa9e295d84676668eaf
More information about the pld-cvs-commit
mailing list