From 50c1bc6bde49bd8ae436748c7055d1ea42c66215 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 09:06:18 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-ucd-util.spec b/rust-ucd-util.spec index 54894df..da260a9 100644 --- a/rust-ucd-util.spec +++ b/rust-ucd-util.spec @@ -1,26 +1,28 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate ucd-util Name: rust-%{crate} Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small utility library for working with the Unicode character database # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/ucd-util -Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -A small utility library for working with the Unicode character database. +%global _description %{expand: +Small utility library for working with the Unicode character database.} %description %{_description} @@ -51,7 +53,7 @@ which use "default" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build @@ -66,6 +68,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 11:05:52 CEST 2019 Igor Gnatenko - 0.1.3-3 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 0.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild