[arch-general] Update Groff version to 1.22.4
This patch updates groff to version 1.22.4, which was released yesterday. I had to change the PGP key from Werner to Bertrand, and I also removed some lingering whitespace. OK? -- Stephen Gregoratto PGP Fingerprint: 3FC6 3D0E 2801 C348 1C44 2D34 A80C 0F8E 8BAB EC8B Need my key? Get it with: gpg --keyserver pgp.mit.edu --recv-keys 8BABEC8B or off my server at https://www.sgregoratto.me/pubkey.txt
Ping? On 2018-12-25 02:11:24, Stephen Gregoratto via arch-general wrote:
This patch updates groff to version 1.22.4, which was released yesterday. I had to change the PGP key from Werner to Bertrand, and I also removed some lingering whitespace.
OK? -- Stephen Gregoratto PGP Fingerprint: 3FC6 3D0E 2801 C348 1C44 2D34 A80C 0F8E 8BAB EC8B Need my key? Get it with: gpg --keyserver pgp.mit.edu --recv-keys 8BABEC8B or off my server at https://www.sgregoratto.me/pubkey.txt
Index: PKGBUILD =================================================================== --- PKGBUILD (revision 342719) +++ PKGBUILD (working copy) @@ -1,7 +1,7 @@ # Maintainer:
pkgname=groff -pkgver=1.22.3 +pkgver=1.22.4 pkgrel=8 pkgdesc='GNU troff text-formatting system' arch=('x86_64') @@ -9,15 +9,16 @@ license=('GPL') groups=('base-devel') depends=('perl' 'gcc-libs') -makedepends=('netpbm' 'psutils' 'libxaw') +makedepends=('netpbm' 'psutils' 'libxaw') optdepends=('netpbm: for use together with man -H command interaction in browsers' 'psutils: for use together with man -H command interaction in browsers' 'libxaw: for gxditview') options=('!docs' '!emptydirs' '!makeflags') -validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5') # Werner Lemberg <wl@gnu.org> +# Bertrand Garrigues <bertrand.garrigues@laposte.net> +validpgpkeys=('2D0C08D2B0AD0D3D8626670272D23FBAC99D4E75') source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} 'site.tmac') -sha256sums=('3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5' +sha256sums=('e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1bad0293' 'SKIP' 'af59ecde597ce9f8189368a7739279a5f8a391139fe048ef6b4e493ed46e5f5f')
@@ -27,6 +28,7 @@ ./configure \ --prefix=/usr \ --with-x \ + --with-doc=yes \ --with-appresdir=/usr/share/X11/app-defaults make }
On 12/30/18 8:49 PM, Stephen Gregoratto via arch-general wrote:
Ping?
Pong. https://en.oxforddictionaries.com/definition/pong
On 2018-12-25 02:11:24, Stephen Gregoratto via arch-general wrote:
This patch updates groff to version 1.22.4, which was released yesterday. I had to change the PGP key from Werner to Bertrand, and I also removed some lingering whitespace.
OK?
Not OK. arch-general is *not* an official medium for requesting updates to a package. There is only *one* official medium for requesting updates to a package, and that is by going to https://www.archlinux.org/packages/core/x86_64/groff/ and flagging the package out of date. This was done exactly the same day as your first email to this thread, and corresponds to the day after the release date for groff itself. It has not even been a full week since then. It will have been a full week, tomorrow. AND THIS ALL HAPPENED OVER THE HOLIDAYS. People have better things to do over the freaking holidays than to worry about a single package which has had a point release that is only a couple days old. Give it time. It will be ready when it is ready. The entire fundamental Arch Linux distribution as a whole will not fade into irrelevance and die by the time New Years Eve comes around, just because this rolling release distro fails to update the groff package in under 24 hours from the time it is released. This desperation to know when a package will be updated, does *NOT* help the community. We know the package is out of date. As you yourself pointed out, there are no changes necessary to roll out the update -- all that it takes is for the package maintainer to take time out of his holiday celebrations to update a package that does not have any sort of critical issue whatsoever. There is therefore no new information that you are providing, which would be useful for someone seeking to implement the update. Is there any particular reason that you are so anxious to see this point release receive a mid-holiday update? .. Elsewhere in the arch support media, we might point out https://bbs.archlinux.org/viewtopic.php?id=130138 point #6 and dustbin a forum thread that looks like this. In the IRC support channels, this sort of thing has achieved critical mass and we'll go straight to the off-color jokes: <elibrokeit> phrik: when5 <@phrik> every time someone asks about a release date it is postponed by a week -- Eli Schwartz Bug Wrangler and Trusted User
Apologies Eli, I really didn't mean to make a nuisance of myself on the list. I only punted the patch here because there was no maintainer listed in the PKGBUILD. Since I saw similar patches doing the rounds on the other OS mailing lists I'm subscribed to, I thought I'd submit mine here. On second thought the ping was a bit too needy. -- Stephen Gregoratto PGP Fingerprint: 3FC6 3D0E 2801 C348 1C44 2D34 A80C 0F8E 8BAB EC8B Need my key? Get it with: gpg --keyserver pgp.mit.edu --recv-keys 8BABEC8B or off my server at https://www.sgregoratto.me/pubkey.txt
participants (2)
-
Eli Schwartz
-
Stephen Gregoratto