Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlab for openSUSE:Factory checked 
in at 2022-08-27 11:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlab (Old)
 and      /work/SRC/openSUSE:Factory/.texlab.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlab"

Sat Aug 27 11:50:45 2022 rev:5 rq:999518 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlab/texlab.changes    2022-07-26 
19:43:39.758867744 +0200
+++ /work/SRC/openSUSE:Factory/.texlab.new.2083/texlab.changes  2022-08-27 
11:50:46.465931282 +0200
@@ -1,0 +2,54 @@
+Sat Aug 20 06:42:51 UTC 2022 - [email protected]
+
+- Update to version 4.2.1:
+  * Bump version to v4.2.1
+  * Downgrade anyhow due to yanked version
+  * Bump chrono from 0.4.20-rc.1 to 0.4.20 (#717)
+  * Bump serde_repr from 0.1.8 to 0.1.9 (#714)
+  * Bump serde from 1.0.140 to 1.0.142 (#715)
+  * Bump clap from 3.2.15 to 3.2.16 (#709)
+  * Bump insta from 1.17.0 to 1.17.1 (#710)
+  * Bump anyhow from 1.0.58 to 1.0.60 (#713)
+  * Bump serde_json from 1.0.82 to 1.0.83 (#716)
+  * Update chrono crate
+  * Update changelog
+  * Copy both ".chktexrc" and "chktexrc" to temp dir
+  * Test for less targets in CI
+  * Create file watcher on main thread
+  * Run "cargo update"
+  * Bump clap from 3.2.14 to 3.2.15 (#698)
+  * Bump human_name from 1.3.2 to 1.3.4 (#703)
+  * Bump insta from 1.16.0 to 1.17.0 (#706)
+  * Use chktexrc directory if found when linting
+  * Always use server-side file watching
+  * Use current dir as fallback watch location
+  * Only trigger dependabot for direct dependencies
+  * Fix parsing options when some values are missing
+  * Re-add auxiliary directory to watch list
+  * Use notify for file watching if no client support
+  * Fix working directory of ChkTeX
+  * Update dependencies using "cargo update"
+  * Bump regex from 1.5.6 to 1.6.0 (#668)
+  * Bump criterion-plot from 0.4.4 to 0.4.5 (#681)
+  * Bump human_name from 1.0.3 to 1.0.5 (#682)
+  * Bump rowan from 0.15.5 to 0.15.6 (#675)
+  * Bump plotters from 0.3.1 to 0.3.2 (#672)
+  * Bump clap from 3.2.8 to 3.2.12 (#680)
+  * Bump ucd-trie from 0.1.3 to 0.1.4 (#670)
+  * Bump regex-syntax from 0.6.26 to 0.6.27 (#671)
+  * Bump plotters-backend from 0.3.2 to 0.3.4 (#673)
+  * Bump criterion from 0.3.5 to 0.3.6 (#674)
+  * Bump serde_yaml from 0.8.24 to 0.8.25 (#676)
+  * Bump hashbrown from 0.12.1 to 0.12.2 (#677)
+  * Bump serde from 1.0.138 to 1.0.139 (#678)
+  * Bump once_cell from 1.12.0 to 1.13.0 (#667)
+  * Generate CTAN documentation in CI
+  * Bump dashmap from 5.2.0 to 5.3.4 (#638)
+  * Bump fixedbitset from 0.4.1 to 0.4.2 (#666)
+  * Always enable completion feature
+  * Bump MSRV to 1.59
+  * Remove dead code
+  * Compile documentation required by CTAN in CI
+  * Do not attempt to install gtar on macOS runner
+
+-------------------------------------------------------------------

Old:
----
  texlab-4.2.0.tar.xz

New:
----
  texlab-4.2.1.tar.xz

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

Other differences:
------------------
++++++ texlab.spec ++++++
--- /var/tmp/diff_new_pack.iRWqDy/_old  2022-08-27 11:50:47.569933654 +0200
+++ /var/tmp/diff_new_pack.iRWqDy/_new  2022-08-27 11:50:47.573933662 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           texlab
-Version:        4.2.0
+Version:        4.2.1
 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
@@ -27,6 +27,7 @@
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
+BuildRequires:  rust+cargo >= 1.59
 ExclusiveArch:  %{rust_arches}
 
 %description
@@ -43,7 +44,9 @@
 
 %install
 %{cargo_install}
-install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
+
+# They deleted it.
+# install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
 
 #%%check
 #%%{cargo_test}
@@ -52,6 +55,6 @@
 %{_bindir}/texlab
 %license LICENSE
 %doc docs README.md CHANGELOG.md
-%{_mandir}/man1/texlab.1%{?ext_man}
+# %{_mandir}/man1/texlab.1%{?ext_man}
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.iRWqDy/_old  2022-08-27 11:50:47.633933791 +0200
+++ /var/tmp/diff_new_pack.iRWqDy/_new  2022-08-27 11:50:47.637933800 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/latex-lsp/texlab</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">ed4aeb50966ad802b3eabdd82550121f0ae0b5f4</param>
+    <param name="revision">5f54ebb</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
@@ -18,7 +18,7 @@
   <service name="cargo_vendor" mode="disabled">
      <param name="srcdir">texlab</param>
      <param name="compression">xz</param>
-     <param name="update">false</param>
+     <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="disabled">
      <param name="srcdir">texlab</param>

++++++ texlab-4.2.0.tar.xz -> texlab-4.2.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/texlab/texlab-4.2.0.tar.xz 
/work/SRC/openSUSE:Factory/.texlab.new.2083/texlab-4.2.1.tar.xz differ: char 
15, line 1

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/texlab/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.texlab.new.2083/vendor.tar.xz differ: char 27, line 
1

Reply via email to