diff --git a/jboss-jstl-1.2-api-fix-fsf-address.patch b/jboss-jstl-1.2-api-fix-fsf-address.patch deleted file mode 100644 index 88768f9..0000000 --- a/jboss-jstl-1.2-api-fix-fsf-address.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/LICENSE b/LICENSE -index b40a0f4..2a9d428 100644 ---- a/LICENSE -+++ b/LICENSE -@@ -3,7 +3,7 @@ The GNU General Public License (GPL) - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. --59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - Everyone is permitted to copy and distribute verbatim copies of this license - document, but changing it is not allowed. diff --git a/jboss-jstl-1.2-api.spec b/jboss-jstl-1.2-api.spec index 254f817..e34744b 100644 --- a/jboss-jstl-1.2-api.spec +++ b/jboss-jstl-1.2-api.spec @@ -3,13 +3,12 @@ %global pname jboss-jstl-api_spec %global oname jboss-jstl-api_1.2_spec Name: jboss-jstl-1.2-api -Version: 1.1.2 -Release: 2 +Version: 1.1.4 +Release: 1 Summary: JSP Standard Template Library 1.2 API License: ASL 2.0 and (CDDL or GPLv2 with exceptions) URL: https://github.com/jboss/jboss-jstl-api_spec Source0: https://github.com/jboss/jboss-jstl-api_spec/archive/%{oname}-%{namedversion}.tar.gz -Patch0: %{name}-fix-fsf-address.patch BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.easymock:easymock) mvn(org.jboss:jboss-parent:pom:) BuildRequires: mvn(org.jboss.spec.javax.el:jboss-el-api_3.0_spec) @@ -28,7 +27,6 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{pname}-%{oname}-%{namedversion} -%patch0 -p1 %pom_remove_plugin :maven-source-plugin %mvn_file : %{name} @@ -46,6 +44,9 @@ This package contains the API documentation for %{name}. %license LICENSE README %changelog +* Thu May 26 2022 houyingchao - 1.1.4-1 +- Upgrade to 1.1.4 version + * Tue Sep 08 2020 lingsheng - 1.1.2-2 - Remove unnecessary patch diff --git a/jboss-jstl-api_1.2_spec-1.1.2.Final.tar.gz b/jboss-jstl-api_1.2_spec-1.1.2.Final.tar.gz deleted file mode 100644 index 7c2d992..0000000 Binary files a/jboss-jstl-api_1.2_spec-1.1.2.Final.tar.gz and /dev/null differ diff --git a/jboss-jstl-api_1.2_spec-1.1.4.Final.tar.gz b/jboss-jstl-api_1.2_spec-1.1.4.Final.tar.gz new file mode 100644 index 0000000..bf86d8f Binary files /dev/null and b/jboss-jstl-api_1.2_spec-1.1.4.Final.tar.gz differ