Compare commits

..

21 Commits

Author SHA1 Message Date
Fabio Valentini 36f714a766
Update to version 1.11.1; Fixes RHBZ#2321524
3 months ago
Fabio Valentini 471538e3e1
Update to version 1.11.0; Fixes RHBZ#2315561
4 months ago
Fabio Valentini 7060365f65
Update to version 1.10.6; Fixes RHBZ#2302521
6 months ago
Fedora Release Engineering 8795e976ce Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini f0a5c01e82
Update to version 1.10.5; Fixes RHBZ#2291081
8 months ago
Fabio Valentini 33aa7cd456
Update to version 1.10.4; Fixes RHBZ#2271150
9 months ago
Fabio Valentini 6d04d642fc
Update to version 1.10.3; Fixes RHBZ#2259421
1 year ago
Fedora Release Engineering ae932c5041 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini e7fe7a8443
Update to version 1.10.2; Fixes RHBZ#2244494
1 year ago
Fabio Valentini ccb889f830
Update to version 1.10.1; Fixes RHBZ#2241488
1 year ago
Fabio Valentini 61b4f5afe7
Update to version 1.9.5; Fixes RHBZ#2236987
1 year ago
Fabio Valentini c140501e0b
Update to version 1.9.4; Fixes RHBZ#2229409
1 year ago
Fedora Release Engineering 99444e31ca Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 0a61c6821f
Ignore harmless test failures on 32-bit architectures
2 years ago
Fabio Valentini e7e499f80f
Update to version 1.9.1; Fixes RHBZ#2219813
2 years ago
Fabio Valentini 5706ba74e0
Update to version 1.8.4; Fixes RHBZ#2212388
2 years ago
Fabio Valentini 8ce51ec609
Update to version 1.8.3; Fixes RHBZ#2188500
2 years ago
Fabio Valentini 1c6fdb6639
Update to version 1.7.3; Fixes RHBZ#2180502
2 years ago
Fabio Valentini 07a83afac4
Update to version 1.7.1; Fixes RHBZ#2159439
2 years ago
Fedora Release Engineering 7242e65511 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 1b239fc24d
Update to version 1.7.0; Fixes RHBZ#2140336
2 years ago

6
.gitignore vendored

@ -46,3 +46,9 @@
/regex-1.9.5.crate
/regex-1.10.1.crate
/regex-1.10.2.crate
/regex-1.10.3.crate
/regex-1.10.4.crate
/regex-1.10.5.crate
/regex-1.10.6.crate
/regex-1.11.0.crate
/regex-1.11.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate regex
Name: rust-regex
Version: 1.10.2
Version: 1.11.1
Release: %autorelease
Summary: Implementation of regular expressions for Rust

@ -1 +1 @@
SHA512 (regex-1.10.2.crate) = e594f70cc540586e4039e7b905ede9e507757b531f22a94aae185e47732ae0d54bceb2c6aceb815819a9652c01ccf697798d372631f2f864c04ca2eec59759d3
SHA512 (regex-1.11.1.crate) = d065f6dc405771518260425f39a5eaaf8cab62e78c91ceed3b3994a9a121674d2484cadaaf816bdad89c87a40550d57b66a3d9de6618a7119a658301ce7e67d8

Loading…
Cancel
Save