Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zinc for openSUSE:Factory checked in 
at 2021-07-28 19:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zinc (Old)
 and      /work/SRC/openSUSE:Factory/.zinc.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zinc"

Wed Jul 28 19:20:11 2021 rev:5 rq:908818 version:0.3.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/zinc/zinc.changes        2020-03-06 
21:33:37.185783873 +0100
+++ /work/SRC/openSUSE:Factory/.zinc.new.1899/zinc.changes      2021-07-28 
19:21:12.683543320 +0200
@@ -1,0 +2,8 @@
+Wed Jul 28 07:56:34 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Build only *.scala and *.java files
+- Modified patch:
+  * 0001-Fix-file-filtering.patch
+    + rediff to have correct line-numbers to patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zinc.spec ++++++
--- /var/tmp/diff_new_pack.P229d1/_old  2021-07-28 19:21:13.083542796 +0200
+++ /var/tmp/diff_new_pack.P229d1/_new  2021-07-28 19:21:13.083542796 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zinc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,7 @@
 %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
        -nobootcp \
 %endif
-       -cp $(build-classpath sbt nailgun) src/main/scala/com/typesafe/zinc/*
+       -cp $(build-classpath sbt nailgun) $(find 
src/main/scala/com/typesafe/zinc/ -name \*.scala -o -name \*.java | xargs)
 jar cf zinc.jar com
 %{mvn_artifact} pom.xml zinc.jar
 

++++++ 0001-Fix-file-filtering.patch ++++++
--- /var/tmp/diff_new_pack.P229d1/_old  2021-07-28 19:21:13.099542775 +0200
+++ /var/tmp/diff_new_pack.P229d1/_new  2021-07-28 19:21:13.099542775 +0200
@@ -12,7 +12,7 @@
 index e6c12e2..aa3ec01 100644
 --- a/src/main/scala/com/typesafe/zinc/Setup.scala
 +++ b/src/main/scala/com/typesafe/zinc/Setup.scala
-@@ -221,7 +221,7 @@ object Setup {
+@@ -238,7 +238,7 @@
    def prop(name: String) = Command + "." + name
  
    def allLibs(homeDir: Option[File]): Seq[File] = {

Reply via email to