From 2630e55503f64d0ab8f43289f6fb26dd5cf19a160d0d839f486911b40f3ce149 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 13 Aug 2012 15:34:55 +0000 Subject: [PATCH] Accepting request 130676 from home:namtrac:branches:devel:languages:python:Factory - python & python-base Release numbers can differ, take that into account. See bnc#766778 comment 12. OBS-URL: https://build.opensuse.org/request/show/130676 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=126 --- python.changes | 6 ++++++ python.spec | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python.changes b/python.changes index 5ec501c..ed23be0 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 12 11:46:22 UTC 2012 - idonmez@suse.com + +- python & python-base Release numbers can differ, take that into + account. See bnc#766778 comment 12. + ------------------------------------------------------------------- Tue Jun 26 11:54:22 UTC 2012 - dvaleev@suse.com diff --git a/python.spec b/python.spec index 1b0f5b4..19581dd 100644 --- a/python.spec +++ b/python.spec @@ -72,7 +72,7 @@ BuildRequires: tk-devel BuildRequires: xorg-x11-devel %define python_version %(echo %{tarversion} | head -c 3) %define idle_name idle -Requires: python-base = %{version}-%{release} +Requires: python-base = %{version} Provides: %{name} = %{python_version} Obsoletes: python-elementtree Obsoletes: python-nothreads @@ -96,7 +96,7 @@ install python-devel package. %package idle Summary: An Integrated Development Environment for Python Group: Development/Languages/Python -Requires: python-base = %{version}-%{release} +Requires: python-base = %{version} Requires: python-tk %description idle @@ -108,7 +108,7 @@ a debugger. %package demo Summary: Python Demonstration Scripts Group: Development/Languages/Python -Requires: python-base = %{version}-%{release} +Requires: python-base = %{version} Provides: pyth_dmo Obsoletes: pyth_dmo @@ -119,7 +119,7 @@ programs that are useful for building or extending Python. %package tk Summary: TkInter - Python Tk Interface Group: Development/Libraries/Python -Requires: python-base = %{version}-%{release} +Requires: python-base = %{version} Provides: pyth_tk Provides: pyth_tkl Provides: python-tkinter @@ -138,7 +138,7 @@ Python interface to Tk. Tk is the GUI toolkit that comes with Tcl. The %package curses Summary: Python Interface to the (N)Curses Library Group: Development/Libraries/Python -Requires: python-base = %{version}-%{release} +Requires: python-base = %{version} Obsoletes: pyth_cur Provides: pyth_cur @@ -149,7 +149,7 @@ Console User Interface. %package gdbm Summary: Python Interface to the GDBM Library Group: Development/Libraries/Python -Requires: python-base = %{version}-%{release} +Requires: python-base = %{version} Obsoletes: pygdmod Provides: pygdmod