Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package obs-service-go_modules for 
openSUSE:Factory checked in at 2023-03-02 23:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-go_modules (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-go_modules.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-go_modules"

Thu Mar  2 23:04:14 2023 rev:6 rq:1068974 version:0.6.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-go_modules/obs-service-go_modules.changes
    2023-02-27 12:56:03.795679460 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-go_modules.new.31432/obs-service-go_modules.changes
 2023-03-02 23:04:39.660200871 +0100
@@ -1,0 +2,7 @@
+Thu Mar 02 09:51:35 UTC 2023 - [email protected]
+
+- Update to version 0.6.1:
+  * README for pull requests enable maintainer edit permissions
+  * Fix parser errors in service file XML formedness and special chars
+
+-------------------------------------------------------------------
@@ -11,0 +19 @@
+    (CVE-2022-45155, bsc#1201138, bsc#1201140).

Old:
----
  obs-service-go_modules-0.6.0.tar.gz

New:
----
  obs-service-go_modules-0.6.1.tar.gz

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

Other differences:
------------------
++++++ obs-service-go_modules.spec ++++++
--- /var/tmp/diff_new_pack.4bCQdK/_old  2023-03-02 23:04:40.128203209 +0100
+++ /var/tmp/diff_new_pack.4bCQdK/_new  2023-03-02 23:04:40.132203228 +0100
@@ -37,7 +37,7 @@
 %define use_test   test
 %endif
 Name:           obs-service-%{service}
-Version:        0.6.0
+Version:        0.6.1
 Release:        0
 Summary:        An OBS source service: Download, verify and vendor Go module 
dependencies
 License:        GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4bCQdK/_old  2023-03-02 23:04:40.188203508 +0100
+++ /var/tmp/diff_new_pack.4bCQdK/_new  2023-03-02 23:04:40.196203548 +0100
@@ -3,7 +3,7 @@
     <param 
name="url">https://github.com/openSUSE/obs-service-go_modules</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.6.0</param>
+    <param name="revision">v0.6.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.4bCQdK/_old  2023-03-02 23:04:40.220203668 +0100
+++ /var/tmp/diff_new_pack.4bCQdK/_new  2023-03-02 23:04:40.224203688 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/obs-service-go_modules</param>
-              <param 
name="changesrevision">19eae60776556c82bd16373f8fbc3b7ba590bec7</param></service></servicedata>
+              <param 
name="changesrevision">2ed7720102f866a1e18691ff64f7ff8c7f81afa9</param></service></servicedata>
 (No newline at EOF)
 

++++++ obs-service-go_modules-0.6.0.tar.gz -> 
obs-service-go_modules-0.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-go_modules-0.6.0/README.md 
new/obs-service-go_modules-0.6.1/README.md
--- old/obs-service-go_modules-0.6.0/README.md  2023-02-27 11:29:49.000000000 
+0100
+++ new/obs-service-go_modules-0.6.1/README.md  2023-03-02 10:42:12.000000000 
+0100
@@ -317,6 +317,11 @@
 Please file proposals as an 
[issue](https://github.com/openSUSE/obs-service-go_modules/issues)
 to discuss feasibility and feature design leading to a subsequent 
implementation via pull request.
 
+When creating a pull request,
+please enable the permission:
+"[Maintainers are allowed to edit this pull 
request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork#enabling-repository-maintainer-permissions-on-existing-pull-requests)"
+if it is not on by default.
+
 ## License
 
 GNU General Public License v2.0 or later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-go_modules-0.6.0/go_modules.service 
new/obs-service-go_modules-0.6.1/go_modules.service
--- old/obs-service-go_modules-0.6.0/go_modules.service 2023-02-27 
11:29:49.000000000 +0100
+++ new/obs-service-go_modules-0.6.1/go_modules.service 2023-03-02 
10:42:12.000000000 +0100
@@ -1,10 +1,6 @@
 <service name="go_modules">
   <summary>OBS Source Service to download, verify and vendor Go module 
dependency sources</summary>
-  <description>This service extracts a Go application source,
-  reads the files go.mod and go.sum,
-  downloads and verifies Go module dependencies,
-  and creates a vendor.tar[.<tar compression>] to be committed allowing fully 
offline
-  builds of Go applications.</description>
+  <description>This service for Go applications creates a vendor.tar.gz of Go 
module dependencies allowing fully offline builds in OBS. The service extracts 
Go application sources, reads the files go.mod and go.sum, then downloads and 
verifies Go module dependencies. The generated tarball will unpack to directory 
vendor which enables vendor mode. In vendor mode, the contents of the vendor 
directory will be used to load packages instead of the network or local module 
cache.</description>
   <parameter name="strategy">
     <description>Choose the strategy this service runs in. Values: vendor. 
Default: vendor</description>
   </parameter>
@@ -12,11 +8,12 @@
     <description>Specify the Go application source archive that contains 
go.mod and go.sum. Values: app-x.y.z.tar.gz. Default: None, will use 
autodetection</description>
   </parameter>
   <parameter name="compression">
-    <description>Specify the source / vendor tarballs compression method. When 
using "tar" no compression is applied. Default: "gz".</description>
+    <description>Specify the compression method for the generated vendor 
tarball. When using "tar" no compression is applied. Values: gz, zst. Default: 
"gz".</description>
   </parameter>
   <parameter name="basename">
-    <description>Normally the go_modules service is able to determine the name 
of the top directory. Should this not be possible for some reason, use this 
option to specify.</description>
+    <description>Normally the go_modules service is able to determine the name 
of the top directory. Should this not be possible for some reason, use this 
option to specify. Default: None.</description>
+  </parameter>
   <parameter name="subdir">
-    <description>If go.mod is not available in the top directory of the 
archive, specify its path (relative to the top directory).</description>
+    <description>If go.mod is not available in the top directory of the 
archive, specify its path (relative to the top directory). Default: 
None.</description>
   </parameter>
 </service>

Reply via email to