diff --git a/coffee-script.spec b/coffee-script.spec index 94f73ddc75c6ee5fb3a139d5a16d281d44f4d407..a52cbd4b2ffd0c69be5439d3a6bde3d8359e4cc1 100644 --- a/coffee-script.spec +++ b/coffee-script.spec @@ -2,7 +2,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: coffee-script Version: 1.10.0 -Release: 1 +Release: 2 Summary: A programming language that transcompiles to JavaScript License: MIT URL: http://coffeescript.org/ @@ -45,7 +45,7 @@ The documentation for the CoffeeScript programming language. %prep %setup -qn coffeescript-%{commit} -%patch1 -p1 +%patch 1 -p1 mv documentation html %build @@ -94,5 +94,8 @@ end %doc html %changelog +* Tue Dec 17 2024 chenhao - 1.10.0-2 +- Fix %patchN is deprecated warning + * Fri Aug 14 2020 leiju - 1.10.0-1 - Package init