Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tealdeer for openSUSE:Factory 
checked in at 2022-03-14 19:35:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tealdeer (Old)
 and      /work/SRC/openSUSE:Factory/.tealdeer.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tealdeer"

Mon Mar 14 19:35:35 2022 rev:7 rq:961625 version:1.5.0+0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tealdeer/tealdeer.changes        2021-12-08 
22:10:55.590918060 +0100
+++ /work/SRC/openSUSE:Factory/.tealdeer.new.25692/tealdeer.changes     
2022-03-14 19:37:26.794153733 +0100
@@ -1,0 +2,13 @@
+Fri Jan  7 01:19:17 UTC 2022 - William Brown <[email protected]>
+
+- Version 1.5.0
+ - Custom pages and patches
+ - Change argument parsing from docopt to clap
+ - Multi-language support
+ - A new --show-paths command
+ - Compliance with the tldr client spec v1.5
+ - Docs
+- resolve bsc#1194119 (CVE-2021-45710)
+- Add support for cargo_vendor and obs_scm
+
+-------------------------------------------------------------------

Old:
----
  tealdeer-1.4.1.tar.gz

New:
----
  cargo_config
  tealdeer-1.5.0+0.tar.xz

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

Other differences:
------------------
++++++ tealdeer.spec ++++++
--- /var/tmp/diff_new_pack.p01SSP/_old  2022-03-14 19:37:27.426154491 +0100
+++ /var/tmp/diff_new_pack.p01SSP/_new  2022-03-14 19:37:27.430154496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tealdeer
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,18 @@
 
 
 Name:           tealdeer
-Version:        1.4.1
+Version:        1.5.0+0
 Release:        0
 Summary:        An implementation of tldr in Rust
 License:        Apache-2.0 OR MIT
 Group:          Productivity/Other
 URL:            https://github.com/dbrgn/tealdeer
-Source0:        
https://github.com/dbrgn/tealdeer/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
+Source2:        cargo_config
 # Instructions on how to generate vendor.tar.xz
-Source2:        README.packager
-BuildRequires:  cargo
+Source3:        README.packager
+BuildRequires:  cargo-packaging
 BuildRequires:  cmake
 BuildRequires:  libopenssl-devel
 BuildRequires:  rust
@@ -40,19 +41,13 @@
 %prep
 %setup -qa1
 mkdir .cargo
-cat >.cargo/config <<EOF
-[source.crates-io]
-registry = 'https://github.com/rust-lang/crates.io-index'
-replace-with = 'vendored-sources'
-[source.vendored-sources]
-directory = './vendor'
-EOF
+cp %{SOURCE2} .cargo/config
 
 %build
-cargo build --release --locked %{?_smp_mflags}
+%{cargo_build}
 
 %install
-cargo install --no-track --root=%{buildroot}%{_prefix} --path .
+%{cargo_install}
 
 %files
 %doc README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.p01SSP/_old  2022-03-14 19:37:27.486154563 +0100
+++ /var/tmp/diff_new_pack.p01SSP/_new  2022-03-14 19:37:27.490154568 +0100
@@ -1,5 +1,27 @@
 <services>
+  <service mode="disabled" name="obs_scm">
+    <param name="url">https://github.com/dbrgn/tealdeer.git</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="scm">git</param>
+    <param name="revision">v1.5.0</param>
+    <param name="match-tag">v1.5.0</param>
+    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
+    <param name="versionrewrite-replacement">\1</param>
+    <param name="changesgenerate">disable</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">tealdeer</param>
+     <param name="compression">xz</param>
+     <param name="update">true</param>
+  </service>
   <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">tealdeer</param>
   </service>
 </services>
 

++++++ cargo_config ++++++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
(No newline at EOF)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/tealdeer/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.tealdeer.new.25692/vendor.tar.xz differ: char 26, 
line 1

Reply via email to