packages: python/python.spec - moved _weakrefset from -modules to -libs (ab...
sparky
sparky at pld-linux.org
Sun Jan 23 17:31:40 CET 2011
Author: sparky Date: Sun Jan 23 16:31:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- moved _weakrefset from -modules to -libs (abc.py imports it)
- release: 2, STBR
- BR: automake, pkgconfig
- dropped BR: libffi-devel, tix-devel
---- Files affected:
packages/python:
python.spec (1.380 -> 1.381)
---- Diffs:
================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.380 packages/python/python.spec:1.381
--- packages/python/python.spec:1.380 Tue Nov 30 12:10:29 2010
+++ packages/python/python.spec Sun Jan 23 17:31:34 2011
@@ -44,7 +44,7 @@
Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом
Name: python
Version: %{py_ver}.1
-Release: 1
+Release: 2
Epoch: 1
License: PSF
Group: Development/Languages/Python
@@ -60,6 +60,7 @@
Patch5: %{name}-verbose.patch
URL: http://www.python.org/
BuildRequires: autoconf >= 2.65
+BuildRequires: automake
BuildRequires: bluez-libs-devel
BuildRequires: bzip2-devel
BuildRequires: db-devel >= 4
@@ -68,9 +69,9 @@
BuildRequires: file
BuildRequires: gdbm-devel >= 1.8.3
BuildRequires: gmp-devel >= 4.0
-BuildRequires: libffi-devel
BuildRequires: libstdc++-devel
BuildRequires: ncurses-ext-devel >= 5.2
+BuildRequires: pkgconfig
%if %{with openssl097}
BuildRequires: openssl-devel < 0.9.8
%else
@@ -81,7 +82,7 @@
BuildRequires: sed >= 4.0
BuildRequires: sqlite3-devel >= 3.3.5
%{?with_info:BuildRequires: tetex-makeindex}
-%{?with_tkinter:BuildRequires: tix-devel >= 1:8.1.4-4}
+#%{?with_tkinter:BuildRequires: tix-devel >= 1:8.1.4-4}
%{?with_tkinter:BuildRequires: tk-devel >= 8.4.3}
BuildRequires: zlib-devel
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
@@ -708,6 +709,7 @@
%exclude %{py_scriptdir}/sysconfig.py[co]
%exclude %{py_scriptdir}/timeit.py[co]
%exclude %{py_scriptdir}/os.py[co]
+%exclude %{py_scriptdir}/_weakrefset.py[co]
%exclude %{py_scriptdir}/encodings/*.py[co]
%exclude %{py_scriptdir}/types.py[co]
%exclude %{py_scriptdir}/warnings.py[co]
@@ -888,6 +890,7 @@
%{py_scriptdir}/stat.py[co]
%{py_scriptdir}/sysconfig.py[co]
%{py_scriptdir}/os.py[co]
+%{py_scriptdir}/_weakrefset.py[co]
# needed by the dynamic sys.lib patch
%{py_scriptdir}/types.py[co]
%{py_scriptdir}/warnings.py[co]
@@ -1025,6 +1028,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.381 2011/01/23 16:31:34 sparky
+- moved _weakrefset from -modules to -libs (abc.py imports it)
+- release: 2, STBR
+- BR: automake, pkgconfig
+- dropped BR: libffi-devel, tix-devel
+
Revision 1.380 2010/11/30 11:10:29 arekm
- up to 2.7.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.380&r2=1.381&f=u
More information about the pld-cvs-commit
mailing list