[packages/python-pygobject3] - updated to 3.14.0

kiesiu kiesiu at pld-linux.org
Sat Oct 4 20:19:15 CEST 2014


commit 14d87b6a39311c7ce0fbbbc99366d75a3c6632a6
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Sat Oct 4 20:20:31 2014 +0200

    - updated to 3.14.0

 link.patch             |  4 ++--
 python-pygobject3.spec | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python-pygobject3.spec b/python-pygobject3.spec
index 5876a1a..55a4d8c 100644
--- a/python-pygobject3.spec
+++ b/python-pygobject3.spec
@@ -7,21 +7,21 @@
 Summary:	Python bindings for GObject library
 Summary(pl.UTF-8):	Wiązania Pythona do biblioteki GObject
 Name:		python-pygobject3
-Version:	3.12.2
+Version:	3.14.0
 Release:	1
 License:	LGPL v2+
 Group:		Libraries/Python
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.12/%{module}-%{version}.tar.xz
-# Source0-md5:	fd9b1e956ee2e2dae544e57b1858596b
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.14/%{module}-%{version}.tar.xz
+# Source0-md5:	17722912afa982a6feace4bb9bf52778
 Patch0:		link.patch
-URL:		https://live.gnome.org/PyGObject
+URL:		https://wiki.gnome.org/Projects/PyGObject
 BuildRequires:	autoconf >= 2.68
 BuildRequires:	automake >= 1:1.11.1
 %{?with_python3:BuildRequires:	automake >= 1:1.13}
 BuildRequires:	cairo-gobject-devel
 BuildRequires:	glib2-devel >= 1:2.38.0
 BuildRequires:	gnome-common >= 3.10
-BuildRequires:	gobject-introspection-devel >= 1.38.0
+BuildRequires:	gobject-introspection-devel >= 1.39.0
 BuildRequires:	libffi-devel >= 3.0
 BuildRequires:	libtool >= 2:2.2.6
 BuildRequires:	pkgconfig
@@ -92,7 +92,7 @@ Summary:	Python 3.x bindings for GObject library
 Summary(pl.UTF-8):	Wiązania Pythona 3.x do biblioteki GObject
 Group:		Libraries/Python
 Requires:	glib2 >= 1:2.38.0
-Requires:	gobject-introspection >= 1.38.0
+Requires:	gobject-introspection >= 1.39.0
 Conflicts:	python3-pygobject < 2.28.6-3
 
 %description -n python3-pygobject3
diff --git a/link.patch b/link.patch
index 2fecb3d..b1bcf54 100644
--- a/link.patch
+++ b/link.patch
@@ -23,8 +23,8 @@
  fi
  
  AM_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found]))
--if test "x$os_win32" = "xyes"; then
-   AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.]))
+-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.]))
 -fi
  
  AC_MSG_CHECKING([for PySignal_SetWakeupFd in Python.h])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pygobject3.git/commitdiff/14d87b6a39311c7ce0fbbbc99366d75a3c6632a6



More information about the pld-cvs-commit mailing list