diff --git a/pv-1.10.0.tar.gz b/pv-1.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f32da9fd7c4a427cb805f84e13bf9ed4ba351b45 Binary files /dev/null and b/pv-1.10.0.tar.gz differ diff --git a/pv-1.9.44.tar.gz b/pv-1.9.44.tar.gz deleted file mode 100644 index 83ff18a17871591ee8cc8507b7c2d4a0988baa74..0000000000000000000000000000000000000000 Binary files a/pv-1.9.44.tar.gz and /dev/null differ diff --git a/pv.spec b/pv.spec index 13d23f787248c751dd6a324fd2fb259f3a194480..ea546b74d60289fa6c74e98726703ffe301ca188 100644 --- a/pv.spec +++ b/pv.spec @@ -1,5 +1,5 @@ Name: pv -Version: 1.9.44 +Version: 1.10.0 Release: 1 Summary: A tool for monitoring the progress of data through a pipeline License: GPL-3.0-or-later @@ -21,7 +21,8 @@ will be until completion. %setup -q %build -%configure +%configure \ + --enable-year2038 %make_build %install @@ -41,6 +42,9 @@ rm -vfr ${RPM_BUILD_ROOT}%{_docdir}/%{name} %{_mandir}/man1/%{name}.1* %changelog +* Mon Nov 17 2025 dillon chen - 1.10.0-1 +- update to 1.10.0 + * Thu Oct 23 2025 maqi - 1.9.44-1 - update to 1.9.44