Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package guava for openSUSE:Factory checked 
in at 2024-03-13 22:19:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guava (Old)
 and      /work/SRC/openSUSE:Factory/.guava.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guava"

Wed Mar 13 22:19:21 2024 rev:11 rq:1157419 version:32.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/guava/guava.changes      2024-02-22 
20:58:54.332018102 +0100
+++ /work/SRC/openSUSE:Factory/.guava.new.1770/guava.changes    2024-03-13 
22:20:17.932076216 +0100
@@ -1,0 +2,5 @@
+Tue Mar 12 18:57:05 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Fix version mismatch in the ant build files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ guava-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml      2023-06-15 15:14:12.153667258 +0200
+++ new/common.xml      2024-03-12 19:51:46.831190765 +0100
@@ -3,9 +3,10 @@
 <project name="common">
 
   <property name="project.groupId" value="com.google.guava"/>
-  <property name="project.version" value="32.0.1-jre"/>
+  <property name="project.version" value="32.0.1"/>
   
-  <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}"/>
 
 </project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guava/build.xml new/guava/build.xml
--- old/guava/build.xml 2021-05-10 20:21:25.778710719 +0200
+++ new/guava/build.xml 2024-03-12 19:55:31.971831344 +0100
@@ -228,13 +228,13 @@
                <attribute name="Bundle-ManifestVersion" value="2"/>
                <attribute name="Bundle-Name" value="Guava: Google Core 
Libraries for Java"/>
                <attribute name="Bundle-SymbolicName" value="com.google.guava"/>
-               <attribute name="Bundle-Version" value="25.0.0.jre"/>
-               <attribute name="Export-Package" 
value="com.google.common.annotations;version=&quot;25.0.0&quot;,com.google.common.base;version=&quot;25.0.0&quot;,com.google.common.cache;version=&quot;25.0.0&quot;,com.google.common.collect;version=&quot;25.0.0&quot;,com.google.common.escape;version=&quot;25.0.0&quot;,com.google.common.eventbus;version=&quot;25.0.0&quot;,com.google.common.graph;version=&quot;25.0.0&quot;,com.google.common.hash;version=&quot;25.0.0&quot;,com.google.common.html;version=&quot;25.0.0&quot;,com.google.common.io;version=&quot;25.0.0&quot;,com.google.common.math;version=&quot;25.0.0&quot;,com.google.common.net;version=&quot;25.0.0&quot;,com.google.common.primitives;version=&quot;25.0.0&quot;,com.google.common.reflect;version=&quot;25.0.0&quot;,com.google.common.util.concurrent;version=&quot;25.0.0&quot;,com.google.common.xml;version=&quot;25.0.0&quot;"/>
+               <attribute name="Bundle-Version" value="${project.version}"/>
+               <attribute name="Export-Package" 
value="com.google.common.annotations;version=&quot;${project.version}&quot;,com.google.common.base;version=&quot;${project.version}&quot;,com.google.common.cache;version=&quot;${project.version}&quot;,com.google.common.collect;version=&quot;${project.version}&quot;,com.google.common.escape;version=&quot;${project.version}&quot;,com.google.common.eventbus;version=&quot;${project.version}&quot;,com.google.common.graph;version=&quot;${project.version}&quot;,com.google.common.hash;version=&quot;${project.version}&quot;,com.google.common.html;version=&quot;${project.version}&quot;,com.google.common.io;version=&quot;${project.version}&quot;,com.google.common.math;version=&quot;${project.version}&quot;,com.google.common.net;version=&quot;${project.version}&quot;,com.google.common.primitives;version=&quot;${project.version}&quot;,com.google.common.reflect;version=&quot;${project.version}&quot;,com.google.common.util.concurrent;version=&quot;${project.versi
 on}&quot;,com.google.common.xml;version=&quot;${project.version}&quot;"/>
                <attribute name="Import-Package" 
value="javax.annotation;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,sun.misc;resolution:=optional"/>
         <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:=&quot;(&amp;(osgi.ee=JavaSE)(version=1.8))&quot;"/>
+               <attribute name="Require-Capability" 
value="osgi.ee;filter:=&quot;(&amp;(osgi.ee=JavaSE)(version=${compiler.target}))&quot;"/>
       </manifest>
     </jar>
   </target>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/guava-testlib/build.xml new/guava-testlib/build.xml
--- old/guava-testlib/build.xml 2021-05-10 17:41:35.613376965 +0200
+++ new/guava-testlib/build.xml 2024-03-12 19:50:50.967697439 +0100
@@ -61,6 +61,7 @@
            optimize="false" 
            deprecation="true" 
            encoding="UTF-8" 
+           release="${compiler.release}" 
            target="${compiler.target}" 
            verbose="false" 
            fork="false" 
@@ -92,6 +93,7 @@
            optimize="false" 
            deprecation="true" 
            encoding="UTF-8" 
+           release="${compiler.release}" 
            target="${compiler.target}"
            verbose="false" 
            fork="false" 

Reply via email to