Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmvn-connector-ivy for 
openSUSE:Factory checked in at 2024-03-14 17:44:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmvn-connector-ivy (Old)
 and      /work/SRC/openSUSE:Factory/.xmvn-connector-ivy.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmvn-connector-ivy"

Thu Mar 14 17:44:42 2024 rev:5 rq:1157855 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmvn-connector-ivy/xmvn-connector-ivy.changes    
2023-09-13 20:44:43.290416442 +0200
+++ 
/work/SRC/openSUSE:Factory/.xmvn-connector-ivy.new.1905/xmvn-connector-ivy.changes
  2024-03-14 17:45:39.530704734 +0100
@@ -1,0 +2,6 @@
+Thu Mar 14 06:45:21 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Official 4.0.0 relase
+  * No changes from the previous snapshot, just an official tag
+
+-------------------------------------------------------------------

Old:
----
  xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz

New:
----
  xmvn-connector-ivy-4.0.0.tar.xz

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

Other differences:
------------------
++++++ xmvn-connector-ivy.spec ++++++
--- /var/tmp/diff_new_pack.eA2JtX/_old  2024-03-14 17:45:47.034980747 +0100
+++ /var/tmp/diff_new_pack.eA2JtX/_new  2024-03-14 17:45:47.034980747 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package xmvn-connector-ivy
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global parent xmvn
 %global subname connector-ivy
 Name:           %{parent}-%{subname}
-Version:        4.0.0~20220623.8da91ea
+Version:        4.0.0
 Release:        0
 Summary:        XMvn Connector for Apache Ivy
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.eA2JtX/_old  2024-03-14 17:45:47.098983101 +0100
+++ /var/tmp/diff_new_pack.eA2JtX/_new  2024-03-14 17:45:47.110983542 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/fedora-java/xmvn-connector-ivy.git</param>
-               <param 
name="revision">8da91ea478427a4d241949ab5ca240cc983fde0f</param>
-               <param name="versionformat">4.0.0~%cd.%h</param>
+               <param name="revision">4.0.0</param>
+               <param name="versionformat">@PARENT_TAG@</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz -> 
xmvn-connector-ivy-4.0.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmvn-connector-ivy-4.0.0~20220623.8da91ea/pom.xml 
new/xmvn-connector-ivy-4.0.0/pom.xml
--- old/xmvn-connector-ivy-4.0.0~20220623.8da91ea/pom.xml       2022-06-23 
06:37:59.000000000 +0200
+++ new/xmvn-connector-ivy-4.0.0/pom.xml        2023-07-25 15:31:45.000000000 
+0200
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.fedoraproject.xmvn</groupId>
   <artifactId>xmvn-connector-ivy</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>4.0.0</version>
   <name>XMvn Connector for Apache Ivy</name>
   <description>
     XMvn Connector for Apache Ivy provides integration of Apache Ivy

++++++ xmvn-connector-ivy-build.xml ++++++
--- /var/tmp/diff_new_pack.eA2JtX/_old  2024-03-14 17:45:47.202986927 +0100
+++ /var/tmp/diff_new_pack.eA2JtX/_new  2024-03-14 17:45:47.214987368 +0100
@@ -7,10 +7,11 @@
   <!-- ====================================================================== 
-->
 
   <property file="build.properties"/>
-  <property name="project.version" value="4.0.0-SNAPSHOT"/>
+  <property name="project.version" value="4.0.0"/>
   <property name="project.groupId" value="org.fedoraproject.xmvn"/>
 
-  <property name="compiler.source" value="1.8"/>
+  <property name="compiler.release" value="8"/>
+  <property name="compiler.source" value="1.${compiler.release}"/>
   <property name="compiler.target" value="${compiler.source}"/>
   <property name="project.artifactId" value="xmvn-connector-ivy"/>
   <property name="project.name" value="XMvn Connector for Apache Ivy"/>
@@ -57,6 +58,7 @@
            debug="true" 
            optimize="false" 
            deprecation="true" 
+           release="${compiler.release}" 
            target="${compiler.target}" 
            verbose="false" 
            fork="false" 

Reply via email to