diff --git a/rust-cbindgen.changes b/rust-cbindgen.changes index 60ca127..e3bf894 100644 --- a/rust-cbindgen.changes +++ b/rust-cbindgen.changes @@ -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 -- Initial packaging +- Initial packaging - boo#1115645 diff --git a/rust-cbindgen.spec b/rust-cbindgen.spec index cb73c7b..236e90b 100644 --- a/rust-cbindgen.spec +++ b/rust-cbindgen.spec @@ -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 -