Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlab for openSUSE:Factory checked 
in at 2023-03-08 16:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlab (Old)
 and      /work/SRC/openSUSE:Factory/.texlab.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlab"

Wed Mar  8 16:50:16 2023 rev:12 rq:1070185 version:5.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlab/texlab.changes    2023-02-16 
18:11:03.605921291 +0100
+++ /work/SRC/openSUSE:Factory/.texlab.new.31432/texlab.changes 2023-03-08 
16:50:17.931369612 +0100
@@ -1,0 +2,10 @@
+Wed Mar  1 12:51:23 UTC 2023 - Soc Virnyl Estela <[email protected]>
+
+- Update to version 5.3.0:
+  * Apply percent decoding when searching for PDFs
+  * Allow filtering document symbols using regex
+  * Return [] instead of "not found" in code action
+- Use zstd compression for vendored tarball.
+- Restrict to tier 1 rust arches.
+
+-------------------------------------------------------------------

Old:
----
  texlab-5.2.0.tar.gz
  vendor.tar.xz

New:
----
  texlab-5.3.0.tar.gz
  vendor.tar.zst

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

Other differences:
------------------
++++++ texlab.spec ++++++
--- /var/tmp/diff_new_pack.IZQxsL/_old  2023-03-08 16:50:19.095375598 +0100
+++ /var/tmp/diff_new_pack.IZQxsL/_new  2023-03-08 16:50:19.119375721 +0100
@@ -17,18 +17,19 @@
 
 
 Name:           texlab
-Version:        5.2.0
+Version:        5.3.0
 Release:        0
 Summary:        Implementation of the Language Server Protocol for LaTeX
 License:        ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) 
AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 OR Apache-2.0 OR MIT ) AND ( CC0-1.0 
OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR 
Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND 
Apache-2.0 AND BSD-3-Clause AND GPL-3.0 AND GPL-3.0+ AND ISC AND MIT AND 
MPL-2.0 AND MPL-2.0+ AND GPL-3.0
 Group:          Productivity/Publishing/TeX/Utilities
 URL:            https://github.com/latex-lsp/texlab
 Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Source1:        vendor.tar.xz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
-BuildRequires:  rust+cargo >= 1.59
-ExclusiveArch:  %{rust_arches}
+BuildRequires:  rust+cargo
+BuildRequires:  zstd
+ExclusiveArch:  %{rust_tier1_arches}
 
 %description
 Cross-platform implementation of the Language Server Protocol providing rich 
cross-editing support for the LaTeX typesetting system.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IZQxsL/_old  2023-03-08 16:50:19.187376071 +0100
+++ /var/tmp/diff_new_pack.IZQxsL/_new  2023-03-08 16:50:19.191376091 +0100
@@ -1,10 +1,12 @@
 <services>
   <service name="download_files" mode="disabled" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">texlab-5.2.0.tar.gz</param>
-     <param name="compression">xz</param>
+     <param name="srctar">texlab-5.3.0.tar.gz</param>
+     <param name="compression">zst</param>
      <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="disabled" />
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">texlab-5.3.0</param>
+  </service>
 </services>
 

++++++ texlab-5.2.0.tar.gz -> texlab-5.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/texlab/texlab-5.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.texlab.new.31432/texlab-5.3.0.tar.gz differ: char 
14, line 1

Reply via email to