diff --git a/astyle.spec b/astyle.spec index c40805e..d026544 100644 --- a/astyle.spec +++ b/astyle.spec @@ -1,6 +1,6 @@ Name: astyle Version: 3.1 -Release: 1 +Release: 2 Summary: Source code formatter for C-like programming languages %global majorversion 3 @@ -34,8 +34,8 @@ This package contains the shared library. %prep %setup -q -n %{name} -%patch1 -p1 -%patch2 -p1 +%patch 1 -p1 +%patch 2 -p1 find . -type f -exec chmod a-x {} \; @@ -73,5 +73,8 @@ popd %{_includedir}/astyle.h %changelog +* Fri Dec 13 2024 chenhao - 3.1-2 +- Fix %patchN is deprecated warning + * Wed Jul 20 2022 misaka00251 - 3.1-1 - Init package