Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-service-product_converter for openSUSE:Factory checked in at 2023-02-08 17:20:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-product_converter (Old) and /work/SRC/openSUSE:Factory/.obs-service-product_converter.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-product_converter" Wed Feb 8 17:20:51 2023 rev:21 rq:1063832 version:1.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-product_converter/obs-service-product_converter.changes 2022-10-11 18:06:02.210132046 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-product_converter.new.4462/obs-service-product_converter.changes 2023-02-08 17:21:17.126235415 +0100 @@ -1,0 +2,6 @@ +Wed Feb 8 13:21:31 UTC 2023 - Adrian Schröter <adr...@suse.de> + +- 1.5.4 + * make purl_distro of SPDX data configurable + +------------------------------------------------------------------- Old: ---- obs-service-product_converter-1.5.3.obscpio New: ---- obs-service-product_converter-1.5.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-product_converter.spec ++++++ --- /var/tmp/diff_new_pack.A811kK/_old 2023-02-08 17:21:17.634237909 +0100 +++ /var/tmp/diff_new_pack.A811kK/_new 2023-02-08 17:21:17.642237948 +0100 @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -19,7 +19,7 @@ %define service product_converter Name: obs-service-%service -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: An OBS source service: create product media build descriptions License: GPL-2.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.A811kK/_old 2023-02-08 17:21:17.710238282 +0100 +++ /var/tmp/diff_new_pack.A811kK/_new 2023-02-08 17:21:17.714238302 +0100 @@ -2,8 +2,8 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/openSUSE/obs-service-product_converter.git</param> <param name="scm">git</param> - <param name="version">1.5.3</param> - <param name="revision">1.5.3</param> + <param name="version">1.5.4</param> + <param name="revision">1.5.4</param> </service> <service name="set_version" mode="manual"/> <service name="tar" mode="buildtime"/> ++++++ obs-service-product_converter-1.5.3.obscpio -> obs-service-product_converter-1.5.4.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-product_converter-1.5.3/BSProductXML.pm new/obs-service-product_converter-1.5.4/BSProductXML.pm --- old/obs-service-product_converter-1.5.3/BSProductXML.pm 2022-10-11 16:31:34.000000000 +0200 +++ new/obs-service-product_converter-1.5.4/BSProductXML.pm 2023-02-08 14:17:55.000000000 +0100 @@ -105,6 +105,7 @@ 'arch', 'cpeid', # generated, not for input 'productline', + 'purl_distro', # the distro string of spdx to be used with this product 'releasepkgname', # defaults to $name-release [ 'codestream' => [], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-product_converter-1.5.3/create_single_product new/obs-service-product_converter-1.5.4/create_single_product --- old/obs-service-product_converter-1.5.3/create_single_product 2022-10-11 16:31:34.000000000 +0200 +++ new/obs-service-product_converter-1.5.4/create_single_product 2023-02-08 14:17:55.000000000 +0100 @@ -344,6 +344,7 @@ } my $cpe = getCpeId($prodRef, $product); $info{'DISTRO'} = "$cpe,$label"; + $info{'PURL_DISTRO'} = $product->{'purl_distro'} if $product->{'purl_distro'}; $options{'REPO_LOCATION'} = getUrl($product,$arch,"repository"); $info{'LINGUAS'} = ""; ++++++ obs-service-product_converter.obsinfo ++++++ --- /var/tmp/diff_new_pack.A811kK/_old 2023-02-08 17:21:17.870239067 +0100 +++ /var/tmp/diff_new_pack.A811kK/_new 2023-02-08 17:21:17.874239087 +0100 @@ -1,5 +1,5 @@ name: obs-service-product_converter -version: 1.5.3 -mtime: 1665498694 -commit: 0503b6444b09ce3094f96c2f5ffde034ba9ba3ba +version: 1.5.4 +mtime: 1675862275 +commit: a0d442f220809697702f398464e1b45d00930212