diff --git a/specs/httplz.spec b/specs/httplz.spec index a7cc265..f4b8dac 100644 --- a/specs/httplz.spec +++ b/specs/httplz.spec @@ -2,8 +2,8 @@ %global _prj_name http Name: httplz -Version: 1.13.2 -Release: 2%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: A basic HTTP server for hosting a folder fast and simply License: MIT @@ -67,6 +67,9 @@ install -Dpm 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %{_mandir}/man1/%{name}.1* %changelog +* Mon Jun 03 2024 cyqsimon - 2.0.2-1 +- Release 2.0.2 + * Tue Apr 16 2024 cyqsimon - 1.13.2-2 - Remove explicit stripping (strip enabled by default since 1.77.0)