]> git.pld-linux.org Git - packages/libpst.git/commitdiff
- updated to 0.6.74 auto/th/libpst-0.6.74-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Mar 2020 16:05:47 +0000 (17:05 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Mar 2020 16:05:47 +0000 (17:05 +0100)
- removed obsolete link,python-3.8 patches

libpst-link.patch [deleted file]
libpst.spec
python-3.8.patch [deleted file]

diff --git a/libpst-link.patch b/libpst-link.patch
deleted file mode 100644 (file)
index f985ed1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libpst-0.6.72/src/Makefile.am.orig 2018-08-01 17:15:48.000000000 +0200
-+++ libpst-0.6.72/src/Makefile.am      2019-04-23 21:41:45.026697783 +0200
-@@ -80,7 +80,7 @@
- endif
- libpst_la_SOURCES     = $(common_source) $(common_header)
--libpst_la_LIBADD      = $(LTLIBICONV)
-+libpst_la_LIBADD      = $(LTLIBICONV) $(ZLIB_LIBS)
- EXTRA_DIST =
- if !NEED_XGETOPT
index f53b28946f411de75a37eed494984c8d8eece61a..835dcdfed8f51fb49cdc75f4268c6829e97d41c2 100644 (file)
@@ -7,14 +7,12 @@
 Summary:       Library for reading .pst files
 Summary(pl.UTF-8):     Biblioteka do czytania plików .pst
 Name:          libpst
-Version:       0.6.72
-Release:       4
+Version:       0.6.74
+Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
-# Source0-md5: 0085c9769a163e7ac59dba6518e0cc1e
-Patch0:                %{name}-link.patch
-Patch1:                python-3.8.patch
+# Source0-md5: c0fb28dc7d6b9d2af1701027dc7154fe
 URL:           https://www.five-ten-sg.com/libpst/
 BuildRequires: ImageMagick
 BuildRequires: autoconf >= 2.60
@@ -106,8 +104,6 @@ Wiązania libpst dla Pythona 3.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/python-3.8.patch b/python-3.8.patch
deleted file mode 100644 (file)
index f0daa1d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libpst-0.6.72/m4/ax_python.m4~     2018-08-01 17:15:48.000000000 +0200
-+++ libpst-0.6.72/m4/ax_python.m4      2019-11-03 17:34:35.669416660 +0100
-@@ -55,7 +55,7 @@
- AC_DEFUN([AX_PYTHON],
- [AC_MSG_CHECKING(for python build information)
- AC_MSG_RESULT([])
--for python in python3.7 python3.6 python3.5 python3.4 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.8 python3.7 python3.6 python3.5 python3.4 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
This page took 0.205165 seconds and 4 git commands to generate.