Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jansi for openSUSE:Factory checked 
in at 2023-04-27 20:00:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jansi (Old)
 and      /work/SRC/openSUSE:Factory/.jansi.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jansi"

Thu Apr 27 20:00:42 2023 rev:6 rq:1083071 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jansi/jansi.changes      2022-05-17 
17:24:27.075171950 +0200
+++ /work/SRC/openSUSE:Factory/.jansi.new.1533/jansi.changes    2023-04-27 
20:01:01.361956638 +0200
@@ -1,0 +2,6 @@
+Wed Apr 26 15:53:32 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Fetch sources using source_service and don't distribute legally
+  spurious files (bsc#1210877)
+
+-------------------------------------------------------------------

Old:
----
  jansi-2.4.0.tar.gz

New:
----
  _service
  jansi-2.4.0.tar.xz

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

Other differences:
------------------
++++++ jansi.spec ++++++
--- /var/tmp/diff_new_pack.q9grSj/_old  2023-04-27 20:01:01.765959014 +0200
+++ /var/tmp/diff_new_pack.q9grSj/_new  2023-04-27 20:01:01.769959037 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jansi
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 URL:            https://fusesource.github.io/jansi/
-Source0:        
https://github.com/fusesource/jansi/archive/jansi-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-build.xml
 Patch0:         %{name}-jni.patch
 BuildRequires:  ant
@@ -46,7 +46,7 @@
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q -n jansi-jansi-%{version}
+%setup -q
 cp %{SOURCE1} build.xml
 
 %pom_remove_parent
@@ -66,11 +66,7 @@
 # Build for JDK 1.8 at a minimum
 %pom_xpath_set "//pom:properties/pom:jdkTarget" 1.8
 
-# Remove prebuilt shared objects
-rm -fr src/main/resources/org/fusesource/jansi/internal
-
-# Unbundle the JNI headers
-rm src/main/native/inc_linux/*.h
+# Link the JNI headers
 ln -s %{java_home}/include/jni.h src/main/native/inc_linux
 ln -s %{java_home}/include/linux/jni_md.h src/main/native/inc_linux
 

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/fusesource/jansi.git</param>
                <param name="revision">jansi-2.4.0</param>
                <param name="match-tag">jansi-*</param>
                <param name="versionformat">@PARENT_TAG@</param>
                <param name="versionrewrite-pattern">jansi-(.*)</param>
        <param name="exclude">src/main/native/inc_mac</param>
        <param name="exclude">src/main/native/inc_win</param>
        <param name="exclude">src/main/native/inc_linux/*</param>
        <param 
name="exclude">src/main/resources/org/fusesource/jansi/internal</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>

Reply via email to