Accepting request 650222 from home:AndreasStieger:branches:devel:languages:rust

- use a source URL

OBS-URL: https://build.opensuse.org/request/show/650222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=2
This commit is contained in:
Luke Jones 2018-11-19 18:34:09 +00:00 committed by Git OBS Bridge
parent e1ab28eef2
commit eea9359fb7
2 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,9 @@
-------------------------------------------------------------------
Mon Nov 19 15:00:09 UTC 2018 - astieger@suse.com
- use a source URL
-------------------------------------------------------------------
Wed Nov 14 00:34:16 UTC 2018 - Luke Jones <jones_ld@protonmail.com>
- Initial packaging
- Initial packaging - boo#1115645

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -25,8 +25,8 @@ Release: 0
Summary: A tool for generating C bindings from Rust code
License: MPL-2.0
Group: Development/Languages/Rust
Url: https://crates.io/crates/cbindgen
Source0: %{crate_name}-%{version}.tar.gz
URL: https://crates.io/crates/cbindgen
Source0: https://github.com/eqrion/cbindgen/archive/v%{version}.tar.gz#/%{crate_name}-%{version}.tar.gz
Source1: vendor.tar.xz
BuildRequires: cargo >= 1.30.0
BuildRequires: rust >= 1.30.0
@ -72,4 +72,3 @@ rm %{buildroot}%{_prefix}/.crates.toml
%{_bindir}/cbindgen
%changelog