Hello community, here is the log from the commit of package tiger-types for openSUSE:Leap:15.2 checked in at 2020-02-19 18:46:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/tiger-types (Old) and /work/SRC/openSUSE:Leap:15.2/.tiger-types.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiger-types" Wed Feb 19 18:46:32 2020 rev:1 rq:775939 version:2.2 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.tiger-types.new.26092/tiger-types.changes 2020-02-19 18:46:32.382818819 +0100 @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 21 18:50:01 UTC 2019 - Fridrich Strba <[email protected]> + +- Use maven.compiler.release when building with JDK versions that + support it -> avoid 1.5 as source/target levels on JDKs that + do not support it. + +------------------------------------------------------------------- +Mon Aug 26 06:45:23 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use expanded description. + +------------------------------------------------------------------- +Thu May 2 12:51:57 UTC 2019 - Fridrich Strba <[email protected]> + +- Initial packaging of tiger-types 2.2 New: ---- LICENSE tiger-types-2.2.tar.gz tiger-types.changes tiger-types.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiger-types.spec ++++++ # # spec file for package tiger-types # # Copyright (c) 2019 SUSE LLC # # 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: tiger-types Version: 2.2 Release: 0 Summary: Type arithmetic library for Java5 License: CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0 Group: Development/Libraries/Java URL: https://github.com/kohsuke/tiger-types Source0: https://github.com/kohsuke/%{name}/archive/%{name}-%{version}.tar.gz Source1: https://raw.githubusercontent.com/javaee/glassfish/5.0.1/LICENSE BuildRequires: fdupes BuildRequires: maven-local BuildRequires: mvn(net.java:jvnet-parent:pom:) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildArch: noarch %description This library provides functions that perform type arithemtic over the type system of Java5. For example, one can compute that List<String> is a sub-type of Collection<String> but not Collection<Object>, you can compute the erasure of java.lang.reflect.Type, or you can determine the array component type T from A[T]. %package javadoc Summary: Javadoc for %{name} Group: Documentation/HTML %description javadoc This package contains javadoc for %{name}. %prep %setup -q -n %{name}-%{name}-%{version} # add OSGi support required by glassfish hk2 %pom_add_plugin org.apache.felix:maven-bundle-plugin . ' <configuration> <instructions> <Embed-Dependency>*;scope=provided;inline=true</Embed-Dependency> <Export-Package>org.jvnet.tiger_types.*</Export-Package> </instructions> <unpackBundle>true</unpackBundle> </configuration> <executions> <execution> <id>osgi-bundle</id> <phase>package</phase> <goals> <goal>bundle</goal> </goals> </execution> </executions>' # not needed %pom_remove_plugin :maven-release-plugin %pom_remove_plugin :maven-site-plugin %pom_xpath_remove "pom:build/pom:extensions" %{mvn_file} :%{name} %{name} cp -p %{SOURCE1} LICENSE %build %{mvn_build} -f \ %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -- -Dmaven.compiler.release=6 %endif %install %mvn_install %fdupes -s %{buildroot}%{_javadocdir} %files -f .mfiles %license LICENSE %files javadoc -f .mfiles-javadoc %license LICENSE %changelog ++++++ LICENSE ++++++ ++++ 759 lines (skipped)
