Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jnr-process for openSUSE:Factory 
checked in at 2023-04-27 20:01:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jnr-process (Old)
 and      /work/SRC/openSUSE:Factory/.jnr-process.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jnr-process"

Thu Apr 27 20:01:19 2023 rev:2 rq:1083179 version:0.4.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/jnr-process/jnr-process.changes  2021-07-10 
00:03:06.914762725 +0200
+++ /work/SRC/openSUSE:Factory/.jnr-process.new.1533/jnr-process.changes        
2023-04-27 20:02:28.194467095 +0200
@@ -1,0 +2,6 @@
+Sun Dec 18 06:44:29 UTC 2022 - Anton Shvetz <shvetz.an...@gmail.com>
+
+- Update to v0.4.12
+  * No changelog provided by upstream
+
+-------------------------------------------------------------------

Old:
----
  jnr-process-0.4.5.tar.gz

New:
----
  jnr-process-0.4.12.tar.gz

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

Other differences:
------------------
++++++ jnr-process.spec ++++++
--- /var/tmp/diff_new_pack.rmbbl9/_old  2023-04-27 20:02:28.646469751 +0200
+++ /var/tmp/diff_new_pack.rmbbl9/_new  2023-04-27 20:02:28.650469775 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jnr-process
+# 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}-process
-Version:        0.4.5
+Version:        0.4.12
 Release:        0
 Summary:        A ProcessBuilder look-alike based entirely on native POSIX APIs
 License:        Apache-2.0

++++++ jnr-process-0.4.5.tar.gz -> jnr-process-0.4.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jnr-process-jnr-process-0.4.5/pom.xml 
new/jnr-process-jnr-process-0.4.12/pom.xml
--- old/jnr-process-jnr-process-0.4.5/pom.xml   2021-06-04 22:09:29.000000000 
+0200
+++ new/jnr-process-jnr-process-0.4.12/pom.xml  2022-11-15 19:47:02.000000000 
+0100
@@ -9,7 +9,7 @@
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-process</artifactId>
   <packaging>jar</packaging>
-  <version>0.4.5</version>
+  <version>0.4.12</version>
   <url>https://github.com/jnr/jnr-process</url>
 
   <licenses>
@@ -43,18 +43,18 @@
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-constants</artifactId>
-      <version>0.10.2</version>
+      <version>0.10.4</version>
     </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>
     <dependency>
       <groupId>com.github.jnr</groupId>
       <artifactId>jnr-enxio</artifactId>
-      <version>0.32.6</version>
+      <version>0.32.14</version>
     </dependency>
   </dependencies>
 
@@ -117,21 +117,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