From 2e4c1ff907426a2d91f3753f5b802d1187a92731 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 25 Sep 2017 17:39:01 +0200 Subject: [PATCH 01/12] Elimitate race condition when injecting JAR manifest Resolves: rhbz#1495247 --- xpp3.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/xpp3.spec b/xpp3.spec index 1f35597..45808db 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 16.c%{?dist} +Release: 17.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -15,7 +15,6 @@ Patch0: %{name}-link-docs-locally.patch BuildRequires: javapackages-local BuildRequires: java-javadoc -BuildRequires: zip BuildRequires: ant BuildRequires: junit @@ -60,13 +59,7 @@ export CLASSPATH=$(build-classpath junit) ant xpp3 junit apidoc # Add OSGi metadata -pushd build -mkdir META-INF -unzip -o %{name}-%{oversion}.jar META-INF/MANIFEST.MF -cat %{SOURCE4} >> META-INF/MANIFEST.MF -sed -i '/^\r$/d' META-INF/MANIFEST.MF -zip -u %{name}-%{oversion}.jar META-INF/MANIFEST.MF -popd +jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %install %mvn_file ':{*}' @1 @@ -90,6 +83,10 @@ popd %license LICENSE.txt %changelog +* Mon Sep 25 2017 Mikolaj Izdebski - 1.1.4-17.c +- Elimitate race condition when injecting JAR manifest +- Resolves: rhbz#1495247 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1.4-16.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 458dbefcac80f72ee49807dffa6d69122c235918 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:03:31 +0000 Subject: [PATCH 02/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index 45808db..c906566 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 17.c%{?dist} +Release: 18.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -83,6 +83,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.1.4-18.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Sep 25 2017 Mikolaj Izdebski - 1.1.4-17.c - Elimitate race condition when injecting JAR manifest - Resolves: rhbz#1495247 From 55b1bde003f7baa789371d31ce891be0e0d75cac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:33:43 +0000 Subject: [PATCH 03/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index c906566..0fb4144 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 18.c%{?dist} +Release: 19.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -83,6 +83,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.4-19.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.1.4-18.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From cb386294c51db845a3fa801ea2b591daf7abac71 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:47:23 +0000 Subject: [PATCH 04/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index 0fb4144..60cf0c1 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 19.c%{?dist} +Release: 20.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -83,6 +83,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.1.4-20.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.1.4-19.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From a704e8ad209fbab390b6252d75d468c4e9ea72f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:36:28 +0000 Subject: [PATCH 05/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index 60cf0c1..b52c832 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 20.c%{?dist} +Release: 21.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -83,6 +83,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.1.4-21.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.1.4-20.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 94ec4c98bc15f09f368329667001362f0b7ad876 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:52:36 +0000 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index b52c832..e2e9887 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 21.c%{?dist} +Release: 22.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -83,6 +83,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.1.4-22.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.1.4-21.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 407779e3383a2ea1e28119c8816e8a4f83152f7f Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 11 Jul 2020 09:04:00 +0200 Subject: [PATCH 07/12] Rebuilt for JDK-11 --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index e2e9887..992c5ac 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 22.c%{?dist} +Release: 23.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -83,6 +83,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Sat Jul 11 2020 Jiri Vanek - 1.1.4-23.c +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jan 31 2020 Fedora Release Engineering - 1.1.4-22.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From e47b88a5fa933c50a867137ef169650adc23d1fb Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mon, 13 Jul 2020 12:11:42 +0100 Subject: [PATCH 08/12] Allow building on Java 11 --- xpp3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index 992c5ac..85ac809 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 23.c%{?dist} +Release: 24.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -54,8 +54,12 @@ sed -i 's|depends="junit_main,junit_addons"|depends="junit_main"|' build.xml # relax javadoc linting sed -i '/ - 1.1.4-24.c +- Allow building on Java 11 + * Sat Jul 11 2020 Jiri Vanek - 1.1.4-23.c - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 From c9ebd237cb9d13ef794954921662283ea2d78ca0 Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 14 Jul 2020 04:31:18 +0200 Subject: [PATCH 09/12] Rebuilt for JDK-11 --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index 85ac809..8be9f54 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 24.c%{?dist} +Release: 25.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -87,6 +87,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Tue Jul 14 2020 Jiri Vanek - 1.1.4-25.c +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Mon Jul 13 2020 Mat Booth - 1.1.4-24.c - Allow building on Java 11 From 08edf584939e555fc35a55f0630f3fa73022b934 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:03:10 +0000 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index 8be9f54..a217db6 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 25.c%{?dist} +Release: 26.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -87,6 +87,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.4-26.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 14 2020 Jiri Vanek - 1.1.4-25.c - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 From 34551979dbccb9eec897dcff89bb458aa515f3a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:21:48 +0000 Subject: [PATCH 11/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xpp3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xpp3.spec b/xpp3.spec index a217db6..ee68dbd 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -3,7 +3,7 @@ Summary: XML Pull Parser Name: xpp3 Version: 1.1.4 -Release: 26.c%{?dist} +Release: 27.c%{?dist} License: ASL 1.1 URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz @@ -87,6 +87,9 @@ jar ufm build/%{name}-%{oversion}.jar %{SOURCE4} %license LICENSE.txt %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.1.4-27.c +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.1.4-26.c - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From eb3a52689ea4956861148791bd4b9f978d50f365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Jun 2021 21:25:59 +0200 Subject: [PATCH 12/12] Orphaned for 6+ weeks --- .gitignore | 5 - dead.package | 1 + sources | 4 - xpp3-1.1.3.4.O.pom | 13 -- xpp3-1.1.4c-OSGI-MANIFEST.MF | 19 --- xpp3-link-docs-locally.patch | 11 -- xpp3.spec | 242 ----------------------------------- xpp3_min-1.1.3.4.O.pom | 13 -- xpp3_xpath-1.1.3.4.O.pom | 13 -- 9 files changed, 1 insertion(+), 320 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xpp3-1.1.3.4.O.pom delete mode 100644 xpp3-1.1.4c-OSGI-MANIFEST.MF delete mode 100644 xpp3-link-docs-locally.patch delete mode 100644 xpp3.spec delete mode 100644 xpp3_min-1.1.3.4.O.pom delete mode 100644 xpp3_xpath-1.1.3.4.O.pom diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 70f393f..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -xpp3-1.1.3_8_src.tgz -/xpp3-1.1.4c_src.tgz -/xpp3-1.1.4c.pom -/xpp3_min-1.1.4c.pom -/xpp3_xpath-1.1.4c.pom diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 366ca88..0000000 --- a/sources +++ /dev/null @@ -1,4 +0,0 @@ -2eb712ad18d7de5d3bfab87ebb56173a xpp3-1.1.4c_src.tgz -490c04a30131e926c978f35913d1ad14 xpp3-1.1.4c.pom -d822fa0c9182ae670b78533bd5a5ed7b xpp3_min-1.1.4c.pom -0f514fb9c61b81158b301a78140b5f8e xpp3_xpath-1.1.4c.pom diff --git a/xpp3-1.1.3.4.O.pom b/xpp3-1.1.3.4.O.pom deleted file mode 100644 index e823b67..0000000 --- a/xpp3-1.1.3.4.O.pom +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - xpp3 - xpp3 - 1.1.3.4.O - jar - http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ - MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. - - scm:cvs:pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub/XPP3 - - \ No newline at end of file diff --git a/xpp3-1.1.4c-OSGI-MANIFEST.MF b/xpp3-1.1.4c-OSGI-MANIFEST.MF deleted file mode 100644 index 0a2d251..0000000 --- a/xpp3-1.1.4c-OSGI-MANIFEST.MF +++ /dev/null @@ -1,19 +0,0 @@ -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.xmlpull -Bundle-Version: 1.1.4 -Export-Package: org.xmlpull.mxp1, - org.xmlpull.mxp1_serializer, - org.xmlpull.v1, - org.xmlpull.v1.builder, - org.xmlpull.v1.builder.adapter, - org.xmlpull.v1.builder.impl, - org.xmlpull.v1.dom2_builder, - org.xmlpull.v1.parser_pool, - org.xmlpull.v1.sax2, - org.xmlpull.v1.util, - org.xmlpull.v1.wrapper, - org.xmlpull.v1.wrapper.classic -Import-Package: javax.xml.parsers;resolution:=optional, - org.w3c.dom;resolution:=optional, - org.xml.sax;resolution:=optional, - org.xml.sax.helpers;resolution:=optional diff --git a/xpp3-link-docs-locally.patch b/xpp3-link-docs-locally.patch deleted file mode 100644 index 81a9650..0000000 --- a/xpp3-link-docs-locally.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./build.xml.sav 2007-02-14 20:50:19.000000000 -0500 -+++ ./build.xml 2007-02-14 20:50:41.000000000 -0500 -@@ -479,7 +479,7 @@ - windowtitle="${name} ${version} API" - doctitle="${name}" - bottom="${copyright}" -- link="http://java.sun.com/j2se/1.4/docs/api/" -+ link="file:///usr/share/javadoc/java" - /> - - diff --git a/xpp3.spec b/xpp3.spec deleted file mode 100644 index ee68dbd..0000000 --- a/xpp3.spec +++ /dev/null @@ -1,242 +0,0 @@ -%global oversion 1.1.4c - -Summary: XML Pull Parser -Name: xpp3 -Version: 1.1.4 -Release: 27.c%{?dist} -License: ASL 1.1 -URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html -Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz -Source1: http://repo1.maven.org/maven2/xpp3/xpp3/%{oversion}/xpp3-%{oversion}.pom -Source2: http://repo1.maven.org/maven2/xpp3/xpp3_xpath/%{oversion}/xpp3_xpath-%{oversion}.pom -Source3: http://repo1.maven.org/maven2/xpp3/xpp3_min/%{oversion}/xpp3_min-%{oversion}.pom -Source4: %{name}-%{oversion}-OSGI-MANIFEST.MF -Patch0: %{name}-link-docs-locally.patch - -BuildRequires: javapackages-local -BuildRequires: java-javadoc -BuildRequires: ant -BuildRequires: junit - -BuildArch: noarch - -%description -XML Pull Parser 3rd Edition (XPP3) MXP1 is an XmlPull -parsing engine that is based on ideas from XPP and in -particular XPP2 but completely revised and rewritten to -take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4. - -%package minimal -Summary: Minimal XML Pull Parser - -%description minimal -Minimal XML pull parser implementation. - -%package javadoc -Summary: Javadoc for %{name} -Requires: java-javadoc - -%description javadoc -Javadoc for %{name}. - -%prep -%setup -q -n %{name}-%{oversion} -# remove all binary libs -find -name \*.jar -delete -# Remove class bundled from Axis (now it's bundled in JRE) -rm -rf src/java/builder/javax - -%patch0 - -# "src/java/addons_tests" does not exist -sed -i 's|depends="junit_main,junit_addons"|depends="junit_main"|' build.xml - -# relax javadoc linting -sed -i '/ - 1.1.4-27.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.1.4-26.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 14 2020 Jiri Vanek - 1.1.4-25.c -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Mon Jul 13 2020 Mat Booth - 1.1.4-24.c -- Allow building on Java 11 - -* Sat Jul 11 2020 Jiri Vanek - 1.1.4-23.c -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Fri Jan 31 2020 Fedora Release Engineering - 1.1.4-22.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.1.4-21.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.1.4-20.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.1.4-19.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.1.4-18.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Sep 25 2017 Mikolaj Izdebski - 1.1.4-17.c -- Elimitate race condition when injecting JAR manifest -- Resolves: rhbz#1495247 - -* Thu Jul 27 2017 Fedora Release Engineering - 1.1.4-16.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue May 16 2017 Mat Booth - 1.1.4-15.c -- Remove unnecessary dep on xml-commons-apis -- Fix errors in javadoc generation - -* Wed Mar 22 2017 Michael Simacek - 1.1.4-14.c -- Install jars directly into javadir - -* Wed Mar 22 2017 Michael Simacek - 1.1.4-13.c -- Install with XMvn - -* Sat Feb 11 2017 Fedora Release Engineering - 1.1.4-12.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Mar 23 2016 Severin Gehwolf - 1.1.4-11.c -- Add OSGi metadata. - -* Fri Feb 05 2016 Fedora Release Engineering - 1.1.4-10.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jan 19 2016 Mikolaj Izdebski - 1.1.4-9.c -- Remove bundled javax.xml.namespace.QName class -- Resolves: rhbz#1299679 - -* Thu Dec 24 2015 gil cattaneo 1.1.4-8.c -- convert %%defines to %%global - -* Tue Jul 14 2015 Mikolaj Izdebski - 1.1.4-7.c -- Add build-requires on javapackages-local - -* Fri Jun 19 2015 Fedora Release Engineering - 1.1.4-6.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Feb 13 2015 gil cattaneo 1.1.4-5.c -- introduce license macro - -* Tue Dec 9 2014 Alexander Kurtakov 1.1.4-4.c -- Drop useless Requires. - -* Sun Jun 08 2014 Fedora Release Engineering - 1.1.4-3.c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Mar 04 2014 Stanislav Ochotnicky - 1.1.4-2.c -- Use Requires: java-headless rebuild (#1067528) - -* Wed Feb 19 2014 Michal Srb - 1.1.4-1.c -- Update to upstream version 1.1.4c - -* Sun Aug 04 2013 Fedora Release Engineering - 0:1.1.3.8-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Jun 21 2013 Mikolaj Izdebski - 0:1.1.3.8-9 -- General specfile cleanup -- Update to current packaging guidelines - -* Fri Feb 15 2013 Fedora Release Engineering - 0:1.1.3.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0:1.1.3.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0:1.1.3.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 0:1.1.3.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Dec 2 2010 Stanislav Ochotnicky - 0:1.1.3.8-4 -- Fix pom filenames (Resolves rhbz#655829) -- Changes according to new guidelines (versionless jars) -- Fix few packaging problems (post/postun deps) - -* Mon Jun 14 2010 Alexander Kurtakov 0:1.1.3.8-3.4 -- Add maven poms and depmaps. - -* Wed Mar 10 2010 Peter Lemenkov - 0:1.1.3.8-3.3 -- *-javadoc must also require jpackage-utils (for %%{_javadocdir}) - -* Mon Jul 27 2009 Fedora Release Engineering - 0:1.1.3.8-3.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0:1.1.3.8-2.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Sep 6 2008 Tom "spot" Callaway - 0:1.1.3.8-1.2 -- fix license tag -- drop jpp tag - -* Mon Feb 12 2007 Fernando Nasser - 0:1.1.3.8-1jpp.1 -- Import -- Fix per Fedora spec - -* Mon Feb 12 2007 Fernando Nasser - 0:1.1.3.8-1jpp -- Upgrade to 1.1.3.8 -- Remove vendor and distribution tags - -* Mon Feb 27 2006 Fernando Nasser - 0:1.1.3.4-1.o.2jpp -- First JPP 1.7 build - -* Tue Dec 20 2005 Ralph Apel - 0:1.1.3.4-1.o.1jpp -- Upgrade to 1.1.3.4-O -- Now includes xpath support - -* Thu Aug 26 2004 Ralph Apel - 0:1.1.3.4-1.d.2jpp -- Build with ant-1.6.2 - -* Tue Jun 01 2004 Ralph Apel - 0:1.1.3.4-1.d.1jpp -- Update to 1.1.3.4 - -* Mon May 5 2003 Ville Skyttä - 0:1.1.2-1.a.3jpp -- Fix non-versioned javadoc symlinking. - -* Mon Apr 21 2003 Ville Skyttä - 0:1.1.2-1.a.2jpp -- Include non-versioned javadoc symlink. - -* Tue Apr 1 2003 Ville Skyttä - 0:1.1.2-1.a.1jpp -- First JPackage release. diff --git a/xpp3_min-1.1.3.4.O.pom b/xpp3_min-1.1.3.4.O.pom deleted file mode 100644 index befa0d5..0000000 --- a/xpp3_min-1.1.3.4.O.pom +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - xpp3 - xpp3_min - 1.1.3.4.O - jar - http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ - MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. - - scm:cvs:pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub/XPP3 - - \ No newline at end of file diff --git a/xpp3_xpath-1.1.3.4.O.pom b/xpp3_xpath-1.1.3.4.O.pom deleted file mode 100644 index 50ff42c..0000000 --- a/xpp3_xpath-1.1.3.4.O.pom +++ /dev/null @@ -1,13 +0,0 @@ - - - 4.0.0 - xpp3 - xpp3_xpath - 1.1.3.4.O - jar - http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ - MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+. - - scm:cvs:pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub/XPP3 - - \ No newline at end of file