rpms/nekohtml/devel import.log, NONE, 1.1 nekohtml-component-info.xml, NONE, 1.1 nekohtml-jars.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 nekohtml-crosslink.patch, 1.1, 1.2 nekohtml.spec, 1.4, 1.5 sources, 1.2, 1.3 nekohtml-HTMLScanner.patch, 1.1, NONE

James Laska jlaska at fedoraproject.org
Fri Jul 16 19:30:17 UTC 2010


Author: jlaska

Update of /cvs/pkgs/rpms/nekohtml/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11723/devel

Modified Files:
	.cvsignore nekohtml-crosslink.patch nekohtml.spec sources 
Added Files:
	import.log nekohtml-component-info.xml nekohtml-jars.patch 
Removed Files:
	nekohtml-HTMLScanner.patch 
Log Message:
Update to nekohtml-1.9.14




--- NEW FILE import.log ---
nekohtml-1_9_14-1_fc14:HEAD:nekohtml-1.9.14-1.fc14.src.rpm:1279308346


--- NEW FILE nekohtml-component-info.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project name="">
  <component id="nekohtml"
             licenseType=""
             version="@VERSION@"
             tag="@TAG@"
             description=""
             
             > 
              
    <artifact id="nekohtml.jar"/>


    <export>
      <include input="nekohtml.jar"/>

    </export>
  </component>
</project>

nekohtml-jars.patch:
 build.xml |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

--- NEW FILE nekohtml-jars.patch ---
--- nekohtml-1.9.14/build.xml.orig	2010-07-15 12:42:22.528978852 -0400
+++ nekohtml-1.9.14/build.xml	2010-07-15 12:42:22.531978094 -0400
@@ -77,7 +77,7 @@
 			source='${compile.source}' target='${compile.target}'
 			includeAntRuntime='false'>
 			<classpath>
-				<fileset dir='${lib.dir}/xerces-@{xercesVersion}' includes='*.jar' />
+				<fileset dir='${lib.dir}' includes='xerces-j2.jar' />
 			</classpath>
 			<src path='${src.dir}' />
 			<src path='${build.src.dir}' />
@@ -88,7 +88,7 @@
 			source='${compile.source}' target='${compile.target}'
 			includeAntRuntime='false'>
 			<classpath>
-				<fileset dir='${lib.dir}/xerces-@{xercesVersion}' includes='*.jar' />
+				<fileset dir='${lib.dir}' includes='xerces-j2.jar' />
 			</classpath>
 			<src path='${src.dir}' />
 			<src path='${build.src.dir}' />
@@ -102,11 +102,13 @@
 		unless="compile.skip">
 	<mkdir dir="${build.classes.dir}"/>
 	
+        <!--
 	<compileWith xercesVersion="2.0.2" bridge="2_0"/>
 	<compileWith xercesVersion="2.1.0" bridge="2_1"/>
 	<compileWith xercesVersion="2.2.1" bridge="2_2"/>
 	<compileWith xercesVersion="2.3.0" bridge="2_3"/>
 	<compileWith xercesVersion="2.8.1" bridge="2_3"/>
+        -->
 	<compileWith xercesVersion="2.9.1" bridge="2_3"/>
 
 	<copy todir="${build.classes.dir}">
@@ -270,7 +272,7 @@
 	  		 source='${compile.source}' target='${compile.target}'
 	  		 includeAntRuntime='true'>
 	  	<classpath>
-	  		<fileset dir='${lib.dir}' includes='xml-apis.jar,xerces*.jar, junit*.jar' />
+	  		<fileset dir='${lib.dir}' includes='xml-commons-jaxp-1.3-apis.jar,xerces-j2.jar, junit.jar' />
 		    <pathelement location='${build.classes.dir}' />
 	  	</classpath>
 	    <src path='${src.test.dir}' />
@@ -291,8 +293,8 @@
 				<classpath>
 				    <pathelement path='${build.test-classes.dir}'/>
 				    <pathelement location='${build.classes.dir}' />
-			  		<fileset dir='${lib.dir}' includes='junit*.jar' />
-		  	  		<fileset dir='${lib.dir}/xerces-@{xercesVersion}' includes='*.jar' />
+			  		<fileset dir='${lib.dir}' includes='junit.jar' />
+		  	  		<fileset dir='${lib.dir}' includes='xerces-j2.jar' />
 				</classpath>
 	
 				<formatter type="xml"/>
@@ -351,7 +353,7 @@
 		    <fileset dir='${build.src.dir}' />
 		</jar>
 
-		<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks-2.0.8.jar" />
+		<path id="maven-ant-tasks.classpath" path="${lib.dir}/maven-ant-tasks.jar" />
 		<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant"
 			classpathref="maven-ant-tasks.classpath" />
 		<artifact:pom id="maven.project" file="pom.xml" />


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nekohtml/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	12 Mar 2007 15:01:17 -0000	1.2
+++ .cvsignore	16 Jul 2010 19:30:17 -0000	1.3
@@ -1 +1 @@
-nekohtml-0.9.5.tar.gz
+nekohtml-1.9.14.tar.gz

nekohtml-crosslink.patch:
 build.xml |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Index: nekohtml-crosslink.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nekohtml/devel/nekohtml-crosslink.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- nekohtml-crosslink.patch	12 Mar 2007 15:01:17 -0000	1.1
+++ nekohtml-crosslink.patch	16 Jul 2010 19:30:17 -0000	1.2
@@ -1,26 +1,29 @@
---- build-html.xml~	2004-06-30 09:03:39.000000000 +0300
-+++ build-html.xml	2004-07-03 19:52:56.973843825 +0300
-@@ -35,6 +35,10 @@
-  <property name='version.dir'      value='bin/html/src'/>
-  <property name='version.manifest' value='${version.dir}/MANIFEST_html'/>
-  <property name='version.dir.java' value='${version.dir}/org/cyberneko/html'/>
-+ <property name='j2se.javadoc' value='http://java.sun.com/j2se/1.4.2/docs/api/'/>
-+ <property name='xni.javadoc' value='http://xml.apache.org/xerces2-j/javadocs/xni/'/>
-+ <property name='xerces.javadoc' value='http://xml.apache.org/xerces2-j/javadocs/xerces2/'/>
-+
-  <property name='version.java'     value='${version.dir.java}/Version.java'/>
-  
-  <!-- TARGETS --> 
-@@ -101,7 +105,11 @@
-            windowtitle="${Name} Implementation"
-            doctitle="${Name}"
-            bottom="${copyright}" 
--           />
-+           >
-+    <link href="${j2se.javadoc}"/>
-+    <link href="${xni.javadoc}"/>
-+    <link href="${xerces.javadoc}"/>
-+  </javadoc>
-   <property name='docs.done' value='true'/>
-  </target>
- 
+--- nekohtml-1.9.11/build.xml.orig	2008-12-29 15:13:42.000000000 -0500
++++ nekohtml-1.9.11/build.xml	2009-02-11 14:27:05.352730458 -0500
+@@ -42,6 +42,11 @@
+  <property name='version.java.dir' value='${build.src.dir}/org/cyberneko/html'/>
+  <property name='version.java'     value='${version.java.dir}/Version.java'/>
+  
++ <property name='bcel.javadoc' value='http://jakarta.apache.org/bcel/apidocs/'/>
++ <property name='j2se.javadoc' value='http://java.sun.com/j2se/1.4.2/docs/api/'/>
++ <property name='xni.javadoc' value='http://xml.apache.org/xerces2-j/javadocs/xni/'/>
++ <property name='xerces.javadoc' value='http://xml.apache.org/xerces2-j/javadocs/xerces2/'/>
++
+  <!-- DEPENDENCIES -->
+  <available property='bcel.available' file='${lib.dir}/bcel-5.2.jar' />
+ 
+@@ -171,8 +176,12 @@
+            author='true' version='true' use='true'
+            windowtitle="${Name} Implementation"
+            doctitle="${Name}" encoding="ISO-8859-1"
+-           bottom="${copyright}" 
+-  />
++           bottom="${copyright}">
++    <link href="${bcel.javadoc}"/>
++    <link href="${j2se.javadoc}"/>
++    <link href="${xni.javadoc}"/>
++    <link href="${xerces.javadoc}"/>
++  </javadoc>
+  </target>
+  
+  <target name='doc-init'>


Index: nekohtml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nekohtml/devel/nekohtml.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- nekohtml.spec	25 Jul 2009 15:55:58 -0000	1.4
+++ nekohtml.spec	16 Jul 2010 19:30:17 -0000	1.5
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2005, JPackage Project
+# Copyright (c) 2000-2009, JPackage Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -28,32 +28,57 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+%define with()          %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
+%define without()       %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
+%define bcond_with()    %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
+%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
+
+%bcond_without repolib
+
+%define repodir %{_javadir}/repository.jboss.com/nekohtml/%{version}-brew
+%define repodirlib %{repodir}/lib
+%define repodirsrc %{repodir}/src
+
 %define section free
+%define _without_gcj_support 1 
+%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 
 Name:           nekohtml
-Version:        0.9.5
-Release:        6.2%{?dist}
+Version:        1.9.14
+Release:        1%{?dist}
 Epoch:          0
 Summary:        HTML scanner and tag balancer
 License:        ASL 2.0
-URL:            http://www.apache.org/~andyc/neko/doc/html/
-Source0:        http://www.apache.org/~andyc/neko/nekohtml-0.9.5.tar.gz
-# Source 1      http://www.jpackage.org/cgi-bin/viewvc.cgi/*checkout*/rpms/devel/nekohtml/nekohtml-filter.sh?root=jpackage&content-type=text%2Fplain
+URL:            http://nekohtml.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# http://www.jpackage.org/cgi-bin/viewvc.cgi/*checkout*/rpms/devel/nekohtml/nekohtml-filter.sh?root=jpackage&content-type=text%2Fplain
 Source1:        %{name}-filter.sh
+Source2:        nekohtml-component-info.xml
 Patch0:         %{name}-crosslink.patch
-Patch1:         %{name}-HTMLScanner.patch
-Group:          Applications/Text
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch:      noarch
-BuildRequires:  jpackage-utils >= 0:1.6
+Patch1:         %{name}-jars.patch
+Group:          Development/Libraries/Java
+Requires:       bcel
+Requires:       jpackage-utils >= 0:1.6
+Requires:       xerces-j2 >= 0:2.7.1
+Requires:       xml-commons-jaxp-1.3-apis
+BuildRequires:  jpackage-utils
 BuildRequires:  ant
+BuildRequires:  ant-junit
+BuildRequires:  ant-trax
 BuildRequires:  java-javadoc
+BuildRequires:  bcel
+BuildRequires:  bcel-javadoc
 BuildRequires:  xerces-j2 >= 0:2.7.1
 BuildRequires:  xerces-j2-javadoc-xni
 BuildRequires:  xerces-j2-javadoc-impl
-Requires:               jpackage-utils >= 0:1.6
-Requires:       xerces-j2 >= 0:2.7.1
+BuildRequires:  xml-commons-jaxp-1.3-apis
+%if %{gcj_support}
+BuildRequires:  java-gcj-compat-devel
+%else
+BuildArch:      noarch
+BuildRequires:  java-devel
+%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
 NekoHTML is a simple HTML scanner and tag balancer that enables
@@ -68,116 +93,154 @@ the foundation of the Xerces2 implementa
 the NekoHTML parser with existing XNI tools without modification or
 rewriting code.
 
-%package        javadoc
+%package javadoc
 Summary:        Javadoc for %{name}
-Group:          Documentation
-Requires:               jpackage-utils >= 0:1.6
-Requires(postun):       jpackage-utils >= 0:1.6
+Group:          Development/Documentation
 
-%description    javadoc
+%description javadoc
 Javadoc for %{name}.
 
-%package        demo
+%package demo
 Summary:        Demo for %{name}
-Group:          Applications/Text
+Group:          Development/Libraries/Java
 Requires:       %{name} = %{epoch}:%{version}-%{release}
-Requires:               jpackage-utils >= 0:1.6
-Requires(postun):       jpackage-utils >= 0:1.6
 
-%description    demo
+%description demo
 Demonstrations and samples for %{name}.
 
+%if %with repolib
+%package repolib
+Summary:        Artifacts to be uploaded to a repository library
+Group:          Development/Libraries/Java
+
+%description repolib
+Artifacts to be uploaded to a repository library.
+This package is not meant to be installed but so its contents
+can be extracted through rpm2cpio.
+%endif
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -b .sav
-find . -name "*.jar" -exec rm -f {} \;
-
+%patch0 -p1
+%patch1 -p1
+%{_bindir}/find . -name "*.jar" | %{_bindir}/xargs -t %{__rm}
+%{__perl} -pi -e 's/\r$//g' *.txt doc/*.html
+%{__rm} -r doc/javadoc
 
 %build
-export CLASSPATH=$(build-classpath xerces-j2)
-ant -f build-html.xml \
-    -Djarfile=%{name}-%{version}.jar \
-    -DjarfileXni=%{name}-xni-%{version}.jar \
-    -DjarfileSamples=%{name}-samples-%{version}.jar \
+export CLASSPATH=$(build-classpath bcel xerces-j2)
+export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/junit` ant/ant-trax xalan-j2"
+%{ant} \
+    -Dbuild.sysclasspath=first \
+    -Dlib.dir=%{_javadir} \
+    -Djar.file=%{name}-%{version}.jar \
+    -Djar.xni.file=%{name}-xni-%{version}.jar \
+    -Djar.samples.file=%{name}-samples-%{version}.jar \
+    -Dbcel.javadoc=%{_javadocdir}/bcel \
     -Dj2se.javadoc=%{_javadocdir}/java \
     -Dxni.javadoc=%{_javadocdir}/xerces-j2-xni \
     -Dxerces.javadoc=%{_javadocdir}/xerces-j2-impl \
-    clean package jar-xni test
-
+    clean jar jar-xni doc test
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 # Jars
 install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -p -m 644 %{name}{,-xni}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/
+install -p -m 644 %{name}{,-samples,-xni}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/
 ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+ln -s %{name}-samples-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-samples.jar
 ln -s %{name}-xni-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-xni.jar
 
 # Scripts
 install -Dpm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}-filter
 
-# Samples
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
-install -p -m 644 %{name}-samples-%{version}.jar \
-  $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/
-
 # Javadocs
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr bin/package/nekohtml-*/doc/html/javadoc/* \
-  $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/
-
-# Avoid having javadocs in %doc.
-rm -rf bin/package/nekohtml-*/doc/html/javadoc
+cp -a build/doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
-# Fix EOL in files
-pushd bin/package/nekohtml-*/doc/html
-for x in *.html; do tr -d \\r <$x >$x.tmp; mv $x.tmp $x; done
-tr -d \\r <.htaccess >.htaccess.tmp; mv .htaccess.tmp .htaccess
-# Rename .htaccess file to sample version.
-mv .htaccess sample.htaccess
-# ln -sf %{_javadocdir}/%{name}-%{version} javadoc
-popd
-
-pushd bin/package/nekohtml-*/doc
-tr -d \\r <style.css >style.css.tmp; mv style.css.tmp style.css
-popd 
-
-for x in LICENSE*; do tr -d \\r <$x >$x.tmp; mv $x.tmp $x; done
-for x in README*; do tr -d \\r <$x >$x.tmp; mv $x.tmp $x; done
-for x in TODO*; do tr -d \\r <$x >$x.tmp; mv $x.tmp $x; done
+%if %with repolib
+%{__install} -d -m 755 %{buildroot}%{repodir}
+%{__install} -d -m 755 %{buildroot}%{repodirlib}
+%{__install} -p -m 644 %{SOURCE2} %{buildroot}%{repodir}/component-info.xml
+tag=`/bin/echo %{name}-%{version}-%{release} | %{__sed} 's|\.|_|g'`
+%{__sed} -i "s/@TAG@/$tag/g" %{buildroot}%{repodir}/component-info.xml
+%{__sed} -i "s/@VERSION@/%{version}-brew/g" %{buildroot}%{repodir}/component-info.xml
+%{__install} -d -m 755 %{buildroot}%{repodirsrc}
+%{__install} -p -m 644 %{SOURCE0} %{buildroot}%{repodirsrc}
+%{__install} -p -m 644 %{SOURCE1} %{buildroot}%{repodirsrc}
+%{__install} -p -m 644 %{PATCH0} %{buildroot}%{repodirsrc}
+%{__install} -p -m 644 %{PATCH1} %{buildroot}%{repodirsrc}
+%{__cp} -p %{buildroot}%{_javadir}/%{name}.jar %{buildroot}%{repodirlib}/nekohtml.jar
+%endif
+
+%if %{gcj_support}
+%{_bindir}/aot-compile-rpm
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if %{gcj_support}
+%post
+if [ -x %{_bindir}/rebuild-gcj-db ]
+then
+  %{_bindir}/rebuild-gcj-db
+fi
+
+%postun
+if [ -x %{_bindir}/rebuild-gcj-db ]
+then
+  %{_bindir}/rebuild-gcj-db
+fi
+%endif
 
 %files
 %defattr(0644,root,root,0755)
-%doc LICENSE* README* TODO* bin/package/nekohtml-*/doc/*
+%doc LICENSE.txt README.txt doc/*.html
 %attr(755,root,root) %{_bindir}/%{name}-filter
-%{_javadir}/%{name}*.jar
+%{_javadir}/%{name}-%{version}.jar
+%{_javadir}/%{name}.jar
+%{_javadir}/%{name}-xni-%{version}.jar
+%{_javadir}/%{name}-xni.jar
+%if %{gcj_support}
+%dir %{_libdir}/gcj/%{name}
+%attr(-,root,root) %{_libdir}/gcj/%{name}/*
+%endif
 
 %files javadoc
 %defattr(0644,root,root,0755)
-%doc %{_javadocdir}/*
+%{_javadocdir}/%{name}-%{version}
+%{_javadocdir}/%{name}
 
 %files demo
 %defattr(0644,root,root,0755)
-%{_datadir}/%{name}-%{version}
+%{_javadir}/%{name}-samples-%{version}.jar
+%{_javadir}/%{name}-samples.jar
 
+%if %with repolib
+%files repolib
+%defattr(0644,root,root,0755)
+%{_javadir}/repository.jboss.com
+%endif
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:0.9.5-6.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Thu Jul 15 2010 James Laska <jlaska at redhat.com> 0:1.9.14-1
+- Update to 1.9.14
+
+* Wed May 13 2009 Martha Benitez <mbenitez at redhat.com> 0:1.9.11-2.2
+- Build without aot-compile
+
+* Thu Mar 19 2009 David Walluck <dwalluck at redhat.com> 0:1.9.11-2.1
+- BuildRequires: bcel
+- force use of xalan-j2
 
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:0.9.5-5.2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Wed Feb 11 2009 David Walluck <dwalluck at redhat.com> 0:1.9.11-2
+- add repolib
 
-* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:0.9.5-4.2
-- drop repotag
-- fix license tag
+* Wed Feb 11 2009 David Walluck <dwalluck at redhat.com> 0:1.9.11-1
+- 1.9.6.1
 
 * Mon Feb 12 2007 Jeff Johnston <jjohnstn at redhat.com> - 0:0.9.5-4jpp.1
 - Update to address Fedora review comments.
@@ -188,59 +251,59 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Oct 11 2005 Ralph Apel <r.apel at r-apel.de> - 0:0.9.5-3jpp
 - Patch to JAXP13
 
-* Mon Aug  1 2005 Ville Skyttä <scop at jpackage.org> - 0:0.9.5-2jpp
+* Mon Aug  1 2005 Ville Skyttä <scop at jpackage.org> - 0:0.9.5-2jpp
 - Fix unversioned xni jar symlink (#10).
 
-* Wed Jul  6 2005 Ville Skyttä <scop at jpackage.org> - 0:0.9.5-1jpp
+* Wed Jul  6 2005 Ville Skyttä <scop at jpackage.org> - 0:0.9.5-1jpp
 - 0.9.5.
 
-* Wed Dec 15 2004 Ville Skyttä <scop at jpackage.org> - 0:0.9.4-1jpp
+* Wed Dec 15 2004 Ville Skyttä <scop at jpackage.org> - 0:0.9.4-1jpp
 - Update to 0.9.4.
 
 * Tue Aug 24 2004 Fernando Nasser <fnasser at redhat.com> - 0:0.9.3-2jpp
 - Rebuild with Ant 1.6.2
 
-* Sat Jul  3 2004 Ville Skyttä <scop at jpackage.org> - 0:0.9.3-1jpp
+* Sat Jul  3 2004 Ville Skyttä <scop at jpackage.org> - 0:0.9.3-1jpp
 - Update to 0.9.3.
 - Add nekohtml-filter script.
 
-* Thu Apr  1 2004 Ville Skyttä <scop at jpackage.org> - 0:0.9.2-1jpp
+* Thu Apr  1 2004 Ville Skyttä <scop at jpackage.org> - 0:0.9.2-1jpp
 - Update to 0.9.2.
 
-* Sat Dec 13 2003 Ville Skyttä <scop at jpackage.org> - 0:0.8.3-1jpp
+* Sat Dec 13 2003 Ville Skyttä <scop at jpackage.org> - 0:0.8.3-1jpp
 - Update to 0.8.3.
 
-* Sat Nov 15 2003 Ville Skyttä <scop at jpackage.org> - 0:0.8.2-1jpp
+* Sat Nov 15 2003 Ville Skyttä <scop at jpackage.org> - 0:0.8.2-1jpp
 - Update to 0.8.2.
 
-* Wed Oct  1 2003 Ville Skyttä <scop at jpackage.org> - 0:0.8.1-1jpp
+* Wed Oct  1 2003 Ville Skyttä <scop at jpackage.org> - 0:0.8.1-1jpp
 - Update to 0.8.1.
 - Crosslink with local J2SE and XNI javadocs.
 - Save .spec in UTF-8.
 
-* Thu Jun 26 2003 Ville Skyttä <scop at jpackage.org> - 0:0.7.7-1jpp
+* Thu Jun 26 2003 Ville Skyttä <scop at jpackage.org> - 0:0.7.7-1jpp
 - Update to 0.7.7.
 
 * Sun May 11 2003 David Walluck <david at anti-microsoft.org> 0:0.7.6-1jpp
 - 0.7.6
 - update for JPackage 1.5
 
-* Sat Mar 29 2003 Ville Skyttä <scop at jpackage.org> - 0.7.4-2jpp
+* Sat Mar 29 2003 Ville Skyttä <scop at jpackage.org> - 0.7.4-2jpp
 - Rebuilt for JPackage 1.5.
 
-* Tue Mar  4 2003 Ville Skyttä <scop at jpackage.org> - 0.7.4-1jpp
+* Tue Mar  4 2003 Ville Skyttä <scop at jpackage.org> - 0.7.4-1jpp
 - Update to 0.7.4.
 
-* Mon Feb 24 2003 Ville Skyttä <scop at jpackage.org> - 0.7.3-1jpp
+* Mon Feb 24 2003 Ville Skyttä <scop at jpackage.org> - 0.7.3-1jpp
 - Update to 0.7.3.
 - Built with IBM's 1.3.1 SR3 and xerces-j2 2.3.0.
 
-* Sat Jan 11 2003 Ville Skyttä <scop at jpackage.org> - 0.7.2-1jpp
+* Sat Jan 11 2003 Ville Skyttä <scop at jpackage.org> - 0.7.2-1jpp
 - Update to 0.7.2.
 - Run unit tests when building.
 
-* Tue Dec 10 2002 Ville Skyttä <scop at jpackage.org> - 0.7.1-1jpp
+* Tue Dec 10 2002 Ville Skyttä <scop at jpackage.org> - 0.7.1-1jpp
 - Update to 0.7.1.
 
-* Sun Nov  3 2002 Ville Skyttä <scop at jpackage.org> - 0.6.8-1jpp
+* Sun Nov  3 2002 Ville Skyttä <scop at jpackage.org> - 0.6.8-1jpp
 - 0.6.8, first JPackage release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nekohtml/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	12 Mar 2007 15:01:17 -0000	1.2
+++ sources	16 Jul 2010 19:30:17 -0000	1.3
@@ -1 +1 @@
-a5b22b189f23d0648eabc308fcfd4542  nekohtml-0.9.5.tar.gz
+d6576e9d2040bce54c3266ddc37cf0aa  nekohtml-1.9.14.tar.gz


--- nekohtml-HTMLScanner.patch DELETED ---



More information about the scm-commits mailing list