diff --git a/json_simple.spec b/json_simple.spec index e5cd8f98107eda4bec608b569aecb9551b089728..016259c6789bab0168fc8820e7960652d5375109 100644 --- a/json_simple.spec +++ b/json_simple.spec @@ -1,6 +1,6 @@ Name: json_simple Version: 1.1.1 -Release: 1 +Release: 2 Summary: Simple Java toolkit for JSON License: ASL 2.0 URL: http://code.google.com/p/json-simple/ @@ -33,7 +33,7 @@ This package contains %{summary}. %setup -q -n json-simple-tag_release_1_1_1 find . -name '*.jar' -exec rm -f '{}' \; find . -type f -exec %{__sed} -i 's/\r//' {} \; -%patch0 -p1 +%patch -P 0 -p1 %mvn_file : %{name} %build @@ -49,5 +49,8 @@ find . -type f -exec %{__sed} -i 's/\r//' {} \; %doc LICENSE.txt %changelog +* Tue Dec 17 2024 litian - 1.1.1-2 +- fix %patchN is deprecated warning + * Mon Aug 24 2020 liyanan - 1.1.1-1 - package init