update to version 0.1.11+1.0.8

epel9
Fabio Valentini 4 years ago
parent cfd290ffc1
commit 08e50e29b2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/bzip2-sys-0.1.9+1.0.8.crate
/bzip2-sys-0.1.10+1.0.8.crate
/bzip2-sys-0.1.11+1.0.8.crate

@ -1,4 +1,6 @@
[DEFAULT]
unwanted-features =
static
buildrequires =
pkgconfig(bzip2)
lib.requires =

@ -1,11 +1,11 @@
--- bzip2-sys-0.1.10+1.0.8/Cargo.toml 2021-02-01T19:07:44+00:00
+++ bzip2-sys-0.1.10+1.0.8/Cargo.toml 2021-02-08T19:54:16.676915+00:00
--- bzip2-sys-0.1.11+1.0.8/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bzip2-sys-0.1.11+1.0.8/Cargo.toml 2021-06-22T16:33:14.161730+00:00
@@ -12,7 +12,7 @@
[package]
name = "bzip2-sys"
-version = "0.1.10+1.0.8"
+version = "0.1.10"
-version = "0.1.11+1.0.8"
+version = "0.1.11"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "bzip2"

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate bzip2-sys
%global upstream_version 0.1.10+1.0.8
%global upstream_version 0.1.11+1.0.8
Name: rust-%{crate}
Version: 0.1.10
Version: 0.1.11
Release: 1%{?dist}
Summary: Bindings to libbzip2 for bzip2 exposed as Reader/Writer streams
@ -59,7 +59,7 @@ which use "default" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{upstream_version} -p1
# remove the bundled copy to make sure we're linking against the system lib
# remove bundled bzip2
rm -vr bzip2-1.0.8
%cargo_prep
@ -79,6 +79,10 @@ echo 'pkgconfig(bzip2)'
%endif
%changelog
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.11-1
- Update to version 0.1.11.
- Fixes RHBZ#1970138
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
- Update to version 0.1.10.
- Fixes RHBZ#1923764

@ -1 +1 @@
SHA512 (bzip2-sys-0.1.10+1.0.8.crate) = 1f730176812669fdd9fb79e36c03db2e6270f107fcc4f63f84cfc1084cb78a5c0ee3f0659397e5b42b626629a42c0da7805fb3f5311719e45422ec8b0745851b
SHA512 (bzip2-sys-0.1.11+1.0.8.crate) = d0a86b9f03acb1e4e309d5739dc2e88cab582757d467a433afe0017017f0e5d2c0282529e3a117160958ed170d8d695ecae739805888305df0e35e4dc440582b

Loading…
Cancel
Save