Hello community,

here is the log from the commit of package bat for openSUSE:Factory checked in 
at 2019-06-19 20:57:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bat (Old)
 and      /work/SRC/openSUSE:Factory/.bat.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bat"

Wed Jun 19 20:57:14 2019 rev:3 rq:703434 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bat/bat.changes  2019-02-27 17:27:39.195352962 
+0100
+++ /work/SRC/openSUSE:Factory/.bat.new.4811/bat.changes        2019-06-19 
20:57:36.673940586 +0200
@@ -1,0 +2,22 @@
+Wed May 15 21:22:44 UTC 2019 - Dany Marcoux <[email protected]>
+
+- Update to version 0.11.0
+  * Features
+    New color themes: ansi-light, ansi-dark and base16
+    The -p/--plain option can be used twice (typically -pp). First -p switches 
--style to "plain", second disables pager.
+  * Bugfixes
+    Do not replace arguments to less when using --pager
+    Empty files are (once again) printed with a single header line
+    --terminal-width=0 is now disallowed
+  * New syntaxes
+    Fish
+    Update for F#
+
+-------------------------------------------------------------------
+Tue Apr 30 13:08:18 UTC 2019 - Dany Marcoux <[email protected]>
+
+- Run spec-cleaner
+- Remove double %setup macro
+- Simplify tar command in README.packager
+
+-------------------------------------------------------------------

Old:
----
  bat-0.10.0.tar.gz

New:
----
  bat-0.11.0.tar.gz

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

Other differences:
------------------
++++++ bat.spec ++++++
--- /var/tmp/diff_new_pack.hovq67/_old  2019-06-19 20:57:38.241941892 +0200
+++ /var/tmp/diff_new_pack.hovq67/_new  2019-06-19 20:57:38.241941892 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           bat
-Version:        0.10.0
+Version:        0.11.0
 Release:        0
 Summary:        A cat(1) clone with syntax highlighting and Git integration
-License:        MIT
+License:        MIT OR Apache-2.0
 Group:          Productivity/Text/Utilities
-Url:            https://github.com/sharkdp/bat
+URL:            https://github.com/sharkdp/bat
 Source0:        
https://github.com/sharkdp/bat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
 # Instructions on how to generate vendor.tar.xz
@@ -32,15 +32,13 @@
 BuildRequires:  rust
 BuildRequires:  rust-std
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A cat(1) clone which supports syntax highlighting for a large number of
 programming and markup languages. It has git integration and automatic paging.
 
 %prep
-%setup -q
-%setup -q -D -T -a 1
+%setup -qa1
 mkdir cargo-home
 cat >cargo-home/config <<EOF
 [source.crates-io]
@@ -52,18 +50,18 @@
 
 %build
 export CARGO_HOME=$PWD/cargo-home
-cargo build --release %{?_smp_mflags}
+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
 
 %files
-%defattr(-,root,root)
-%doc LICENSE-MIT LICENSE-APACHE README.md
+%doc README.md
+%license LICENSE-MIT LICENSE-APACHE
 %{_bindir}/bat
 
 %changelog

++++++ README.packager ++++++
--- /var/tmp/diff_new_pack.hovq67/_old  2019-06-19 20:57:38.277941922 +0200
+++ /var/tmp/diff_new_pack.hovq67/_new  2019-06-19 20:57:38.281941925 +0200
@@ -15,4 +15,4 @@
 3. Generate archive
 
     cargo vendor
-    tar c vendor/ | xz > vendor.tar.xz
+    tar -cJf vendor.tar.xz vendor

++++++ bat-0.10.0.tar.gz -> bat-0.11.0.tar.gz ++++++
++++ 6193 lines of diff (skipped)

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


Reply via email to