forked from pool/python
Accepting request 182401 from openSUSE:Factory:Core
- have python-devel require python: http://lists.opensuse.org/opensuse-factory/2013-06/msg00622.html Note that talloc and libxml2 need to be in factory before this OBS-URL: https://build.opensuse.org/request/show/182401 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=146
This commit is contained in:
parent
4c9ece027a
commit
472801f247
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 6 17:17:11 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- have python-devel require python:
|
||||||
|
http://lists.opensuse.org/opensuse-factory/2013-06/msg00622.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 30 21:20:29 UTC 2013 - schwab@suse.de
|
Sun Jun 30 21:20:29 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
@ -44,7 +50,7 @@ Mon May 13 09:24:29 UTC 2013 - dmueller@suse.com
|
|||||||
|
|
||||||
- add aarch64 to the list of 64-bit platforms
|
- add aarch64 to the list of 64-bit platforms
|
||||||
|
|
||||||
------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 9 16:11:23 UTC 2013 - jmatejek@suse.com
|
Thu May 9 16:11:23 UTC 2013 - jmatejek@suse.com
|
||||||
|
|
||||||
- update to 2.7.4
|
- update to 2.7.4
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-base
|
# spec file for package python-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-base
|
Name: python-base
|
||||||
Version: 2.7.5
|
Version: 2.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Python-2.0
|
|
||||||
Summary: Python Interpreter base package
|
Summary: Python Interpreter base package
|
||||||
Url: http://www.python.org/
|
License: Python-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://www.python.org/
|
||||||
%define tarversion %{version}
|
%define tarversion %{version}
|
||||||
%define tarname Python-%{tarversion}
|
%define tarname Python-%{tarversion}
|
||||||
Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
|
Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
|
||||||
@ -53,7 +52,8 @@ Patch23: python-2.7.4-no-REUSEPORT.patch
|
|||||||
# COMMON-PATCH-END
|
# COMMON-PATCH-END
|
||||||
%define python_version %(echo %{tarversion} | head -c 3)
|
%define python_version %(echo %{tarversion} | head -c 3)
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: fdupes libbz2-devel
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -81,6 +81,7 @@ modules that would pull in extra dependencies.
|
|||||||
Summary: Include Files and Libraries Mandatory for Building Python Modules
|
Summary: Include Files and Libraries Mandatory for Building Python Modules
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: python = %{version}
|
||||||
Requires: python-base = %{version}-%{release}
|
Requires: python-base = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python-devel
|
%description -n python-devel
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-doc
|
# spec file for package python-doc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,13 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-doc
|
Name: python-doc
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Python-2.0
|
|
||||||
Summary: Additional Package Documentation for Python
|
Summary: Additional Package Documentation for Python
|
||||||
Url: http://www.python.org/
|
License: Python-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://www.python.org/
|
||||||
%define pyver 2.7.5
|
%define pyver 2.7.5
|
||||||
%define tarname Python-%{pyver}
|
%define tarname Python-%{pyver}
|
||||||
Source0: %{tarname}.tar.xz
|
Source0: %{tarname}.tar.xz
|
||||||
@ -137,4 +138,3 @@ done
|
|||||||
%doc %{_docdir}/python/paper-letter
|
%doc %{_docdir}/python/paper-letter
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
@ -1368,18 +1368,18 @@ Mon Feb 9 17:28:57 MET 1998 - ro@suse.de
|
|||||||
|
|
||||||
- added some in neededforbuild
|
- added some in neededforbuild
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 4 19:27:08 CET 1998 - mt@suse.de
|
Wed Feb 4 19:27:08 CET 1998 - mt@suse.de
|
||||||
|
|
||||||
- new Version 1.5 with more features, html documentation and new modules
|
- new Version 1.5 with more features, html documentation and new modules
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 15 14:57:42 CEST 1997 - mt@suse.de
|
Mon Sep 15 14:57:42 CEST 1997 - mt@suse.de
|
||||||
|
|
||||||
- added support for readline and (shared) modules: tkinter, dbm, gdbm,
|
- added support for readline and (shared) modules: tkinter, dbm, gdbm,
|
||||||
syslog, ncurses, ... - see /usr/lib/python1.4/config/Setup for details
|
syslog, ncurses, ... - see /usr/lib/python1.4/config/Setup for details
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 5 17:57:42 CEST 1997 - mt@suse.de
|
Thu Jun 5 17:57:42 CEST 1997 - mt@suse.de
|
||||||
|
|
||||||
- new Version 1.4
|
- new Version 1.4
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python
|
# spec file for package python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,13 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python
|
Name: python
|
||||||
Version: 2.7.5
|
Version: 2.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Python-2.0
|
|
||||||
Summary: Python Interpreter
|
Summary: Python Interpreter
|
||||||
Url: http://www.python.org/
|
License: Python-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://www.python.org/
|
||||||
%define tarversion %{version}
|
%define tarversion %{version}
|
||||||
%define tarname Python-%{tarversion}
|
%define tarname Python-%{tarversion}
|
||||||
Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
|
Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user