Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bat for openSUSE:Factory checked in at 2021-06-16 20:35:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bat (Old) and /work/SRC/openSUSE:Factory/.bat.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bat" Wed Jun 16 20:35:08 2021 rev:11 rq:900344 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bat/bat.changes 2021-04-01 14:18:06.288054117 +0200 +++ /work/SRC/openSUSE:Factory/.bat.new.32437/bat.changes 2021-06-16 20:37:04.443348827 +0200 @@ -1,0 +2,22 @@ +Sun Jun 13 19:33:37 UTC 2021 - [email protected] + +- Update to version 0.18.1: + * Update binary assets + * Bump version, update dependencies + * Updated CHANGELOG + * Bump assets/syntaxes/02_Extra/Lean from `824213d` to `29a03a8` + * Bump serde from 1.0.124 to 1.0.125 + * Bump bugreport from 0.3.0 to 0.4.0 + * Bump assets/syntaxes/02_Extra/FSharp from `c18616d` to `9e4645c` + * add warning highlighting to log file syntax definition + * add word boundaries to log syntax highlighting + * Add independent log syntax + * improve syslog syntax + * replace Syslog dependency with a custom syntax + * add example syslog file for highlighting tests + * Revert "Update of themes.bin that adds Dark+" + * Update of themes.bin that adds Dark+ + * Add "Visual Studio Dark+" theme to vec of themes + * Add Dark+ theme + +------------------------------------------------------------------- Old: ---- README.packager bat-0.18.0.tar.gz New: ---- _service _servicedata bat-0.18.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bat.spec ++++++ --- /var/tmp/diff_new_pack.ElbBdJ/_old 2021-06-16 20:37:05.295350281 +0200 +++ /var/tmp/diff_new_pack.ElbBdJ/_new 2021-06-16 20:37:05.299350288 +0200 @@ -17,22 +17,17 @@ Name: bat -Version: 0.18.0 +Version: 0.18.1 Release: 0 Summary: A cat(1) clone with syntax highlighting and Git integration License: Apache-2.0 OR MIT Group: Productivity/Text/Utilities -URL: https://github.com/sharkdp/bat -Source0: https://github.com/sharkdp/bat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +URL: https://github.com/sharkdp/%{name} +Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz -# Instructions on how to generate vendor.tar.xz -Source2: README.packager -BuildRequires: cargo -BuildRequires: clang -BuildRequires: cmake -BuildRequires: rust -BuildRequires: rust-std -BuildRequires: zlib-devel +BuildRequires: rust >= 1.45 +BuildRequires: rust-packaging +ExclusiveArch: %{rust_arches} %description A cat(1) clone which supports syntax highlighting for a large number of @@ -40,24 +35,24 @@ %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 +%define cargo_registry $(pwd)/vendor +%{cargo_prep} %build -cargo build --release --locked %{?_smp_mflags} +export CARGO_NET_OFFLINE=true +%{cargo_build} %install -cargo install --no-track --root=%{buildroot}%{_prefix} --path . +install -D -m 0755 target/release/%{name} %{buildroot}%{_bindir}/%{name} + +%if %{with check} +%check +%{cargo_test} +%endif %files -%doc README.md +%doc README.md CONTRIBUTING.md CHANGELOG.md %license LICENSE-MIT LICENSE-APACHE -%{_bindir}/bat +%{_bindir}/%{name} %changelog ++++++ _service ++++++ <services> <service name="format_spec_file" mode="manual"> </service> <service name="obs_scm" mode="localonly"> <param name="scm">git</param> <param name="url">git://github.com/sharkdp/bat</param> <param name="revision">v0.18.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service mode="localonly" name="set_version"> </service> <service name="tar" mode="localonly"/> <service name="recompress" mode="localonly"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="cargo_audit" mode="localonly"> <param name="srcdir">bat</param> </service> <service name="cargo_vendor" mode="localonly"> <param name="srcdir">bat</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/sharkdp/bat</param> <param name="changesrevision">f827ed338bf5702d7f755e57648e7336492e886a</param></service></servicedata>++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/bat/vendor.tar.xz /work/SRC/openSUSE:Factory/.bat.new.32437/vendor.tar.xz differ: char 25, line 1
