FS#72849 - [gpaste] Incorrect version reported

Attached to Project: Arch Linux
Opened by Mark Wagie (yochananmarqos) - Friday, 26 November 2021, 21:53 GMT
Last edited by Jan Alexander Steffens (heftig) - Thursday, 02 December 2021, 20:24 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The developer forgot to bump the version in the meson.build, so it still reports it's 3.42.1.


Additional info:

https://github.com/Keruspe/GPaste/blob/v3.42.2/meson.build#L3

Steps to reproduce:

❯ gpaste-client daemon-version
3.42.1

Easy fix:

prepare() {
cd $pkgname

# Correct version
sed -i "s/3.42.1/$pkgver/g" meson.build
}
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Thursday, 02 December 2021, 20:24 GMT
Reason for closing:  Upstream
Additional comments about closing:  https://github.com/Keruspe/GPaste/issues /380

Loading...