Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package glassfish-jax-rs-api for
openSUSE:Factory checked in at 2022-05-05 23:07:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-jax-rs-api (Old)
and /work/SRC/openSUSE:Factory/.glassfish-jax-rs-api.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-jax-rs-api"
Thu May 5 23:07:14 2022 rev:3 rq:975170 version:2.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/glassfish-jax-rs-api/glassfish-jax-rs-api.changes
2019-11-26 16:56:59.652154733 +0100
+++
/work/SRC/openSUSE:Factory/.glassfish-jax-rs-api.new.1538/glassfish-jax-rs-api.changes
2022-05-05 23:07:51.789667383 +0200
@@ -1,0 +2,7 @@
+Thu May 5 10:41:39 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Change the tarball location, since the old location does not work
+ any more
+- Clean the spec file a bit
+
+-------------------------------------------------------------------
Old:
----
glassfish-jax-rs-api-2.1.5.tar.gz
New:
----
2.1.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfish-jax-rs-api.spec ++++++
--- /var/tmp/diff_new_pack.2OIT2Y/_old 2022-05-05 23:07:52.297668017 +0200
+++ /var/tmp/diff_new_pack.2OIT2Y/_new 2022-05-05 23:07:52.301668021 +0200
@@ -1,7 +1,7 @@
#
# spec file for package glassfish-jax-rs-api
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
Summary: JAX-RS API Specification (JSR 339)
License: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
URL: https://github.com/eclipse-ee4j/jaxrs-api
-Source0:
https://github.com/eclipse-ee4j/jaxrs-api/archive/%{version}/%{name}-%{version}.tar.gz
+Source0:
https://github.com/jakartaee/rest/archive/refs/tags/%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
@@ -40,7 +40,7 @@
This package contains API documentation for %{name}.
%prep
-%setup -q -n jaxrs-api-%{version}
+%setup -q -n rest-%{version}
find . -name '*.jar' -delete
find . -name '*.class' -delete
@@ -60,29 +60,25 @@
rm -f jaxrs-api/src/main/java/module-info.java
%build
-(
-cd jaxrs-api
+pushd jaxrs-api
# Compatibility symlink
%{mvn_file} :{*} @1 %{name}
# Compatibility alias
%{mvn_alias} : javax.ws.rs:javax.ws.rs-api
-%{mvn_build} -f \
+%{mvn_build} -f -- \
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -- -Dmaven.compiler.release=8
-%else
- -- -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dsource=8
+ -Dmaven.compiler.release=8 \
%endif
-
-)
+ -Dsource=8
+popd
%install
-(
-cd jaxrs-api
+pushd jaxrs-api
%mvn_install
+popd
%fdupes -s %{buildroot}%{_javadocdir}
-)
%files -f jaxrs-api/.mfiles
%license LICENSE.md NOTICE.md
++++++ glassfish-jax-rs-api-2.1.5.tar.gz -> 2.1.5.tar.gz ++++++