Hello community,

here is the log from the commit of package tealdeer for openSUSE:Factory 
checked in at 2019-10-17 12:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tealdeer (Old)
 and      /work/SRC/openSUSE:Factory/.tealdeer.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tealdeer"

Thu Oct 17 12:20:11 2019 rev:2 rq:734433 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tealdeer/tealdeer.changes        2019-06-19 
20:57:27.933933306 +0200
+++ /work/SRC/openSUSE:Factory/.tealdeer.new.2352/tealdeer.changes      
2019-10-17 12:20:15.091479030 +0200
@@ -1,0 +2,18 @@
+Tue Oct  1 21:32:17 UTC 2019 - Dany Marcoux <dmarc...@suse.com>
+
+- Use `pwd`/.cargo for vendor config so that CARGO_HOME export is
+  not required (thanks to luke_nukem for this)
+
+-------------------------------------------------------------------
+Tue Sep 24 14:35:45 UTC 2019 - Dany Marcoux <dmarc...@suse.com>
+
+- Version 1.2.0
+  - Add support for spaces in commands
+  - Add pager support
+  - Print detected OS with -v / --version
+  - Add (back) support for proxies
+- Set directory for 'git clone' in README.packager
+- Add '--path .' to 'cargo install' command to install the binaries for the
+  package in current working directory.
+
+-------------------------------------------------------------------

Old:
----
  tealdeer-1.1.0.tar.gz

New:
----
  tealdeer-1.2.0.tar.gz

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

Other differences:
------------------
++++++ tealdeer.spec ++++++
--- /var/tmp/diff_new_pack.YYiUl1/_old  2019-10-17 12:20:21.139463857 +0200
+++ /var/tmp/diff_new_pack.YYiUl1/_new  2019-10-17 12:20:21.139463857 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tealdeer
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
 Summary:        An implementation of tldr in Rust
 License:        MIT OR Apache-2.0
@@ -39,8 +39,8 @@
 
 %prep
 %setup -qa1
-mkdir cargo-home
-cat >cargo-home/config <<EOF
+mkdir .cargo
+cat >.cargo/config <<EOF
 [source.crates-io]
 registry = 'https://github.com/rust-lang/crates.io-index'
 replace-with = 'vendored-sources'
@@ -49,12 +49,10 @@
 EOF
 
 %build
-export CARGO_HOME=$PWD/cargo-home
 cargo build --release --locked %{?_smp_mflags}
 
 %install
-export CARGO_HOME=$PWD/cargo-home
-cargo install --root=%{buildroot}%{_prefix}
+cargo install --root=%{buildroot}%{_prefix} --path .
 
 # remove residue crate file
 rm %{buildroot}%{_prefix}/.crates.toml

++++++ README.packager ++++++
--- /var/tmp/diff_new_pack.YYiUl1/_old  2019-10-17 12:20:21.163463797 +0200
+++ /var/tmp/diff_new_pack.YYiUl1/_new  2019-10-17 12:20:21.163463797 +0200
@@ -8,8 +8,8 @@
 
 2. Checkout version
 
-    git clone https://github.com/dbrgn/tealdeer
-    cd tealdeer
+    git clone https://github.com/dbrgn/tealdeer ~/tmp/tealdeer
+    cd ~/tmp/tealdeer
     git checkout v1.1.0 (or another version from `git tag --list`)
 
 3. Generate archive

++++++ tealdeer-1.1.0.tar.gz -> tealdeer-1.2.0.tar.gz ++++++
++++ 3801 lines of diff (skipped)

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


Reply via email to