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 2023-04-27 20:01:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jnr-unixsocket (Old)
 and      /work/SRC/openSUSE:Factory/.jnr-unixsocket.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jnr-unixsocket"

Thu Apr 27 20:01:20 2023 rev:3 rq:1083180 version:0.38.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/jnr-unixsocket/jnr-unixsocket.changes    
2021-07-10 00:03:06.298767516 +0200
+++ /work/SRC/openSUSE:Factory/.jnr-unixsocket.new.1533/jnr-unixsocket.changes  
2023-04-27 20:02:28.970471656 +0200
@@ -1,0 +2,6 @@
+Sun Dec 18 06:16:25 UTC 2022 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Update to v0.38.19
+  * No changelog provided by upstream
+
+-------------------------------------------------------------------
@@ -4 +10,2 @@
-- Update with v0.38.8
+- Update to v0.38.8
+  * No changelog provided by upstream

Old:
----
  jnr-unixsocket-0.38.8.tar.gz

New:
----
  jnr-unixsocket-0.38.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jnr-unixsocket.spec ++++++
--- /var/tmp/diff_new_pack.OnEiVl/_old  2023-04-27 20:02:29.530474949 +0200
+++ /var/tmp/diff_new_pack.OnEiVl/_new  2023-04-27 20:02:29.538474995 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jnr-unixsocket
+# spec file
 #
-# Copyright (c) 2021 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
@@ -18,7 +18,7 @@
 
 %global cluster jnr
 Name:           %{cluster}-unixsocket
-Version:        0.38.8
+Version:        0.38.19
 Release:        0
 Summary:        Unix sockets for Java
 License:        Apache-2.0

++++++ jnr-unixsocket-0.38.8.tar.gz -> jnr-unixsocket-0.38.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jnr-unixsocket-jnr-unixsocket-0.38.8/pom.xml 
new/jnr-unixsocket-jnr-unixsocket-0.38.19/pom.xml
--- old/jnr-unixsocket-jnr-unixsocket-0.38.8/pom.xml    2021-06-04 
22:06:25.000000000 +0200
+++ new/jnr-unixsocket-jnr-unixsocket-0.38.19/pom.xml   2022-11-15 
21:30:36.000000000 +0100
@@ -10,7 +10,7 @@
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-unixsocket</artifactId>
   <packaging>jar</packaging>
-  <version>0.38.8</version>
+  <version>0.38.19</version>
   <name>jnr-unixsocket</name>
   <description>UNIX socket channels for java</description>
   <url>http://github.com/jnr/jnr-unixsocket</url>
@@ -59,25 +59,25 @@
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-ffi</artifactId>
-      <version>2.2.4</version>
+      <version>2.2.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-constants</artifactId>
-      <version>0.10.2</version>
+      <version>0.10.4</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-enxio</artifactId>
-      <version>0.32.6</version>
+      <version>0.32.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-posix</artifactId>
-      <version>3.1.7</version>
+      <version>3.1.16</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
@@ -309,21 +309,12 @@
   <profiles>
     <profile>
       <id>java9</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <configuration>
-              <!-- Use -release compiler option rather than source/target if 
9+ -->
-              <release>${maven.compiler.target}</release>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
       <activation>
         <jdk>[9,)</jdk>
       </activation>
+      <properties>
+        <maven.compiler.release>8</maven.compiler.release>
+      </properties>
     </profile>
   </profiles>
 </project>

Reply via email to