Accepting request 883011 from home:alarrosa:branches:devel:languages:rust

- Update to version 0.8.0
  * cbindgen 0.18
  * provide a cli option to have fully static builds.
  * cargo cinstall and cargo capi install now imply --release
    to match the behavior of cargo install.

OBS-URL: https://build.opensuse.org/request/show/883011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-c?expand=0&rev=18
This commit is contained in:
William Brown 2021-04-06 00:58:13 +00:00 committed by Git OBS Bridge
parent b0a3b1582a
commit 8b9524e921
7 changed files with 41 additions and 6 deletions

25
README.suse-maint Normal file
View File

@ -0,0 +1,25 @@
# How to update the cargo-c package
## Prerequisites:
You need the download_files and cargo_vendor obs services installed:
zypper in obs-service-download_files obs-service-cargo_vendor
## Updating to a new version from upstream
Edit the spec file and update the version variable.
Download the new source file by running:
osc service ra download_files
Uncompress the cargo-c-%{version}.tar.gz file:
tar xvfz cargo-c-%{version}.tar.gz
This will create a cargo-c-%{version} directory
Edit the _service file and set the srcdir param
to the extracted directory.
Run the cargo_vendor service with:
osc service disabledrun
Update the changelog file with the upstream release notes.

View File

@ -1,4 +1,5 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">cargo-c-0.8.0</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cda5235cadc9f618168ea6497e4226856807f6c7fe4419df20bef8e67bfe9c0
size 21130

3
cargo-c-0.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bcb143317e7f579bcfd13ef3f230cf72961ccc79abb176789f8d1fdff03fd35
size 22362

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 5 07:52:23 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.8.0
* cbindgen 0.18
* provide a cli option to have fully static builds.
* cargo cinstall and cargo capi install now imply --release
to match the behavior of cargo install.
-------------------------------------------------------------------
Wed Jan 13 16:32:44 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -18,7 +18,7 @@
Name: cargo-c
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Helper to build and install c-like libraries from Rust
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73b5347dce86de3981f918d6b4f56163e35ac3b7d67bea7e10cc53a0c70134b6
size 23044200
oid sha256:d5c54f5fb58483f14ccca660c62b44d1ea486bbf84529d23cc3211fff90b1693
size 22091880