pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] [ANNOUNCE] New Pan release 0.147 (and new maintainer)


From: Rhialto
Subject: Re: [Pan-users] [ANNOUNCE] New Pan release 0.147 (and new maintainer)
Date: Sat, 25 Sep 2021 15:16:20 +0200

On Thu 23 Sep 2021 at 01:09:43 +0200, Petr Kovar wrote:
> As a follow up to the announcement below, the Pan 0.147 tarballs have now
> been uploaded to the usual location at:
> 
>   http://pan.rebelbase.com/download/releases/0.147/source/

That's great!

I immediately had made a pkgsrc package for the new version, using the
gitlab.gnome tarball. A few days later, other pkgsrc people noticed that
the tarballs generated by gitlab are not stable!

This is the difference between the version I downloaded originally, and
what it is today:

$ diff -ur pan-PAN_0_147v1 pan-PAN_0_147v2
diff -ur pan-PAN_0_147v1/configure.ac pan-PAN_0_147v2/configure.ac
--- pan-PAN_0_147v1/configure.ac        2021-09-16 18:17:07.000000000 +0200
+++ pan-PAN_0_147v2/configure.ac        2021-09-16 18:17:07.000000000 +0200
@@ -8,7 +8,7 @@
 dnl Get git info for pan-git.version
 GIT_HASH='afc1447'
 if test '0' \< $GIT_HASH ; then
-  GIT_REMOTE=`echo ' (HEAD -> master, tag: PAN_0_147, 
refs/keep-around/afc1447e125596e4a9ed5ca96b0186ae28ba0bb0)' | awk -F , '{print 
gensub("[[\(\)]]","","g",$NF)}' 2> /dev/null`
+  GIT_REMOTE=`echo ' (tag: PAN_0_147, 
refs/keep-around/afc1447e125596e4a9ed5ca96b0186ae28ba0bb0)' | awk -F , '{print 
gensub("[[\(\)]]","","g",$NF)}' 2> /dev/null`
 else
   dnl git-dir is used for building outside the src tree
   GIT_HASH=`git --git-dir=$srcdir/.git log -1 --pretty=format:%h 2> /dev/null`

The original line (when checked out with git) reads

  GIT_REMOTE=`echo '$Format:%d$' | awk -F , '{print 
gensub("[[\(\)]]","","g",$NF)}' 2> /dev/null`

I guess that in the first version, the tag PAN_0_147 was still equal to
HEAD, but later on, after some commits were made, it wasn't any more.

-Olaf.
-- 
___ "Buying carbon credits is a bit like a serial killer paying someone else to
\X/  have kids to make his activity cost neutral." -The BOFH    falu.nl@rhialto

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]