!6 Update to version 1.1.0
From: @wang--ge Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
95418c8e44
Binary file not shown.
BIN
jhighlight-1.1.0.tar.gz
Normal file
BIN
jhighlight-1.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: jhighlight
|
Name: jhighlight
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: An embeddable pure Java syntax highlighting library
|
Summary: An embeddable pure Java syntax highlighting library
|
||||||
License: LGPLv2+ or CDDL-1.0
|
License: LGPLv2+ or CDDL-1.0
|
||||||
URL: http://svn.rifers.org/jhighlight
|
URL: http://svn.rifers.org/jhighlight
|
||||||
@ -24,7 +24,7 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
%patch0
|
%patch0 -p1
|
||||||
%mvn_alias : com.uwyn:
|
%mvn_alias : com.uwyn:
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,6 +43,9 @@ This package contains the API documentation for %{name}.
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 15 2024 Ge Wang <wang__ge@126.com> - 1.1.0-1
|
||||||
|
- update to version 1.1.0
|
||||||
|
|
||||||
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0.1-2
|
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0.1-2
|
||||||
- modify license identifier
|
- modify license identifier
|
||||||
|
|
||||||
|
|||||||
@ -1,16 +1,21 @@
|
|||||||
--- src/main/java/com/uwyn/jhighlight/servlet/HighlightFilter.java.sav 2014-10-11 07:51:58.000000000 +0300
|
diff --git a/src/main/java/org/codelibs/jhighlight/servlet/HighlightFilter.java b/src/main/java/org/codelibs/jhighlight/servlet/HighlightFilter.java
|
||||||
+++ src/main/java/com/uwyn/jhighlight/servlet/HighlightFilter.java 2015-03-05 20:11:11.701332059 +0200
|
index 3862ce8..758e141 100644
|
||||||
@@ -232,5 +232,13 @@ public final class HighlightFilter imple
|
--- a/src/main/java/org/codelibs/jhighlight/servlet/HighlightFilter.java
|
||||||
|
+++ b/src/main/java/org/codelibs/jhighlight/servlet/HighlightFilter.java
|
||||||
|
@@ -244,5 +244,13 @@ public final class HighlightFilter implements Filter
|
||||||
{
|
{
|
||||||
return mOutput.toByteArray();
|
return mOutput.toByteArray();
|
||||||
}
|
}
|
||||||
+
|
+
|
||||||
+ public void setWriteListener(javax.servlet.WriteListener listener) {
|
+ public void setWriteListener(javax.servlet.WriteListener listener) {
|
||||||
+ throw new UnsupportedOperationException("Not implemented yet.");
|
+ throw new UnsupportedOperationException("Not implemented yet.");
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ public boolean isReady() {
|
+ public boolean isReady() {
|
||||||
+ return false;
|
+ return false;
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user