Hello community,

here is the log from the commit of package jhighlight for openSUSE:Leap:15.2 
checked in at 2020-02-05 07:25:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/jhighlight (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.jhighlight.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jhighlight"

Wed Feb  5 07:25:08 2020 rev:1 rq:763037 version:1.0.1

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.jhighlight.new.26092/jhighlight.changes       
2020-02-05 07:25:09.578639084 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Wed May  8 13:56:40 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Initial packaging of jhighlight 1.0.1

New:
----
  jhighlight-1.0.1.tar.gz
  jhighlight.changes
  jhighlight.spec
  servlet31.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jhighlight.spec ++++++
#
# spec file for package jhighlight
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           jhighlight
Version:        1.0.1
Release:        0
Summary:        An embeddable pure Java syntax highlighting library
License:        LGPL-2.1-or-later OR CDDL-1.0
Group:          Development/Libraries/Java
URL:            http://svn.rifers.org/jhighlight
Source0:        
https://github.com/codelibs/jhighlight/archive/jhighlight-%{version}.tar.gz
Patch0:         servlet31.patch
BuildRequires:  fdupes
BuildRequires:  maven-local
BuildRequires:  mvn(javax.servlet:servlet-api)
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch:      noarch

%description
JHighlight is an embeddable pure Java syntax highlighting library that supports
Java, Groovy, C++, HTML, XHTML, XML and LZX languages and outputs to XHTML. It
also supports RIFE (http://rifers.org) templates tags and highlights them
clearly so that you can easily identify the difference between your RIFE markup
and the actual marked up source.

%package javadoc
Summary:        Javadocs for %{name}
Group:          Documentation/HTML

%description javadoc
This package contains the API documentation for %{name}.

%prep
%setup -q -n %{name}-%{name}-%{version}
%patch0
%{mvn_alias} : com.uwyn:

%build
%{mvn_build} -f -- -Dsource=6

%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}

%files -f .mfiles
%doc README.md
%license COPYING
%doc LICENSE_LGPL.txt LICENSE_CDDL.txt

%files javadoc -f .mfiles-javadoc
%doc LICENSE_LGPL.txt LICENSE_CDDL.txt
%license COPYING

%changelog
++++++ servlet31.patch ++++++
--- src/main/java/com/uwyn/jhighlight/servlet/HighlightFilter.java.sav  
2014-10-11 07:51:58.000000000 +0300
+++ src/main/java/com/uwyn/jhighlight/servlet/HighlightFilter.java      
2015-03-05 20:11:11.701332059 +0200
@@ -232,5 +232,13 @@ public final class HighlightFilter imple
                {
                        return mOutput.toByteArray();
                }
+               
+               public void setWriteListener(javax.servlet.WriteListener 
listener) {
+                       throw new UnsupportedOperationException("Not 
implemented yet.");
+               }
+               
+               public boolean isReady() {
+                       return false;
+               }
        }
 }

Reply via email to