Compare commits

...

30 Commits

Author SHA1 Message Date
Fabio Valentini 7dba834d1b
Update to version 0.2.169; Fixes RHBZ#2333194
4 weeks ago
Fabio Valentini 899de20127
Update to version 0.2.168; Fixes RHBZ#2329465
2 months ago
Fabio Valentini 05786692c1
Update to version 0.2.166
2 months ago
Fabio Valentini c63eeda338
Update to version 0.2.165; Fixes RHBZ#2326668
2 months ago
Fabio Valentini df511d845b
Update to version 0.2.162; Fixes RHBZ#2324375
3 months ago
Fabio Valentini 9eea7e45cb
Update to version 0.2.161; Fixes RHBZ#2319311
3 months ago
Fabio Valentini 8f6ec961eb
Update to version 0.2.159; Fixes RHBZ#2314448
4 months ago
Fabio Valentini 49f657cf7c
Update to version 0.2.158; Fixes RHBZ#2305238
5 months ago
Fedora Release Engineering dfca665ef1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini b470fecc7d
Update to version 0.2.155; Fixes RHBZ#2281182
8 months ago
Fabio Valentini b991ba09ae
Update to version 0.2.154; Fixes RHBZ#2277878
9 months ago
Fabio Valentini 5f54d0f550
Update to version 0.2.153; Fixes RHBZ#2262167
1 year ago
Fedora Release Engineering 3f98c86d5f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 15bb07657c
Update to version 0.2.152; Fixes RHBZ#2257159
1 year ago
Fabio Valentini 308e1f42e8
Update to version 0.2.151; Fixes RHBZ#2253882
1 year ago
Fabio Valentini 89d9a2b0ac
Update to version 0.2.150; Fixes RHBZ#2248005
1 year ago
Fabio Valentini 2918ed2c49
Update to version 0.2.149; Fixes RHBZ#2242563
1 year ago
Fabio Valentini 88b9b3be37
Update to version 0.2.148; Fixes RHBZ#2238726
1 year ago
Fedora Release Engineering c805e7cf02 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 7ef9173e72
Update to version 0.2.147; Fixes RHBZ#2212834
2 years ago
Fabio Valentini 6718ec5889
Update to version 0.2.145; Fixes RHBZ#2212191
2 years ago
Fabio Valentini 41dc2e32e2
Update to version 0.2.144; Fixes RHBZ#2196254
2 years ago
Fabio Valentini 3eb5a3534d
Update to version 0.2.143; Fixes RHBZ#2195936
2 years ago
Fabio Valentini ad15388f97
Update to version 0.2.142; Fixes RHBZ#2188389
2 years ago
Fabio Valentini 6d055ebb2a
Update to version 0.2.141; Fixes RHBZ#2184325
2 years ago
Fabio Valentini deaae11957
Update to version 0.2.140; Fixes RHBZ#2176857
2 years ago
Fedora Release Engineering 46726cfa45 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 4f697a3992
Update to version 0.2.139; Fixes RHBZ#2155777
2 years ago
Fabio Valentini 276e0cd686
Update to version 0.2.138; Fixes RHBZ#2150452
2 years ago
Fabio Valentini f1e36a19fe
Update to version 0.2.137; Fixes RHBZ#2133434
2 years ago

26
.gitignore vendored

@ -72,3 +72,29 @@
/libc-0.2.131.crate
/libc-0.2.132.crate
/libc-0.2.134.crate
/libc-0.2.137.crate
/libc-0.2.138.crate
/libc-0.2.139.crate
/libc-0.2.140.crate
/libc-0.2.141.crate
/libc-0.2.142.crate
/libc-0.2.143.crate
/libc-0.2.144.crate
/libc-0.2.145.crate
/libc-0.2.147.crate
/libc-0.2.148.crate
/libc-0.2.149.crate
/libc-0.2.150.crate
/libc-0.2.151.crate
/libc-0.2.152.crate
/libc-0.2.153.crate
/libc-0.2.154.crate
/libc-0.2.155.crate
/libc-0.2.158.crate
/libc-0.2.159.crate
/libc-0.2.161.crate
/libc-0.2.162.crate
/libc-0.2.165.crate
/libc-0.2.166.crate
/libc-0.2.168.crate
/libc-0.2.169.crate

@ -1,3 +0,0 @@
# rust-libc
The rust-libc package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate libc
Name: rust-libc
Version: 0.2.134
Version: 0.2.169
Release: %autorelease
Summary: Raw FFI bindings to platform libraries like libc
@ -13,9 +13,8 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/libc
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: glibc-devel
%global _description %{expand:
Raw FFI bindings to platform libraries like libc.}
@ -35,6 +34,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -112,12 +112,11 @@ use the "use_std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
echo 'glibc-devel'
%build
%cargo_build

@ -1,8 +0,0 @@
[DEFAULT]
unwanted-features =
rustc-dep-of-std
rustc-std-workspace-core
buildrequires =
glibc-devel
lib.requires =
glibc-devel

@ -0,0 +1,7 @@
[features]
hide = ["rustc-dep-of-std", "rustc-std-workspace-core"]
[requires]
build = ["glibc-devel"]
lib = ["glibc-devel"]

@ -1 +1 @@
SHA512 (libc-0.2.134.crate) = fcc142061df7b363b2dacec5fb3c9a19e63addd8210678117f681b8e1b62e5784cb78067639df464f32e22c9ab4d0932bbe1c01cc992348cc0fad4a46cc7b1c3
SHA512 (libc-0.2.169.crate) = c4566330a7967efc211edf31a23647d1a33aa51fc25aa4e9337716748c8fd4be0ae63679220ff2cf6e892f37d03bc5264c55e8f082eb82574a6ec1fa8e5e45ce

Loading…
Cancel
Save