update to version 0.17.1
This commit is contained in:
parent
b68ad4074c
commit
7c66eff16f
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/bat-0.15.2.crate
|
||||
/bat-0.15.4.crate
|
||||
/bat-0.16.0.crate
|
||||
/bat-0.17.1.crate
|
||||
|
3
.rust2rpm.conf
Normal file
3
.rust2rpm.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
regex-fancy
|
@ -1,5 +1,5 @@
|
||||
--- bat-0.16.0/Cargo.toml 2020-10-02T22:00:07+00:00
|
||||
+++ bat-0.16.0/Cargo.toml 2020-10-15T15:25:28.197735+00:00
|
||||
--- bat-0.17.1/Cargo.toml 2020-11-24T20:56:01+00:00
|
||||
+++ bat-0.17.1/Cargo.toml 2020-12-12T23:33:02.135924+00:00
|
||||
@@ -71,9 +71,8 @@
|
||||
version = "1.4"
|
||||
optional = true
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Generated by rust2rpm 15
|
||||
# Generated by rust2rpm 16
|
||||
%bcond_without check
|
||||
|
||||
%global crate bat
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.16.0
|
||||
Version: 0.17.1
|
||||
Release: 1%{?dist}
|
||||
Summary: cat(1) clone with wings
|
||||
|
||||
@ -38,14 +38,14 @@ Summary: %{summary}
|
||||
# ASL 2.0 or MIT
|
||||
# BSD
|
||||
# CC0
|
||||
# ISC
|
||||
# LGPLv3+
|
||||
# MIT
|
||||
# MIT or ASL 2.0
|
||||
# MIT or ASL 2.0 or zlib
|
||||
# MIT or zlib or ASL 2.0
|
||||
# Unlicense or MIT
|
||||
# zlib or ASL 2.0 or MIT
|
||||
License: ASL 2.0 and BSD and CC0 and ISC and LGPLv3+ and MIT
|
||||
License: ASL 2.0 and BSD and CC0 and LGPLv3+ and MIT
|
||||
|
||||
%description -n %{crate} %{_description}
|
||||
|
||||
@ -181,18 +181,6 @@ which use "paging" feature of "%{crate}" crate.
|
||||
%files -n %{name}+paging-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
||||
|
||||
%package -n %{name}+regex-fancy-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+regex-fancy-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages
|
||||
which use "regex-fancy" feature of "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+regex-fancy-devel
|
||||
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
||||
|
||||
%package -n %{name}+regex-onig-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
@ -252,6 +240,11 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.17.1-1
|
||||
- Update to version 0.17.1.
|
||||
- Remove features with missing dependencies (regex-fancy).
|
||||
- Fixes RHBZ#1900814
|
||||
|
||||
* Tue Oct 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.16.0-1
|
||||
- Update to version 0.16.0.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bat-0.16.0.crate) = 88b096820f1bfc16c38954e9c2bb0f53d994cd2809e1677d3cc992dfab3ec4654570a9a20cc40dc72b77909b513b4cbbdc62b6bbbdc4e8b0c11b6e59ddf60e89
|
||||
SHA512 (bat-0.17.1.crate) = b921603fd71af7d21899e2117d6d9275a8c1d4c019696a391fb5de84bcc09400e106268a1f91f36b1e0864056d69a9ff1c197436e53c7e0f98e4988c99745a04
|
||||
|
Loading…
Reference in New Issue
Block a user