From 9c94735c6bab67a0fc6513b1dcf265a4b45b34cb Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sat, 30 Oct 2010 03:11:14 +0000 Subject: Generate requires on "python(abi) = x.y" instead of "python >= x.y" for python modules to properly handle the strict dependency. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 627a060..9ab040b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- generate requires on "python(abi) = x.y" instead of "python >= x.y" for + python modules to properly handle the strict dependency + Version 1.110 - 18 October 2010, by Per Øyvind Karlsen - fix warning from rubygems.rb - drop %gem_unpack, equivalent behaviour has been implemented in %setup now -- cgit v1.2.1