diff --git a/python-rjsmin.spec b/python-rjsmin.spec index f515b0c..5ddfe49 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -1,11 +1,11 @@ %global pypi_name rjsmin Name: python-rjsmin -Version: 1.1.0 +Version: 1.2.1 Release: 1 Summary: Javascript Minifier -License: ASL 2.0 +License: Apache-2.0 URL: http://opensource.perlig.de/rjsmin/ -Source0: https://files.pythonhosted.org/packages/a2/ba/0fa30f7ec949714b8397e80ee2057d1a7e77b3a9f1b94c1ece93586cf34f/rjsmin-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/8c/76/f0236a34a2c7f49f5b1f59f4b6fda769fc2bf7f90d0aac4cbebbb465646d/rjsmin-1.2.1.tar.gz BuildRequires: gcc BuildRequires: python3-devel @@ -28,7 +28,7 @@ Summary: Javascript Minifier - docs Docs for rJSmin, which is a javascript minifier written in python. %prep -%autosetup -n rjsmin-1.1.0 +%autosetup -n rjsmin-1.2.1 %build %py3_build @@ -49,5 +49,8 @@ Docs for rJSmin, which is a javascript minifier written in python. %doc README.md %changelog +* Tue Aug 9 2022 wenzhiwei - 1.2.1-1 +- Update to 1.2.1 + * Mon Feb 08 2021 Python_Bot - Package Spec generated diff --git a/rjsmin-1.1.0.tar.gz b/rjsmin-1.1.0.tar.gz deleted file mode 100644 index ce8abb8..0000000 Binary files a/rjsmin-1.1.0.tar.gz and /dev/null differ diff --git a/rjsmin-1.2.1.tar.gz b/rjsmin-1.2.1.tar.gz new file mode 100644 index 0000000..aa3a794 Binary files /dev/null and b/rjsmin-1.2.1.tar.gz differ