Accepting request 1165382 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1165382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-packaging?expand=0&rev=13
This commit is contained in:
commit
6f0b9cd7f7
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Firstyear/cargo-packaging.git</param>
|
<param name="url">https://github.com/Firstyear/cargo-packaging.git</param>
|
||||||
<param name="changesrevision">32343305f4736feb526a8c19ca25755c58c4ef0f</param></service></servicedata>
|
<param name="changesrevision">158d4099bf111d05bd8a0967ce4976570b6716da</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff7e414fc3d8483f3f3a23da0756c0dc0bfd8be3e6d80abb0159ae5a58960596
|
|
||||||
size 9048
|
|
3
cargo-packaging-1.2.0+5.tar.xz
Normal file
3
cargo-packaging-1.2.0+5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:436b429596210a62125724d07f29b3f89ae511ce6adc684ac5af5996f09f9b60
|
||||||
|
size 9060
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 5 00:50:37 UTC 2024 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- Remove cargo_config that is now part of vendor.tar
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 04 00:31:58 UTC 2024 - william.brown@suse.com
|
||||||
|
|
||||||
|
- bsc#1222175 - prevent stripping debug info
|
||||||
|
- Update to version 1.2.0+5:
|
||||||
|
* Prevent stripping debuginfo in release by default (#7)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 14 04:47:50 UTC 2023 - william.brown@suse.com
|
Mon Aug 14 04:47:50 UTC 2023 - william.brown@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cargo-packaging
|
# spec file for package cargo-packaging
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cargo-packaging
|
Name: cargo-packaging
|
||||||
Version: 1.2.0+4
|
Version: 1.2.0+5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Macros and tools to assist with cargo and rust packaging
|
Summary: Macros and tools to assist with cargo and rust packaging
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -25,7 +25,6 @@ Group: Development/Languages/Rust
|
|||||||
URL: https://github.com/Firstyear/cargo-packaging
|
URL: https://github.com/Firstyear/cargo-packaging
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
|
||||||
Requires: cargo
|
Requires: cargo
|
||||||
Requires: cargo-auditable
|
Requires: cargo-auditable
|
||||||
Requires: zstd
|
Requires: zstd
|
||||||
@ -40,8 +39,6 @@ that follows upstream rust's best practices.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1
|
%autosetup -a1
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cargo build --offline --release
|
cargo build --offline --release
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:df10a455d47f1828a18e28ac6163fbe8d3d0ddbca18f2a3001602e37d959d131
|
oid sha256:dd5a9f53c42ca81658216af705ec17792de2b6aac2ad90ea9e0ef7fae01e95dc
|
||||||
size 7466100
|
size 7399280
|
||||||
|
Loading…
Reference in New Issue
Block a user