From 8931e4951c38fb4690b44d91b1b0dc64669e4ec0 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Mon, 17 Aug 2020 18:45:11 +0200 Subject: [PATCH] update release & changelog --- sysfsutils.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index b55c0b0..5da64c7 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -4,13 +4,13 @@ Name: sysfsutils Version: 2.1.0 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Utilities for interfacing with sysfs URL: https://github.com/linux-ras/sysfsutils License: GPLv2 Source0: https://github.com/linux-ras/sysfsutils/archive/sysfsutils-%(echo %{version} | tr '.' '_').tar.gz -# backport upstrean fixes up to commit b688c65 +# backport upstream fixes up to commit b688c65 # these also obsolete sysfsutils-2.0.0-class-dup.patch & sysfsutils-aarch64.patch Patch1: 0001-update-README.patch Patch2: 0002-fix-compiler-complaints.patch @@ -80,6 +80,11 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Mon Aug 17 2020 Christopher Engelhard - 2.1.0-31 +- use tarball hosted at new upstream site +- Fedora's patches have been merged upstream, so use those instead +- apply various unreleased upstream fixes that deal with compiler warnings + * Wed Jul 29 2020 Christopher Engelhard - 2.1.0-30 - specify .so and release versions via global vars - update URL to reflect new upstream