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-06-01 17:35:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlab (Old)
 and      /work/SRC/openSUSE:Factory/.texlab.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlab"

Wed Jun  1 17:35:43 2022 rev:2 rq:980346 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlab/texlab.changes    2022-03-25 
21:54:53.574290740 +0100
+++ /work/SRC/openSUSE:Factory/.texlab.new.1548/texlab.changes  2022-06-01 
17:35:51.434825538 +0200
@@ -1,0 +2,15 @@
+Wed Jun 01 12:26:32 UTC 2022 - socvirnyl.est...@gmail.com
+
+- Update to version 4.0.0:
+  * Bump version to v4.0.0
+  * Add missing Cargo metadata
+  * Use custom citation rendering instead of citeproc-rs (#629)
+  * Remove reference to im crate
+  * Add command line flag to print version
+  * Fix deployment workflow
+  * Bump crossbeam-utils from 0.8.6 to 0.8.8
+  * Remove Clippy CI job
+  * Bump unindent from 0.1.8 to 0.1.9 (#626)
+  * Bump log from 0.4.16 to 0.4.17 (#624)
+
+-------------------------------------------------------------------

Old:
----
  texlab-3.3.2.tar.xz

New:
----
  _service
  texlab-4.0.0.tar.xz

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

Other differences:
------------------
++++++ texlab.spec ++++++
--- /var/tmp/diff_new_pack.jNBqri/_old  2022-06-01 17:35:53.214827641 +0200
+++ /var/tmp/diff_new_pack.jNBqri/_new  2022-06-01 17:35:53.218827646 +0200
@@ -12,23 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 
 Name:           texlab
-Version:        3.3.2
+Version:        4.0.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
+URL:            https://github.com/latex-lsp/texlab
 Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
-ExclusiveArch:  %{rust_tier1_arches}
+ExclusiveArch:  %{rust_arches}
 
 %description
 Cross-platform implementation of the Language Server Protocol providing rich 
cross-editing support for the LaTeX typesetting system. 
@@ -40,15 +39,19 @@
 cp %{SOURCE2} .cargo/config
 
 %build
-RUSTFLAGS=%{rustflags} cargo build --release --offline --jobs 2
+%{cargo_build}
 
 %install
-install -D -d -m 0755 %{buildroot}%{_bindir}
-install -m 0755 %{_builddir}/%{name}-%{version}/target/release/texlab 
%{buildroot}%{_bindir}/texlab
+%{cargo_install}
+install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
+
+%check
+%{cargo_test}
 
 %files
 %{_bindir}/texlab
 %license LICENSE
 %doc docs README.md CHANGELOG.md
+%{_mandir}/man1/texlab.1%{?ext_man}
 
 %changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">https://github.com/latex-lsp/texlab</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="scm">git</param>
    <param name="revision">929a05483ce00ccdf8871d050abeefd2b9d9cd00</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">socvirnyl.est...@gmail.com</param>
  </service>
  <service mode="disabled" name="tar" />
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
  <service name="cargo_vendor" mode="disabled">
     <param name="srcdir">texlab</param>
     <param name="compression">xz</param>
     <param name="update">false</param>
  </service>
  <service name="cargo_audit" mode="disabled">
     <param name="srcdir">texlab</param>
  </service>
</services>


++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.jNBqri/_old  2022-06-01 17:35:53.274827711 +0200
+++ /var/tmp/diff_new_pack.jNBqri/_new  2022-06-01 17:35:53.278827716 +0200
@@ -1,11 +1,6 @@
 [source.crates-io]
 replace-with = "vendored-sources"
 
-[source."https://github.com/cormacrelf/citeproc-rs";]
-git = "https://github.com/cormacrelf/citeproc-rs";
-rev = "2ab195a1e6f84f0ff284813ece61dc62096abbfe"
-replace-with = "vendored-sources"
-
 [source.vendored-sources]
 directory = "vendor"
 (No newline at EOF)

++++++ texlab-3.3.2.tar.xz -> texlab-4.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/texlab/texlab-3.3.2.tar.xz 
/work/SRC/openSUSE:Factory/.texlab.new.1548/texlab-4.0.0.tar.xz differ: char 
15, line 1

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

Reply via email to