1 Commits

Author SHA256 Message Date
8785a63bcc Update to cargo-c 0.10.15
Which is required by the gstreamer-plugins-rs update
2025-10-27 14:20:46 +01:00
8 changed files with 51 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/lu-zero/cargo-c.git</param>
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="scm">git</param>
<param name="revision">v0.10.3</param>
<param name="revision">v0.10.15</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="versionrewrite-pattern">v?([^+]+)(\+git0.*)?(\+git[1-9][0-9]*.*)?</param>
<param name="versionrewrite-replacement">\1\3</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar" />

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/lu-zero/cargo-c.git</param>
<param name="changesrevision">ee7d7ef74b9c1fa00c6780da41a838752c76b3eb</param></service></servicedata>
<param name="changesrevision">3e178d5609e5dcc20de3cb0de1bf579329e43784</param></service></servicedata>

BIN
cargo-c-0.10.15.obscpio LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sat Sep 13 08:14:57 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix _service file to have proper versioning:
+ Do not use ~ in versions: ~ implies 'older than';
@PARENT_OFFSET@ is always ahead of PARENT_TAG; the proper sign
for this is +
+ Adjust the rewrite rule to strip +git0.* - when we are ON the
tag, without any offset, we can just use the tag as version.
-------------------------------------------------------------------
Thu Sep 11 18:51:45 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.10.15~git0.3e178d5:
* Bump actions/download-artifact from 4 to 5
* Update implib requirement from 0.3.5 to 0.4.0
* Add rlib to the targets when building tests
* Allow disabling emission of library version constants in header files
* Bump to cargo 0.90
* Fix static_libraries swallowing sequence of -framework flags
* Fix non-POSIX paths in Libdir under Windows
* Bump actions-rs-plus/clippy-check from 2.2.1 to 2.3.0
* Fix clippy lints
* Bump cargo-0.89, object-0.37.1, cbindgen-0.29
-------------------------------------------------------------------
Wed Sep 10 03:05:57 UTC 2025 - William <william.brown@suse.com>
- bsc#1249012 - CVE-2025-58160 - tracing subscriber ansi escapes
-------------------------------------------------------------------
Thu Jun 12 06:32:04 UTC 2025 - William Brown <william.brown@suse.com>
- bsc#1243179 - CVE-2025-4574 - double free in crossbeam channel drop
- bsc#1243851 - CVE-2024-12224 - idna accepts invalid punycode
-------------------------------------------------------------------
Wed May 7 04:35:41 UTC 2025 - William Brown <william.brown@suse.com>

View File

@@ -1,4 +1,4 @@
name: cargo-c
version: 0.10.3~git0.ee7d7ef
mtime: 1722315713
commit: ee7d7ef74b9c1fa00c6780da41a838752c76b3eb
version: 0.10.15
mtime: 1754841833
commit: 3e178d5609e5dcc20de3cb0de1bf579329e43784

View File

@@ -1,7 +1,7 @@
#
# spec file for package cargo-c
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2019 Andreas Schneider <asn@cryptomilk.org>.
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: cargo-c
Version: 0.10.3~git0.ee7d7ef
Version: 0.10.15
Release: 0
Summary: Helper to build and install c-like libraries from Rust
License: MIT

BIN
vendor.tar.xz LFS

Binary file not shown.