diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-14 15:39:37 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-06-14 15:39:37 -0700 |
| commit | a5649e1c41810efff8cd71f20e7c19d3ef6ed2ce (patch) | |
| tree | 06cb2ceea6f5c5d565c904ddb55a872cc3231c74 /rust | |
| parent | d9ddcaa7a740196421da4913ee1d2e7bb310675f (diff) | |
| download | specs-a5649e1c41810efff8cd71f20e7c19d3ef6ed2ce.tar.gz specs-a5649e1c41810efff8cd71f20e7c19d3ef6ed2ce.tar.xz specs-a5649e1c41810efff8cd71f20e7c19d3ef6ed2ce.zip | |
rust-bzip2-sys - bump to 0.1.9
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/rust-bzip2-sys.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/rust/rust-bzip2-sys.spec b/rust/rust-bzip2-sys.spec index f158a0e..9306011 100644 --- a/rust/rust-bzip2-sys.spec +++ b/rust/rust-bzip2-sys.spec @@ -5,7 +5,7 @@ %global crate bzip2-sys Name: rust-%{crate} -Version: 0.1.8+1.0.8 +Version: 0.1.9+1.0.8 Release: 1%{?dist} Summary: Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams @@ -13,9 +13,6 @@ Summary: Bindings to libbzip2 for bzip2 compression and decompression exp License: MIT or ASL 2.0 URL: https://crates.io/crates/bzip2-sys Source: %{crates_source} -# allow building against system bzip2 -# https://github.com/alexcrichton/bzip2-rs/pull/58 -Patch0: %{crate}-0.1.8-use_system_bzip2.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -41,6 +38,9 @@ This package contains library source intended for building other packages which use "%{crate}" crate. %files devel +# license texts currently only available for bzip2-rs, +# not for bzip2-rs/bzip2-sys +# see https://github.com/alexcrichton/bzip2-rs/pull/59 %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel @@ -76,5 +76,9 @@ rm -vr bzip2-1.0.8 %endif %changelog +* Sun Jun 14 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.9+1.0.8-1 +- Update to 0.1.9 +- add link to PR for license texts + * Sat May 23 13:16:34 PDT 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.1.8+1.0.8-1 - Initial package |
