Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tokei for openSUSE:Factory checked 
in at 2023-06-26 18:17:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tokei (Old)
 and      /work/SRC/openSUSE:Factory/.tokei.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tokei"

Mon Jun 26 18:17:04 2023 rev:6 rq:1095443 version:13.0.0.alpha.0+git14

Changes:
--------
--- /work/SRC/openSUSE:Factory/tokei/tokei.changes      2022-11-19 
18:10:00.246670220 +0100
+++ /work/SRC/openSUSE:Factory/.tokei.new.15902/tokei.changes   2023-06-26 
18:17:19.174797087 +0200
@@ -1,0 +2,29 @@
+Mon Jun 26 14:22:08 UTC 2023 - Soc Virnyl Estela <[email protected]>
+
+- Manually vendor dependencies.
+  * Add vendor.tar.zst
+- Update service file.
+
+-------------------------------------------------------------------
+Mon Jun 26 14:11:10 UTC 2023 - [email protected]
+
+- Update to version 13.0.0.alpha.0+git14:
+  * add --languages ouput formatter
+  * Add Nuget Config, Bazel and EdgeQL Support, Fix Output Formatter
+  * show nushell in the readme
+  * Add support for Redscript
+  * Add support for jq
+  * Add support for Astro
+  * Use XDG conventions on macOS too
+  * Add JSON5 support for languages.json
+  * Delete Smalltalk.cs.st
+  * Add support for smalltalk
+  * Disable *-android
+  * Add HiCAD to languages.json
+  * Add Nushell to languages.json
+  * Disable aarch64-linux-android
+  * Add language support for SQF
+  * Fix link to speed comparison in README.md
+  * Add Hy support
+
+-------------------------------------------------------------------

Old:
----
  tokei-12.1.2+git106.tar.xz
  vendor.tar.xz

New:
----
  tokei-13.0.0.alpha.0+git14.tar.xz
  vendor.tar.zst

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

Other differences:
------------------
++++++ tokei.spec ++++++
--- /var/tmp/diff_new_pack.4BXxW2/_old  2023-06-26 18:17:24.906822552 +0200
+++ /var/tmp/diff_new_pack.4BXxW2/_new  2023-06-26 18:17:24.910822570 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tokei
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:           tokei
-Version:        12.1.2+git106
+Version:        13.0.0.alpha.0+git14
 Release:        0
 Summary:        Code statistics commandline tool
 License:        (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND 
(Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR 
Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND BSD-3-Clause 
AND MIT AND MPL-2.0 AND (Apache-2.0 OR MIT)
 URL:            https://github.com/XAMPPRocky/tokei
 Source0:        %{name}-%{version}.tar.xz
-Source1:        vendor.tar.xz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 ExclusiveArch:  %{rust_tier1_arches}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4BXxW2/_old  2023-06-26 18:17:24.946822729 +0200
+++ /var/tmp/diff_new_pack.4BXxW2/_new  2023-06-26 18:17:24.946822729 +0200
@@ -3,9 +3,9 @@
     <param name="url">https://github.com/XAMPPRocky/tokei</param>
     <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">251283677d1da3b1f379254f59a2ac3d70ab091c</param>
-    <param name="versionrewrite-pattern">tokei\@(\d+\.\d+\.\d+)</param>
-    <param name="versionrewrite-replacement">\1</param>
+    <param name="revision">5257078123695a9ffb47751e84086939cb0dcb79</param>
+    <param 
name="versionrewrite-pattern">tokei\@(\d+\.\d+\.\d+)-(\w+\.\d+)</param>
+    <param name="versionrewrite-replacement">\1.\2</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">[email protected]</param>
   </service>
@@ -17,7 +17,7 @@
   <service mode="disabled" name="set_version"/>
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">tokei</param>
-     <param name="compression">xz</param>
+     <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="disabled">

Reply via email to