From 2b46b9734561a49016457d5cec7e2b808c3a92b0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 9 Mar 2019 11:43:54 +0100 Subject: [PATCH] Adapt to new packaging Signed-off-by: Igor Gnatenko --- rust-net2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-net2.spec b/rust-net2.spec index b20bf29..a6fb6f3 100644 --- a/rust-net2.spec +++ b/rust-net2.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate net2 Name: rust-%{crate} Version: 0.2.33 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Extensions to the standard library's networking types as proposed in RFC 1158 # Upstream license specification: MIT/Apache-2.0 @@ -82,6 +82,9 @@ which use "duration" feature of "%{crate}" crate. %endif %changelog +* Sat Mar 09 2019 Igor Gnatenko - 0.2.33-5 +- Adapt to new packaging + * Sat Feb 02 2019 Fedora Release Engineering - 0.2.33-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild