Skip to content

Commit d658f9b

Browse files
bgilbertneheb
authored andcommitted
pv: update from 1.9.34 to 1.10.2
1 parent 9dd1411 commit d658f9b

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,6 +3603,7 @@
36033603
"pv"
36043604
],
36053605
"versions": [
3606+
"1.10.2-1",
36063607
"1.9.34-2",
36073608
"1.9.34-1",
36083609
"1.9.31-1",

subprojects/packagefiles/pv/meson.build

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'pv',
33
'c',
44
license: 'GPL-3.0-or-later',
5-
version: '1.9.34',
5+
version: '1.10.2',
66
meson_version: '>=0.59.0',
77
)
88

@@ -246,10 +246,10 @@ endforeach
246246

247247
summary(
248248
{
249-
'ncurses support' : ncurses_dep.found(),
250-
'IPC messaging' : ipc_opt.allowed(),
249+
'ncurses support': ncurses_dep.found(),
250+
'IPC messaging': ipc_opt.allowed(),
251251
'Native language support': nls_opt.allowed(),
252-
'Use splice system call' : splice_opt.allowed(),
252+
'Use splice system call': splice_opt.allowed(),
253253
},
254254
bool_yn: true,
255255
)
@@ -259,14 +259,14 @@ foreach _flag : cdata.keys()
259259
endforeach
260260

261261
cdata.set_quoted(
262-
'LOCALEDIR' ,
262+
'LOCALEDIR',
263263
get_option('prefix') / get_option('localedir'),
264264
)
265-
cdata.set_quoted('PACKAGE' , meson.project_name())
265+
cdata.set_quoted('PACKAGE', meson.project_name())
266266
cdata.set_quoted('PACKAGE_BUGREPORT', '[email protected]')
267-
cdata.set_quoted('PACKAGE_NAME' , meson.project_name())
268-
cdata.set_quoted('PACKAGE_VERSION' , meson.project_version())
269-
cdata.set_quoted('PACKAGE_URL' , 'https://www.ivarch.com/programs/pv.shtml')
267+
cdata.set_quoted('PACKAGE_NAME', meson.project_name())
268+
cdata.set_quoted('PACKAGE_VERSION', meson.project_version())
269+
cdata.set_quoted('PACKAGE_URL', 'https://www.ivarch.com/programs/pv.shtml')
270270

271271
subdir('src/include')
272272

@@ -278,7 +278,6 @@ pv = executable(
278278
'src/main/help.c',
279279
'src/main/main.c',
280280
'src/main/options.c',
281-
'src/main/remote.c',
282281
'src/main/version.c',
283282
'src/pv/format/averagerate.c',
284283
'src/pv/format/barstyle.c',
@@ -301,6 +300,7 @@ pv = executable(
301300
'src/pv/loop.c',
302301
'src/pv/number.c',
303302
'src/pv/proctitle.c',
303+
'src/pv/remote.c',
304304
'src/pv/signal.c',
305305
'src/pv/state.c',
306306
'src/pv/string.c',
@@ -316,7 +316,7 @@ pv = executable(
316316
meson.override_find_program('pv', pv)
317317

318318
tests_opt = get_option('tests').disable_auto_if(
319-
# Tests are way to flaky on macOS.
319+
# Tests are way too flaky on macOS.
320320
host_machine.system() == 'darwin',
321321
)
322322
sh = find_program(

subprojects/pv.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[wrap-file]
2-
directory = pv-1.9.34
3-
source_url = https://codeberg.org/ivarch/pv/releases/download/v1.9.34/pv-1.9.34.tar.gz
4-
source_hash = c0626bed6cbef5006b53d3281e8e3ae4b2838729462b21eccf28140eefef6bb1
5-
source_filename = pv-1.9.34.tar.gz
2+
directory = pv-1.10.2
3+
source_url = https://codeberg.org/ivarch/pv/releases/download/v1.10.2/pv-1.10.2.tar.gz
4+
source_hash = 3f7b47f0eaf66f9c2a487fc5dbc409cd00bfe5ecd8a9b198d76f1ed39f792dc9
5+
source_filename = pv-1.10.2.tar.gz
66
patch_directory = pv
77

88
[provide]

0 commit comments

Comments
 (0)