From 99b601773eced928c675253cb2e1c0d96a34c1cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2008 23:39:19 +0000 Subject: do not mark as deprecated ->filename and URPM::Build::build_hdlist() --- NEWS | 4 ++-- URPM.xs | 1 - URPM/Build.pm | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 196e4d3..7078c45 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 3.10 - 26 February 2008, by Pascal "Pixel" Rigaux - allow fixing "using one big transaction" that occurs when using --keep (#30198) - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore, - deprecate ->filename and ->header_filename, - deprecate URPM::Build build_hdlist and parse_rpms_build_headers + deprecate ->header_filename, + deprecate URPM::Build::parse_rpms_build_headers Version 3.08 - 25 February 2008, by Pascal "Pixel" Rigaux diff --git a/URPM.xs b/URPM.xs index 6bbf1ce..de69467 100644 --- a/URPM.xs +++ b/URPM.xs @@ -1999,7 +1999,6 @@ Pkg_group(pkg) XPUSHs(sv_2mortal(newSVpv_utf8(get_name(pkg->h, RPMTAG_GROUP), 0))); } -# deprecated void Pkg_filename(pkg) URPM::Package pkg diff --git a/URPM/Build.pm b/URPM/Build.pm index 153bee6..fa1b3d3 100644 --- a/URPM/Build.pm +++ b/URPM/Build.pm @@ -403,8 +403,6 @@ sub compute_deps { #- idlist : id list of rpm to compute (defaults is start .. end) #- ratio : compression ratio (default 4). #- split : split ratio (default 400kb, see MDV::Packdrakeng). -# -# deprecated sub build_hdlist { my ($urpm, %options) = @_; my ($dir, $ratio, @idlist); -- cgit v1.2.1