Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jackson-annotations for
openSUSE:Factory checked in at 2023-08-23 14:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-annotations (Old)
and /work/SRC/openSUSE:Factory/.jackson-annotations.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-annotations"
Wed Aug 23 14:57:07 2023 rev:11 rq:1105099 version:2.15.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-annotations/jackson-annotations.changes
2022-06-19 21:10:59.770137919 +0200
+++
/work/SRC/openSUSE:Factory/.jackson-annotations.new.1766/jackson-annotations.changes
2023-08-23 14:57:49.538012825 +0200
@@ -1,0 +2,15 @@
+Mon Aug 21 13:34:06 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Update to 2.15.2
+ * no subsantial changes from 2.15.0
+ * 2.15.0 (23-Apr-2023)
+ + #211: Add 'JsonFormat.Feature's:
+ READ_UNKNOWN_ENUM_VALUES_AS_NULL,
+ READ_UNKNOWN_ENUM_VALUES_USING_DEFAULT_VALUE
+ + #214: Add NOTICE file with copyright information
+ + #221: Add
+ 'JsonFormat.Feature.READ_DATE_TIMESTAMPS_AS_NANOSECONDS'
+ * 2.14.0 (05-Nov-2022)
+ + #204: Allow explicit 'JsonSubTypes' repeated names check
+
+-------------------------------------------------------------------
@@ -63,2 +78,2 @@
- #141: Add `JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES`
- #159: Add `JsonFormat.Shape.BINARY`
+ #141: Add 'JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES'
+ #159: Add 'JsonFormat.Shape.BINARY'
Old:
----
jackson-annotations-2.13.3.tar.gz
New:
----
jackson-annotations-2.15.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jackson-annotations.spec ++++++
--- /var/tmp/diff_new_pack.AcoRKj/_old 2023-08-23 14:57:50.914015285 +0200
+++ /var/tmp/diff_new_pack.AcoRKj/_new 2023-08-23 14:57:50.970015386 +0200
@@ -1,7 +1,7 @@
#
# spec file for package jackson-annotations
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: jackson-annotations
-Version: 2.13.3
+Version: 2.15.2
Release: 0
Summary: Core annotations for Jackson data processor
License: Apache-2.0
@@ -27,7 +27,7 @@
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: fdupes
-BuildRequires: javapackages-local
+BuildRequires: javapackages-local >= 6
BuildArch: noarch
%description
@@ -46,10 +46,6 @@
cp %{SOURCE1} build.xml
mkdir -p lib
-%pom_remove_parent
-#test scope
-%pom_remove_dep junit:junit
-
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
@@ -63,7 +59,7 @@
install -pm 0644 target/%{name}-%{version}.jar
%{buildroot}%{_javadir}/%{name}.jar
install -dm 0755 %{buildroot}%{_mavenpomdir}
-install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
+%mvn_install_pom pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom %{name}.jar
install -dm 0755 %{buildroot}%{_javadocdir}
++++++ jackson-annotations-2.13.3.tar.gz -> jackson-annotations-2.15.2.tar.gz
++++++
++++ 484200 lines of diff (skipped)
++++++ jackson-annotations-build.xml ++++++
--- /var/tmp/diff_new_pack.AcoRKj/_old 2023-08-23 14:57:53.558020012 +0200
+++ /var/tmp/diff_new_pack.AcoRKj/_new 2023-08-23 14:57:53.594020077 +0200
@@ -11,7 +11,7 @@
<property name="project.groupId" value="com.fasterxml.jackson.core"/>
<property name="project.artifactId" value="jackson-annotations"/>
<property name="project.name" value="Jackson-annotations"/>
- <property name="project.version" value="2.13.3"/>
+ <property name="project.version" value="2.15.2"/>
<property name="project.vendor" value="FasterXML"/>
<property name="project.description" value="Core annotations used for value
types, used by Jackson data binding package."/>
<property name="bundle.version" value="${project.version}"/>
@@ -218,7 +218,7 @@
<attribute name="JavaPackages-ArtifactId"
value="${project.artifactId}"/>
<attribute name="JavaPackages-GroupId"
value="${project.groupId}"/>
<attribute name="JavaPackages-Version"
value="${project.version}"/>
- <attribute name="Require-Capability"
value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))""/>
+ <attribute name="Require-Capability"
value="osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=${compiler.target}))""/>
<attribute name="Specification-Title" value="${project.name}"/>
<attribute name="Specification-Vendor"
value="${project.vendor}"/>
<attribute name="Specification-Version"
value="${project.version}"/>