forked from pool/cargo-c
Accepting request 790960 from home:gladiac:branches:devel:languages:rust
- Update to version 0.6.2 * https://github.com/lu-zero/cargo-c/releases/tag/v0.6.2 * https://github.com/lu-zero/cargo-c/releases/tag/v0.6.1 * https://github.com/lu-zero/cargo-c/releases/tag/v0.6.0 OBS-URL: https://build.opensuse.org/request/show/790960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=7
This commit is contained in:
parent
948536207d
commit
1b0802f8c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf6804ad9c9f55cfb90b46e080c388931fdd5ac07a6d7f784342fcb83df1548c
|
|
||||||
size 10849
|
|
3
cargo-c-0.6.2.tar.gz
Normal file
3
cargo-c-0.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0a3e612b41f441081098e3f3e1716fc709421f3d17654a9f0303f420fdbc1ee
|
||||||
|
size 10947
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 2 13:57:21 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Update to version 0.6.2
|
||||||
|
* https://github.com/lu-zero/cargo-c/releases/tag/v0.6.2
|
||||||
|
* https://github.com/lu-zero/cargo-c/releases/tag/v0.6.1
|
||||||
|
* https://github.com/lu-zero/cargo-c/releases/tag/v0.6.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 15 13:13:58 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
Sun Dec 15 13:13:58 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cargo-c
|
# spec file for package cargo-c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2019 Andreas Schneider <asn@cryptomilk.org>.
|
# Copyright (c) 2019 Andreas Schneider <asn@cryptomilk.org>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cargo-c
|
Name: cargo-c
|
||||||
Version: 0.5.0
|
Version: 0.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper to build and install c-like libraries from Rust
|
Summary: Helper to build and install c-like libraries from Rust
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,6 +30,7 @@ Source0: https://github.com/lu-zero/cargo-c/archive/v%{version}/%{name}-%
|
|||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
#
|
#
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The is a cargo applet to build and install C-ABI compatibile dynamic and static
|
The is a cargo applet to build and install C-ABI compatibile dynamic and static
|
||||||
@ -65,6 +66,9 @@ EOF
|
|||||||
%install
|
%install
|
||||||
%cargo_install
|
%cargo_install
|
||||||
|
|
||||||
|
find %{buildroot} -name .crates2.json -delete
|
||||||
|
rm -rf %{buildroot}%{_datadir}/cargo/registry
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cf4f56605d21d71f8379465debae8b625779197a3bd06c26c1fc3ee44bbd0fc6
|
oid sha256:84be477ae129de370c9dc145414f8936a95923b216647044b1171ebf7d0830c8
|
||||||
size 6371804
|
size 16446956
|
||||||
|
Loading…
Reference in New Issue
Block a user