Hello community,

here is the log from the commit of package mockito for openSUSE:Factory checked 
in at 2020-03-25 23:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mockito (Old)
 and      /work/SRC/openSUSE:Factory/.mockito.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mockito"

Wed Mar 25 23:48:36 2020 rev:3 rq:788310 version:1.10.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/mockito/mockito.changes  2019-12-02 
11:38:28.934462460 +0100
+++ /work/SRC/openSUSE:Factory/.mockito.new.3160/mockito.changes        
2020-03-25 23:50:17.396020669 +0100
@@ -1,0 +2,5 @@
+Wed Mar 25 11:45:10 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Fetch sources using source service instead of script
+
+-------------------------------------------------------------------

Old:
----
  make-mockito-sourcetarball.sh

New:
----
  _service

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

Other differences:
------------------
++++++ mockito.spec ++++++
--- /var/tmp/diff_new_pack.NWEBBw/_old  2020-03-25 23:50:19.076020224 +0100
+++ /var/tmp/diff_new_pack.NWEBBw/_new  2020-03-25 23:50:19.076020224 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mockito
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,6 @@
 Group:          Development/Libraries/Java
 URL:            http://%{name}.org
 Source0:        %{name}-%{version}.tar.xz
-Source1:        make-%{name}-sourcetarball.sh
 Patch0:         fixup-ant-script.patch
 Patch1:         fix-bnd-config.patch
 Patch2:         %{name}-matcher.patch
@@ -37,6 +36,7 @@
 BuildRequires:  ant
 BuildRequires:  aqute-bnd
 BuildRequires:  cglib
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  hamcrest
 BuildRequires:  javapackages-local
@@ -62,6 +62,7 @@
 
 %prep
 %setup -q
+dos2unix `find -name *.java`
 %patch0
 %patch1
 %patch2 -p1
@@ -72,7 +73,7 @@
 
 %pom_add_dep net.sf.cglib:cglib:3.1 maven/mockito-core.pom
 find . -name "*.java" -exec sed -i "s|org\.%{name}\.cglib|net\.sf\.cglib|g" {} 
+
-mkdir -p lib/compile
+mkdir -p lib/compile lib/build lib/run lib/repackaged
 
 %pom_xpath_remove 'target[@name="javadoc"]/copy' build.xml
 

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/mockito/mockito.git</param>
                <param name="revision">v1.10.19</param>
                <param name="versionformat">1.10.19</param>
                <param name="exclude">build.gradle</param>
                <param name="exclude">cglib-and-asm</param>
                <param name="exclude">lib/*</param>
                <param name="exclude">doc</param>
                <param name="exclude">gradle</param>
                <param name="exclude">gradlew</param>
                <param name="exclude">gradlew.bat</param>
                <param name="exclude">javadoc</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>
++++++ mockito-1.10.19.tar.xz ++++++
++++ 41597 lines of diff (skipped)


Reply via email to