Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mtail for openSUSE:Factory checked 
in at 2022-08-05 19:50:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtail (Old)
 and      /work/SRC/openSUSE:Factory/.mtail.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mtail"

Fri Aug  5 19:50:54 2022 rev:3 rq:993094 version:3.0.0rc50

Changes:
--------
--- /work/SRC/openSUSE:Factory/mtail/mtail.changes      2021-11-22 
23:05:35.093649999 +0100
+++ /work/SRC/openSUSE:Factory/.mtail.new.1521/mtail.changes    2022-08-05 
19:51:52.981592318 +0200
@@ -1,0 +2,56 @@
+Wed Aug 03 20:23:02 UTC 2022 - [email protected]
+
+- Update to version 3.0.0rc50:
+  * ci: Select the correct sha for the test results when running from a 
post-merge action.
+  * Fix typos
+  * Fix typo
+  * Bump github.com/prometheus/common from 0.36.0 to 0.37.0
+  * Bump github.com/prometheus/common from 0.35.0 to 0.36.0
+  * Fix golangci-lint code issue
+  * Fix store GC not remove all expired metrics
+  * Add Non single byte end of read buffer test case
+  * Fix golangci-lint issue
+  * Fix Unicode replacement character appear in parse result
+  * chore: go mod tidy
+  * Raise minimum Go version to 1.17.
+  * Bump lewagon/wait-on-check-action from 1.1.1 to 1.1.2
+  * Bump github.com/prometheus/common from 0.34.0 to 0.35.0
+  * Make linter happy
+  * Stabelize order of labels in statsd/graphite/collectd export
+  * Bump goreleaser/goreleaser-action from 2 to 3
+  * Reformat the code to appease the linter.
+
+-------------------------------------------------------------------
+Thu May 19 08:32:49 UTC 2022 - Michael Str??der <[email protected]>
+
+- Update to version 3.0.0rc49
+  * Update the docs for limit.
+  * Add a RemoveOldestDatum method to remove the oldest datum from a metric.
+  * Store the metric's size limit in the Metric object.
+  * Add LIMIT keyword to specify the size limit of a dimensioned metric.
+  * Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
+  * Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
+  * Bump github/codeql-action from 1 to 2
+  * Bump github.com/prometheus/common from 0.33.0 to 0.34.0
+  * Bump actions/setup-go from 2 to 3
+  * Bump actions/stale from 4 to 5
+  * Bump actions/upload-artifact from 2 to 3
+  * Bump codecov/codecov-action from 2.1.0 to 3
+  * Bump hmarr/auto-approve-action from 2.2.0 to 2.2.1
+  * Bump hmarr/auto-approve-action from 2.1.0 to 2.2.0
+  * Bump github.com/prometheus/common from 0.32.1 to 0.33.0
+  * Bump actions/cache from 2.1.7 to 3
+  * Bump actions/checkout from 2 to 3
+  * Bump golangci/golangci-lint-action from 2.5.2 to 3
+  * Fix test name in the automerge action.
+  * Bump actions/github-script from 5 to 6
+  * Run CI on build matrix of all OSes provided.
+  * Wait for all checks that start with the name test.
+  * support for windows paths
+  * Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
+  * Bump github.com/google/go-cmp from 0.5.6 to 0.5.7
+  * Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
+  * Remove duplicate gosec scan.
+  * Rewrite the comment to suit new gosec formatting requirements.
+
+-------------------------------------------------------------------

Old:
----
  mtail-3.0.0rc48.tar.gz

New:
----
  mtail-3.0.0rc50.tar.gz

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

Other differences:
------------------
++++++ mtail.spec ++++++
--- /var/tmp/diff_new_pack.MtlptA/_old  2022-08-05 19:51:53.621593971 +0200
+++ /var/tmp/diff_new_pack.MtlptA/_new  2022-08-05 19:51:53.629593991 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mtail
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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 @@
 %bcond_without  apparmor
 
 Name:           mtail
-Version:        3.0.0rc48
+Version:        3.0.0rc50
 Release:        0
 Summary:        Tool for extracting metrics from application logs
 License:        Apache-2.0
@@ -36,7 +36,7 @@
 Source3:        %{name}.sysconfig
 Source4:        apparmor-usr.sbin.%{name}
 BuildRequires:  golang-packaging
-BuildRequires:  golang(API)
+BuildRequires:  golang(API) >= 1.17
 Requires(post): %fillup_prereq
 Requires(pre):  shadow
 %if %{with apparmor}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MtlptA/_old  2022-08-05 19:51:53.669594095 +0200
+++ /var/tmp/diff_new_pack.MtlptA/_new  2022-08-05 19:51:53.673594106 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">git://github.com/google/mtail.git</param>
+    <param name="url">https://github.com/google/mtail.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">3.0.0-rc48</param>
+    <param name="revision">v3.0.0-rc50</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="versionrewrite-pattern">(.+)-rc(.+)</param>
+    <param name="versionrewrite-pattern">v(.+)-rc(.+)</param>
     <param name="versionrewrite-replacement">\1rc\2</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.MtlptA/_old  2022-08-05 19:51:53.693594157 +0200
+++ /var/tmp/diff_new_pack.MtlptA/_new  2022-08-05 19:51:53.697594168 +0200
@@ -1,6 +1,8 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://github.com/google/mtail.git</param>
-              <param 
name="changesrevision">baede67a6de1067a1d101b2978d7954d3fcd9435</param></service></servicedata>
+              <param 
name="changesrevision">baede67a6de1067a1d101b2978d7954d3fcd9435</param></service><service
 name="tar_scm">
+                <param name="url">https://github.com/google/mtail.git</param>
+              <param 
name="changesrevision">b8131c8f0cbc3cf4cf12f7e409ece39e165ca04d</param></service></servicedata>
 (No newline at EOF)
 

++++++ mtail-3.0.0rc48.tar.gz -> mtail-3.0.0rc50.tar.gz ++++++
++++ 9012 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 35674 lines of diff (skipped)

Reply via email to