From: Joey Hess Date: Sun, 3 Nov 2013 17:32:02 +0000 (-0400) Subject: prep release X-Git-Tag: 1.30~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94d4b37dbeb6e6a8b65244530b40b2a6edc911e6;p=tools%2Fpristine-tar.git prep release --- diff --git a/debian/changelog b/debian/changelog index bba09cf..92a19e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,8 @@ pristine-tar (1.30) UNRELEASED; urgency=low * Set GIT_WORK_TREE when committing to make it work when inside a git submodule. Thanks, Victor Vasiliev. Closes: #726007 - * Work around change in longlink fields in tar 1.27. - (Needs PRISTINE_TAR_COMPAT patch applied to tar.) + * Work around change in longlink fields in tar 1.27, + and depend on version -3 which adds PRISTINE_TAR_COMPAT. Closes: #726963 -- Joey Hess Sun, 27 Oct 2013 12:31:30 -0400 diff --git a/debian/control b/debian/control index 462b4a8..59e0b7f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://kitenet.net/~joey/code/pristine-tar/ Package: pristine-tar Architecture: any Section: utils -Depends: xdelta, ${shlibs:Depends}, ${misc:Depends}, perl-modules +Depends: xdelta, ${shlibs:Depends}, ${misc:Depends}, perl-modules, tar (>= 1.27-3) Recommends: pbzip2, bzip2, xz-utils Description: regenerate pristine tarballs pristine-tar can regenerate a pristine upstream tarball using only a small diff --git a/pristine-tar.spec b/pristine-tar.spec index 56bf802..ffb5e8d 100644 --- a/pristine-tar.spec +++ b/pristine-tar.spec @@ -1,5 +1,5 @@ Name: pristine-tar -Version: 1.29 +Version: 1.30 Release: 2%{?dist} Summary: regenerate pristine tarballs