Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jnr-unixsocket for openSUSE:Factory checked in at 2021-07-10 00:00:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jnr-unixsocket (Old) and /work/SRC/openSUSE:Factory/.jnr-unixsocket.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jnr-unixsocket" Sat Jul 10 00:00:18 2021 rev:2 rq:905170 version:0.38.8 Changes: -------- --- /work/SRC/openSUSE:Factory/jnr-unixsocket/jnr-unixsocket.changes 2020-07-27 17:38:27.074888530 +0200 +++ /work/SRC/openSUSE:Factory/.jnr-unixsocket.new.2625/jnr-unixsocket.changes 2021-07-10 00:03:06.298767516 +0200 @@ -1,0 +2,7 @@ +Thu Jul 8 14:49:22 UTC 2021 - Anton Shvetz <[email protected]> + +- Update with v0.38.8 +- Wipe obsolete stuff out from the spec file +- Install artifact into %{_javadir}/jnr + +------------------------------------------------------------------- Old: ---- jnr-unixsocket-0.21.tar.gz New: ---- jnr-unixsocket-0.38.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jnr-unixsocket.spec ++++++ --- /var/tmp/diff_new_pack.qWdS5q/_old 2021-07-10 00:03:06.726764187 +0200 +++ /var/tmp/diff_new_pack.qWdS5q/_new 2021-07-10 00:03:06.730764156 +0200 @@ -1,7 +1,7 @@ # # spec file for package jnr-unixsocket # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,15 @@ # -Name: jnr-unixsocket -Version: 0.21 +%global cluster jnr +Name: %{cluster}-unixsocket +Version: 0.38.8 Release: 0 Summary: Unix sockets for Java License: Apache-2.0 -URL: https://github.com/jnr/%{name}/ -Source0: https://github.com/jnr/%{name}/archive/%{name}-%{version}.tar.gz +Group: Development/Libraries/Java +URL: https://github.com/%{cluster}/%{name}/ +Source0: %{url}/archive/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: maven-local BuildRequires: mvn(com.github.jnr:jnr-constants) @@ -30,6 +32,7 @@ BuildRequires: mvn(com.github.jnr:jnr-ffi) BuildRequires: mvn(com.github.jnr:jnr-posix) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch @@ -39,38 +42,32 @@ %package javadoc Summary: Javadocs for %{name} +Group: Development/Libraries/Java %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n %{name}-%{name}-%{version} - -find ./ -name '*.jar' -delete -find ./ -name '*.class' -delete +%{mvn_file} : %{cluster}/%{name} # remove unnecessary wagon extension %pom_xpath_remove pom:build/pom:extensions # Unnecessary for RPM builds %pom_remove_plugin :maven-checkstyle-plugin -%pom_remove_plugin :findbugs-maven-plugin %pom_remove_plugin :maven-pmd-plugin -%pom_remove_plugin :maven-javadoc-plugin +%pom_remove_plugin com.github.spotbugs:spotbugs-maven-plugin # Can't run integration tests %pom_remove_plugin :maven-assembly-plugin %pom_remove_plugin :exec-maven-plugin -# Remove enxio classes to avoid OSGi split-package problems, -# see https://github.com/jnr/jnr-unixsocket/pull/41 -rm -r src/main/java/jnr/enxio - # Fix jar plugin usage %pom_xpath_remove "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions" %build -%{mvn_build} -f -- -Dsource=7 +%{mvn_build} -f -- -Dsource=8 %install %mvn_install ++++++ jnr-unixsocket-0.21.tar.gz -> jnr-unixsocket-0.38.8.tar.gz ++++++ ++++ 2271 lines of diff (skipped)
