diff --git a/rust-packaging.spec b/rust-packaging.spec index 65dbb7295e41a63e274f0d12efb56bb7ccb9b40d..140e393213dbd33e8110279333b12d7f96ec9e22 100644 --- a/rust-packaging.spec +++ b/rust-packaging.spec @@ -3,12 +3,12 @@ %global debug_package %{nil} Name: rust-packaging -Version: 15 -Release: 2 +Version: 20 +Release: 1 Summary: RPM macros for building Rust packages on various architectures License: MIT URL: https://pagure.io/fedora-rust/rust2rpm -Source: https://releases.pagure.org/fedora-rust/rust2rpm/rust2rpm-%{version}.tar.xz +Source: https://pagure.io/fedora-rust/rust2rpm/archive/v%{version}/rust2rpm-v%{version}.tar.gz Patch0001: 0001-macros-Do-not-use-awk-s-inplace-feature.patch @@ -36,7 +36,7 @@ Provides: rust2rpm = %{version}-%{release} Convert Rust packages to RPM. %prep -%autosetup -n rust2rpm-%{version} -p1 +%autosetup -n rust2rpm-v%{version} -p1 %build %py3_build @@ -65,6 +65,9 @@ py.test-%{python3_version} -vv test.py %{python3_sitelib}/rust2rpm-*.egg-info/ %changelog +* Tue Jan 18 2022 SimpleUpdate Robot - 20-1 +- Upgrade to version 20 + * Thu Mar 18 2021 shixuantong - 15-2 - fix install fail issue because nothing provides rust-srpm-macros = 15 diff --git a/rust2rpm-15.tar.xz b/rust2rpm-15.tar.xz deleted file mode 100644 index ffd3ec82ac79736fe9a9f9fade7fbc47f86a9991..0000000000000000000000000000000000000000 Binary files a/rust2rpm-15.tar.xz and /dev/null differ diff --git a/rust2rpm-v20.tar.gz b/rust2rpm-v20.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f74089a0c6e1cfa77f5c1c493a3adbec697bf659 Binary files /dev/null and b/rust2rpm-v20.tar.gz differ