Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tealdeer for openSUSE:Factory checked in at 2024-02-15 21:00:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tealdeer (Old) and /work/SRC/openSUSE:Factory/.tealdeer.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tealdeer" Thu Feb 15 21:00:32 2024 rev:15 rq:1146672 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tealdeer/tealdeer.changes 2023-04-14 13:13:45.455797003 +0200 +++ /work/SRC/openSUSE:Factory/.tealdeer.new.1815/tealdeer.changes 2024-02-15 21:01:53.811148750 +0100 @@ -1,0 +2,16 @@ +Thu Feb 15 02:39:04 UTC 2024 - Soc Virnyl Estela <[email protected]> + +- Switch to cargo instead of rust+cargo. + +------------------------------------------------------------------- +Thu Feb 8 00:58:01 UTC 2024 - Soc Virnyl Estela <[email protected]> + +- Update specfile + * remove cargo_config. now included in vendored tarball + * replace vendor.tar.xz with zstd compressed vendor.tar.zst + * remove README.packager. Now automated with obs-service-cargo +- Update vendored dependencies. +- Update service file + * replace "disabled" with "manual" as "disabled" is obsoleted. + +------------------------------------------------------------------- Old: ---- README.packager cargo_config vendor.tar.xz New: ---- vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tealdeer.spec ++++++ --- /var/tmp/diff_new_pack.tTQr6z/_old 2024-02-15 21:01:55.071193036 +0100 +++ /var/tmp/diff_new_pack.tTQr6z/_new 2024-02-15 21:01:55.075193176 +0100 @@ -1,7 +1,7 @@ # # spec file for package tealdeer # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,16 +24,11 @@ Group: Productivity/Other URL: https://github.com/dbrgn/tealdeer Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz -Source2: cargo_config -# Instructions on how to generate vendor.tar.xz -Source3: README.packager +Source1: vendor.tar.zst +BuildRequires: cargo BuildRequires: cargo-packaging -BuildRequires: cmake BuildRequires: libopenssl-devel -BuildRequires: rust -BuildRequires: rust-std -BuildRequires: zlib-devel +BuildRequires: zstd ExclusiveArch: %{rust_tier1_arches} @@ -72,8 +67,6 @@ %prep %setup -qa1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build %{cargo_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.tTQr6z/_old 2024-02-15 21:01:55.103194161 +0100 +++ /var/tmp/diff_new_pack.tTQr6z/_new 2024-02-15 21:01:55.103194161 +0100 @@ -1,5 +1,5 @@ <services> - <service mode="disabled" name="obs_scm"> + <service mode="manual" name="obs_scm"> <param name="url">https://github.com/dbrgn/tealdeer.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> @@ -8,19 +8,15 @@ <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> </service> - <service mode="disabled" name="tar" /> - <service mode="disabled" name="recompress"> + <service mode="manual" name="tar" /> + <service mode="manual" 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">tealdeer</param> - <param name="compression">xz</param> - <param name="update">true</param> - </service> - <service name="cargo_audit" mode="disabled"> + <service mode="manual" name="set_version"/> + <service name="cargo_vendor" mode="manual"> <param name="srcdir">tealdeer</param> </service> + <service name="cargo_audit" mode="manual" /> </services>
