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 2024-08-14 14:14:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-annotations (Old)
and /work/SRC/openSUSE:Factory/.jackson-annotations.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-annotations"
Wed Aug 14 14:14:53 2024 rev:14 rq:1193671 version:2.17.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-annotations/jackson-annotations.changes
2024-05-21 18:35:44.688853784 +0200
+++
/work/SRC/openSUSE:Factory/.jackson-annotations.new.7232/jackson-annotations.changes
2024-08-14 14:15:26.430017814 +0200
@@ -1,0 +2,6 @@
+Wed Aug 7 08:49:06 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Update to 2.17.2
+ * No changes since 2.17.1
+
+-------------------------------------------------------------------
Old:
----
jackson-annotations-2.17.1.tar.gz
New:
----
jackson-annotations-2.17.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jackson-annotations.spec ++++++
--- /var/tmp/diff_new_pack.kancMK/_old 2024-08-14 14:15:28.510104767 +0200
+++ /var/tmp/diff_new_pack.kancMK/_new 2024-08-14 14:15:28.514104935 +0200
@@ -17,7 +17,7 @@
Name: jackson-annotations
-Version: 2.17.1
+Version: 2.17.2
Release: 0
Summary: Core annotations for Jackson data processor
License: Apache-2.0
++++++ jackson-annotations-2.17.1.tar.gz -> jackson-annotations-2.17.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/jackson-annotations-jackson-annotations-2.17.1/pom.xml
new/jackson-annotations-jackson-annotations-2.17.2/pom.xml
--- old/jackson-annotations-jackson-annotations-2.17.1/pom.xml 2024-05-05
03:43:51.000000000 +0200
+++ new/jackson-annotations-jackson-annotations-2.17.2/pom.xml 2024-07-05
18:50:24.000000000 +0200
@@ -16,7 +16,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<name>Jackson-annotations</name>
- <version>2.17.1</version>
+ <version>2.17.2</version>
<packaging>jar</packaging>
<description>Core annotations used for value types, used by Jackson data
binding package.
</description>
@@ -34,7 +34,7 @@
<connection>scm:git:[email protected]:FasterXML/jackson-annotations.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-annotations.git</developerConnection>
<url>https://github.com/FasterXML/jackson-annotations</url>
- <tag>jackson-annotations-2.17.1</tag>
+ <tag>jackson-annotations-2.17.2</tag>
</scm>
<properties>
@@ -50,7 +50,7 @@
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
<!-- for Reproducible Builds -->
-
<project.build.outputTimestamp>2024-05-05T01:43:44Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-07-05T16:50:16Z</project.build.outputTimestamp>
</properties>
<dependencies>
++++++ jackson-annotations-build.xml ++++++
--- /var/tmp/diff_new_pack.kancMK/_old 2024-08-14 14:15:28.646110453 +0200
+++ /var/tmp/diff_new_pack.kancMK/_new 2024-08-14 14:15:28.650110620 +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.17.1"/>
+ <property name="project.version" value="2.17.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}"/>