Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package reflectasm for openSUSE:Factory 
checked in at 2022-12-06 14:24:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reflectasm (Old)
 and      /work/SRC/openSUSE:Factory/.reflectasm.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reflectasm"

Tue Dec  6 14:24:10 2022 rev:4 rq:1040521 version:1.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/reflectasm/reflectasm.changes    2022-03-23 
20:20:30.194534888 +0100
+++ /work/SRC/openSUSE:Factory/.reflectasm.new.1835/reflectasm.changes  
2022-12-06 14:24:25.886167038 +0100
@@ -1,0 +2,6 @@
+Mon Dec  5 22:03:45 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.11.1:
+  * license clarification 
+
+-------------------------------------------------------------------

Old:
----
  reflectasm-1.11.0.tar.gz

New:
----
  reflectasm-1.11.1.tar.gz

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

Other differences:
------------------
++++++ reflectasm.spec ++++++
--- /var/tmp/diff_new_pack.N03iCM/_old  2022-12-06 14:24:26.502172289 +0100
+++ /var/tmp/diff_new_pack.N03iCM/_new  2022-12-06 14:24:26.506172323 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           reflectasm
-Version:        1.11.0
+Version:        1.11.1
 Release:        0
 Summary:        High performance Java library that provides reflection by 
using code generation
 License:        BSD-3-Clause

++++++ reflectasm-1.11.0.tar.gz -> reflectasm-1.11.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reflectasm-reflectasm-1.11.0/CONTRIBUTING.md 
new/reflectasm-reflectasm-1.11.1/CONTRIBUTING.md
--- old/reflectasm-reflectasm-1.11.0/CONTRIBUTING.md    1970-01-01 
01:00:00.000000000 +0100
+++ new/reflectasm-reflectasm-1.11.1/CONTRIBUTING.md    2016-02-02 
23:00:38.000000000 +0100
@@ -0,0 +1,7 @@
+Project license(s): New BSD License
+
+* You will only Submit Contributions where You have authored 100% of the 
content.
+
+* You will only Submit Contributions to which You have the necessary rights. 
This means that if You are employed You have received the necessary permissions 
from Your employer to make the Contributions.
+
+* Whatever content You Contribute will be provided under the Project 
License(s).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reflectasm-reflectasm-1.11.0/README.md 
new/reflectasm-reflectasm-1.11.1/README.md
--- old/reflectasm-reflectasm-1.11.0/README.md  2015-03-26 01:04:58.000000000 
+0100
+++ new/reflectasm-reflectasm-1.11.1/README.md  2016-02-02 23:00:38.000000000 
+0100
@@ -24,7 +24,7 @@
     <dependency>
         <groupId>com.esotericsoftware</groupId>
         <artifactId>reflectasm</artifactId>
-        <version>1.10.1</version>
+        <version>1.11.0</version>
     </dependency>
 ```
 
@@ -34,7 +34,7 @@
 <dependency>
   <groupId>com.esotericsoftware</groupId>
   <artifactId>reflectasm</artifactId>
-  <version>1.10.1</version>
+  <version>1.11.0</version>
   <classifier>shaded</classifier>
   <exclusions>
     <exclusion>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reflectasm-reflectasm-1.11.0/pom.xml 
new/reflectasm-reflectasm-1.11.1/pom.xml
--- old/reflectasm-reflectasm-1.11.0/pom.xml    2015-03-26 01:04:58.000000000 
+0100
+++ new/reflectasm-reflectasm-1.11.1/pom.xml    2016-02-02 23:00:38.000000000 
+0100
@@ -7,7 +7,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>com.esotericsoftware</groupId>
        <artifactId>reflectasm</artifactId>
-       <version>1.11.0</version>
+       <version>1.11.1</version>
        <packaging>bundle</packaging>
        <name>ReflectASM</name>
        <description>High performance Java reflection using code 
generation</description>
@@ -43,7 +43,7 @@
                <dependency>
                        <groupId>org.ow2.asm</groupId>
                        <artifactId>asm</artifactId>
-                       <version>5.0.3</version>
+                       <version>5.0.4</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>

Reply via email to