Script 'mail_helper' called by obssrc
Hello community,

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

Package is "aqute-bnd"

Thu Apr 27 20:00:43 2023 rev:8 rq:1083075 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/aqute-bnd/aqute-bnd.changes      2021-11-10 
21:47:18.091833765 +0100
+++ /work/SRC/openSUSE:Factory/.aqute-bnd.new.1533/aqute-bnd.changes    
2023-04-27 20:01:01.949960095 +0200
@@ -1,0 +2,6 @@
+Wed Apr 26 17:47:47 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Fetch sources using source_service and don't distribute legally
+  spurious files (bsc#1210878)
+
+-------------------------------------------------------------------
bnd-maven-plugin.changes: same change

Old:
----
  5.2.0.REL.tar.gz
  bnd-5.2.0.REL-build_xml.tar.xz

New:
----
  _service
  bnd-5.2.0-build_xml.tar.xz
  bnd-5.2.0.tar.xz

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

Other differences:
------------------
++++++ aqute-bnd.spec ++++++
--- /var/tmp/diff_new_pack.npo6nR/_old  2023-04-27 20:01:03.641970042 +0200
+++ /var/tmp/diff_new_pack.npo6nR/_new  2023-04-27 20:01:03.645970065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aqute-bnd
 #
-# Copyright (c) 2021 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
@@ -24,8 +24,8 @@
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 URL:            https://bnd.bndtools.org/
-Source0:        https://github.com/bndtools/bnd/archive/%{version}.REL.tar.gz
-Source1:        bnd-%{version}.REL-build_xml.tar.xz
+Source0:        bnd-%{version}.tar.xz
+Source1:        bnd-%{version}-build_xml.tar.xz
 Source2:        
https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd.ant/%{version}/biz.aQute.bnd.ant-%{version}.pom
 Source3:        
https://repo1.maven.org/maven2/biz/aQute/bnd/aQute.libg/%{version}/aQute.libg-%{version}.pom
 Source4:        
https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd/%{version}/biz.aQute.bnd-%{version}.pom
@@ -85,10 +85,7 @@
 API documentation for %{name}.
 
 %prep
-%setup -q -n bnd-%{version}.REL -a 1
-
-rm gradlew*
-rm -f $(find | grep -E '\.(.ar|exe|tar\.(gz|bz2|xz)|zip)$' | xargs)
+%setup -q -n bnd-%{version} -a 1
 
 mkdir -p lib
 build-jar-repository -s lib \

++++++ bnd-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.npo6nR/_old  2023-04-27 20:01:03.681970277 +0200
+++ /var/tmp/diff_new_pack.npo6nR/_new  2023-04-27 20:01:03.685970300 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bnd-maven-plugin
 #
-# Copyright (c) 2021 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
@@ -24,7 +24,7 @@
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 URL:            https://bnd.bndtools.org/
-Source0:        https://github.com/bndtools/bnd/archive/%{version}.REL.tar.gz
+Source0:        bnd-%{version}.tar.xz
 Patch0:         0001-Disable-removed-commands.patch
 Patch2:         0003-Port-to-OSGI-7.0.0.patch
 Patch3:         aqute-bnd-java8compat.patch
@@ -56,16 +56,13 @@
 API documentation for %{name}.
 
 %prep
-%setup -q -n bnd-%{version}.REL
+%setup -q -n bnd-%{version}
 
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 
-rm gradlew*
-rm -f $(find | grep -E '\.(.ar|exe|tar\.(gz|bz2|xz)|zip)$' | xargs)
-
 pushd maven
 %pom_remove_dep -r :biz.aQute.bnd.maven
 %pom_remove_dep -r :biz.aQute.resolve

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">https://github.com/bndtools/bnd.git</param>
                <param name="revision">5.2.0.REL</param>
                <param name="match-tag">*.REL</param>
                <param name="versionformat">@PARENT_TAG@</param>
                <param name="versionrewrite-pattern">(.*).REL</param>
        <param name="exclude">gradlew*</param>
        <param name="exclude">docs</param>
        <param name="exclude">**.jar</param>
        <param name="exclude">**.class</param>
        <param name="exclude">**.ar</param>
        <param name="exclude">**.gz</param>
        <param name="exclude">**.bz2</param>
        <param name="exclude">**.xz</param>
        <param name="exclude">**.zip</param>
        <param name="exclude">**.exe</param>
        <param name="exclude">**.dll</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>

++++++ bnd-5.2.0.REL-build_xml.tar.xz -> bnd-5.2.0-build_xml.tar.xz ++++++
++++ no output (probably identical)

++++++ bnd-5.2.0.REL-build_xml.tar.xz -> bnd-5.2.0.tar.xz ++++++
++++ 618251 lines of diff (skipped)

Reply via email to