Hello community,

here is the log from the commit of package bytelist for openSUSE:Factory 
checked in at 2017-09-15 22:32:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bytelist (Old)
 and      /work/SRC/openSUSE:Factory/.bytelist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bytelist"

Fri Sep 15 22:32:17 2017 rev:15 rq:526361 version:1.0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/bytelist/bytelist.changes        2015-12-14 
10:15:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bytelist.new/bytelist.changes   2017-09-15 
22:32:18.994969272 +0200
@@ -1,0 +2,7 @@
+Fri Sep 15 11:23:14 UTC 2017 - [email protected]
+
+- Added patch:
+  * bytelist-sourcetarget.patch
+    - Specify java source and target 1.6 to allow build with jdk9
+
+-------------------------------------------------------------------

New:
----
  bytelist-sourcetarget.patch

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

Other differences:
------------------
++++++ bytelist.spec ++++++
--- /var/tmp/diff_new_pack.ZfaRWO/_old  2017-09-15 22:32:20.358777163 +0200
+++ /var/tmp/diff_new_pack.ZfaRWO/_new  2017-09-15 22:32:20.362776601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bytelist
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,10 +20,11 @@
 Version:        1.0.14
 Release:        0
 Summary:        A java library for lists of bytes
-License:        CPL-1.0 or GPL-2.0+ or LGPL-2.1+
+License:        CPL-1.0 OR GPL-2.0+ OR LGPL-2.1+
 Group:          Development/Libraries/Java
 Url:            https://github.com/jruby/bytelist
 Source0:        
https://github.com/jruby/bytelist/archive/%{name}-%{version}.tar.gz
+Patch0:         %{name}-sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  java-devel
@@ -33,7 +34,6 @@
 Requires:       java
 Requires:       javapackages-tools
 Requires:       jcodings
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -41,6 +41,7 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
 
 find -name '*.class' -delete
 find -name '*.jar' -delete
@@ -65,7 +66,6 @@
 ant test
 
 %files
-%defattr(-,root,root,-)
 %{_javadir}/*
 %doc README.txt
 

++++++ bytelist-sourcetarget.patch ++++++
--- bytelist-bytelist-1.0.14/build.xml  2015-04-22 22:59:59.000000000 +0200
+++ bytelist-bytelist-1.0.14/build.xml  2017-09-15 13:20:49.184911178 +0200
@@ -10,13 +10,13 @@
   </target>
 
   <target name="compile" depends="init">
-    <javac destdir="build/classes" debug="true" source="1.5" target="1.5" 
deprecation="true" encoding="UTF-8">
+    <javac destdir="build/classes" debug="true" source="1.6" target="1.6" 
deprecation="true" encoding="UTF-8">
        <src path="src"/>
     </javac>
   </target>
 
   <target name="compile-tests" depends="compile">
-    <javac destdir="build/test-classes" debug="true" source="1.5" target="1.5" 
deprecation="true" encoding="UTF-8">
+    <javac destdir="build/test-classes" debug="true" source="1.6" target="1.6" 
deprecation="true" encoding="UTF-8">
        <classpath>
          <pathelement location="build/classes"/>
        </classpath>

Reply via email to