Hello community, here is the log from the commit of package xalan-j2 for openSUSE:Factory checked in at 2019-02-06 15:46:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xalan-j2 (Old) and /work/SRC/openSUSE:Factory/.xalan-j2.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xalan-j2" Wed Feb 6 15:46:24 2019 rev:27 rq:670538 version:2.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xalan-j2/xalan-j2.changes 2018-12-07 14:31:28.783362964 +0100 +++ /work/SRC/openSUSE:Factory/.xalan-j2.new.28833/xalan-j2.changes 2019-02-06 15:46:25.571295265 +0100 @@ -1,0 +2,6 @@ +Fri Feb 1 10:23:16 UTC 2019 - Fridrich Strba <[email protected]> + +- Add xalan-j2-serializer-MANIFEST.MF and xalan-j2-MANIFEST.MF + * Contain OSGi metadata required by Eclipse + +------------------------------------------------------------------- New: ---- xalan-j2-MANIFEST.MF xalan-j2-serializer-MANIFEST.MF ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xalan-j2.spec ++++++ --- /var/tmp/diff_new_pack.gpilYV/_old 2019-02-06 15:46:26.263294845 +0100 +++ /var/tmp/diff_new_pack.gpilYV/_new 2019-02-06 15:46:26.267294842 +0100 @@ -1,7 +1,7 @@ # # spec file for package xalan-j2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -28,6 +28,8 @@ Source1: http://repo1.maven.org/maven2/xalan/xalan/%{version}/xalan-%{version}.pom Source2: http://repo1.maven.org/maven2/xalan/serializer/%{version}/serializer-%{version}.pom Source3: xsltc-%{version}.pom +Source4: xalan-j2-serializer-MANIFEST.MF +Source5: xalan-j2-MANIFEST.MF # OSGi manifests Patch0: %{name}-noxsltcdeps.patch Patch1: %{name}-manifest.patch @@ -142,6 +144,10 @@ samples \ servlet +# inject OSGi manifests +jar ufm build/serializer.jar %{SOURCE4} +jar ufm build/xalan-interpretive.jar %{SOURCE5} + %install # jars install -d -m 755 %{buildroot}%{_javadir} ++++++ xalan-j2-MANIFEST.MF ++++++ Main-Class: org.apache.xalan.xslt.Process Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.apache.xalan Bundle-Version: 2.7.2 Bundle-Vendor: %Bundle-Vendor.0 Export-Package: org.apache.regexp;version="2.7.2", org.apache.xalan;version="2.7.2", org.apache.xalan.client;version="2.7.2", org.apache.xalan.extensions;version="2.7.2", org.apache.xalan.lib;version="2.7.2", org.apache.xalan.lib.sql;version="2.7.2", org.apache.xalan.processor;version="2.7.2", org.apache.xalan.res;version="2.7.2", org.apache.xalan.serialize;version="2.7.2", org.apache.xalan.templates;version="2.7.2", org.apache.xalan.trace;version="2.7.2", org.apache.xalan.transformer;version="2.7.2", org.apache.xalan.xslt;version="2.7.2", org.apache.xalan.xsltc;version="2.7.2", org.apache.xalan.xsltc.cmdline;version="2.7.2", org.apache.xalan.xsltc.cmdline.getopt;version="2.7.2", org.apache.xalan.xsltc.compiler;version="2.7.2", org.apache.xalan.xsltc.compiler.util;version="2.7.2", org.apache.xalan.xsltc.dom;version="2.7.2", org.apache.xalan.xsltc.runtime;version="2.7.2", org.apache.xalan.xsltc.runtime.output;version="2.7.2", org.apache.xalan.xsltc.trax;version="2.7.2", org.apache.xalan.xsltc.util;version="2.7.2", org.apache.xml.dtm;version="2.7.2", org.apache.xml.dtm.ref;version="2.7.2", org.apache.xml.dtm.ref.dom2dtm;version="2.7.2", org.apache.xml.dtm.ref.sax2dtm;version="2.7.2", org.apache.xml.res;version="2.7.2", org.apache.xml.utils;version="2.7.2", org.apache.xml.utils.res;version="2.7.2", org.apache.xpath;version="2.7.2", org.apache.xpath.axes;version="2.7.2", org.apache.xpath.compiler;version="2.7.2", org.apache.xpath.domapi;version="2.7.2", org.apache.xpath.functions;version="2.7.2", org.apache.xpath.jaxp;version="2.7.2", org.apache.xpath.objects;version="2.7.2", org.apache.xpath.operations;version="2.7.2", org.apache.xpath.patterns;version="2.7.2", org.apache.xpath.res;version="2.7.2" Require-Bundle: system.bundle, org.apache.xerces Eclipse-BuddyPolicy: registered Name: org/apache/xalan/ Comment: Main Xalan engine implementing TrAX/JAXP Specification-Title: Java API for XML Processing Specification-Vendor: Sun Microsystems Inc. Specification-Version: 1.3 Implementation-Title: org.apache.xalan Implementation-Version: 2.7.2 Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/xalan-j/dist/ Name: org/apache/xml/ Comment: DTM implementation and utilities Implementation-Title: org.apache.xml Implementation-Version: 2.7.2 Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/xalan-j/dist/ Name: org/apache/xpath/ Comment: XPath engine Implementation-Title: org.apache.xpath Implementation-Version: 2.7.2 Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/xalan-j/dist/ ++++++ xalan-j2-serializer-MANIFEST.MF ++++++ Manifest-Version: 1.0 Bundle-RequiredExecutionEnvironment: J2SE-1.2 Bundle-SymbolicName: org.apache.xml.serializer Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-Localization: plugin Bundle-Version: 2.7.2 Bundle-Vendor: %Bundle-Vendor.0 Export-Package: org.apache.xml.serializer,org.apache.xml.serializer.do m3
