]> git.pld-linux.org Git - packages/python-pygobject3.git/commitdiff
Add updated link.patch. Release 2 auto/th/python-pygobject3-3.28.1-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 24 Mar 2018 20:12:19 +0000 (21:12 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 24 Mar 2018 20:12:19 +0000 (21:12 +0100)
link.patch
python-pygobject3.spec

index b1bcf549c1aebd1e6e09088514081b5ccd3e9bdf..7ecd52787c251e7e66d0bda3a0fa7a6800df1780 100644 (file)
  extension_ldflags += \
        -no-undefined \
        -shrext ".pyd"
---- pygobject-3.0.0/configure.ac.wiget 2011-09-24 19:56:06.566708752 +0200
-+++ pygobject-3.0.0/configure.ac       2011-09-24 19:56:29.259058498 +0200
-@@ -102,9 +102,7 @@ if test $build_py3k = true ; then
- fi
+--- pygobject-3.28.1/configure.ac.fix  2018-03-24 19:28:50.810204421 +0100
++++ pygobject-3.28.1/configure.ac      2018-03-24 19:29:02.056860075 +0100
+@@ -118,9 +118,7 @@ PYTHON_SO=`$PYTHON -c "import distutils.
+ AC_SUBST(PYTHON_SO)
  
AM_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found]))
PYG_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found]))
 -if test "x$link_python_libs" = "xyes"; then
-   AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows and Darwin require Python modules to be explicitly linked to libpython.]))
+   PYG_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.]))
 -fi
  
- AC_MSG_CHECKING([for PySignal_SetWakeupFd in Python.h])
- old_CPPFLAGS=$CPPFLAGS
+ dnl get rid of the -export-dynamic stuff from the configure flags ...
+ export_dynamic=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
index dda516b5898513d7d4ba1b4bfac078101434dc48..9d04680405289ca3083be995ba1b900c205c24aa 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Python bindings for GObject library
 Summary(pl.UTF-8):     Wiązania Pythona do biblioteki GObject
 Name:          python-pygobject3
 Version:       3.28.1
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries/Python
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.28/%{module}-%{version}.tar.xz
This page took 0.116929 seconds and 4 git commands to generate.