Accepting request 1178628 from devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/1178628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-c?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-06-06 10:30:21 +00:00 committed by Git OBS Bridge
commit 975d975d4b
6 changed files with 23 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/lu-zero/cargo-c.git</param>
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
<param name="scm">git</param>
<param name="revision">v0.9.27</param>
<param name="revision">v0.9.32</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

BIN
cargo-c-0.9.27~git0.54774e0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 04 19:59:22 UTC 2024 - david.mulder@suse.com
- Update to version 0.9.32~git0.56dfe34:
* Prepare for release
* Bump cargo version
* Use clone_from/clone_into
* Do not install the versioned links and lib on Android
* docs: add rustls-ffi to README users list
* Bump the msrv again
* Bump msrv
* Bump cargo version
* Match the beaviour of meson regarding relative paths in the install directories
* Bump cargo version
-------------------------------------------------------------------
Tue Oct 17 10:43:31 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cargo-c
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019 Andreas Schneider <asn@cryptomilk.org>.
#
# All modifications and additions to the file contributed by third parties
@ -20,7 +20,7 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
Name: cargo-c
Version: 0.9.27~git0.54774e0
Version: 0.9.32~git0.56dfe34
Release: 0
Summary: Helper to build and install c-like libraries from Rust
License: MIT

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.