#2 Update to 0.3.0 (rhbz#1931160)
Closed 2 years ago by decathorpe. Opened 2 years ago by lbalhar.
rpms/ lbalhar/rust-proptest-derive rawhide  into  rawhide

file modified
+1
@@ -1,2 +1,3 @@ 

  /proptest-derive-0.1.2.crate

  /proptest-derive-0.2.0.crate

+ /proptest-derive-0.3.0.crate

file modified
+5 -2
@@ -6,8 +6,8 @@ 

  %global crate proptest-derive

  

  Name:           rust-%{crate}

- Version:        0.2.0

- Release:        5%{?dist}

+ Version:        0.3.0

+ Release:        1%{?dist}

  Summary:        Custom-derive for the Arbitrary trait of proptest

  

  # Upstream license specification: MIT/Apache-2.0
@@ -72,6 +72,9 @@ 

  %endif

  

  %changelog

+ * Wed Dec 14 2022 Lumír Balhar <lbalhar@redhat.com> - 0.3.0-1

+ - Update to 0.3.0 (rhbz#1931160)

+ 

  * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (proptest-derive-0.2.0.crate) = 606392de965930c10393bd08fd5532b74618f350dbb443d92213a32b2a38d3c46d3117e738af03d0b2eade18422b1f6a7bd7e002edab454139f739d916ded3d4

+ SHA512 (proptest-derive-0.3.0.crate) = 9d7a6fe68e5e35e560a73127aacd034951c378271608dc57325ce7166f3880c1e700c7c37130002cc50acc1169c746455aebf6b53bcc8ba4cedcb51d6c1af264

I need this new version to build rust-lib0 package (a new one I'm trying to package). I did a rebuild of the single dependant package and it looks good: https://copr.fedorainfracloud.org/coprs/lbalhar/rust-proptest-derive/builds/

By the way, I'm building the mentioned lib0 on top of this update in https://copr.fedorainfracloud.org/coprs/lbalhar/notebook/

I've adapted rust-bitmaps to build against proptest-derive 0.3 and submitted builds to all branches.

Pull-Request has been closed by decathorpe

2 years ago