Hello community,

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

Package is "bat"

Thu Oct 17 12:20:08 2019 rev:4 rq:734430 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bat/bat.changes  2019-06-19 20:57:36.673940586 
+0200
+++ /work/SRC/openSUSE:Factory/.bat.new.2352/bat.changes        2019-10-17 
12:20:10.383490841 +0200
@@ -1,0 +2,28 @@
+Tue Oct  1 19:06:41 UTC 2019 - Luke Jones <l...@ljones.dev>
+
+- Use `pwd`/.cargo for vendor config so that CARGO_HOME export is
+  not required.
+
+-------------------------------------------------------------------
+Tue Sep 24 14:49:11 UTC 2019 - Dany Marcoux <dmarc...@suse.com>
+
+- Update to version 0.12.1
+  * Features
+    Binary file content can now be viewed with bat -A
+    bat can now be used as a man pager
+    Add new style component to separate multiple '--line-range'
+    Added '-L' as an alias for '--list-languages'
+  * Bugfixes
+    Output looks unbalanced when using '--style=grid,numbers' without 'header'
+    Issues with filenames starting with "cache"
+    '--terminal-width -10' is parsed incorrectly
+  * New syntaxes
+    Emacs Org mode
+    requirements.txt
+    DotENV '.env'
+    SSH config
+    And more... see upstream
+- Set directory for 'git clone' in README.packager
+- Add 'clang' to build dependencies
+
+-------------------------------------------------------------------

Old:
----
  bat-0.11.0.tar.gz

New:
----
  bat-0.12.1.tar.gz

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

Other differences:
------------------
++++++ bat.spec ++++++
--- /var/tmp/diff_new_pack.15jybe/_old  2019-10-17 12:20:12.519485483 +0200
+++ /var/tmp/diff_new_pack.15jybe/_new  2019-10-17 12:20:12.519485483 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           bat
-Version:        0.11.0
+Version:        0.12.1
 Release:        0
 Summary:        A cat(1) clone with syntax highlighting and Git integration
 License:        MIT OR Apache-2.0
@@ -28,6 +28,7 @@
 # Instructions on how to generate vendor.tar.xz
 Source2:        README.packager
 BuildRequires:  cargo
+BuildRequires:  clang
 BuildRequires:  cmake
 BuildRequires:  rust
 BuildRequires:  rust-std
@@ -39,8 +40,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,11 +50,9 @@
 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} --path .
 
 # remove residue crate file

++++++ README.packager ++++++
--- /var/tmp/diff_new_pack.15jybe/_old  2019-10-17 12:20:12.547485412 +0200
+++ /var/tmp/diff_new_pack.15jybe/_new  2019-10-17 12:20:12.547485412 +0200
@@ -8,8 +8,8 @@
 
 2. Checkout version
 
-    git clone https://github.com/sharkdp/bat
-    cd bat
+    git clone https://github.com/sharkdp/bat ~/tmp/bat
+    cd ~/tmp/bat
     git checkout v0.10.0 (or another version from `git tag --list`)
 
 3. Generate archive

++++++ bat-0.11.0.tar.gz -> bat-0.12.1.tar.gz ++++++
++++ 3164 lines of diff (skipped)

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


Reply via email to