update release & changelog

This commit is contained in:
Christopher Engelhard 2020-08-17 18:45:11 +02:00
parent 2d4dfe7c51
commit 8931e4951c

View File

@ -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 <ce@lcts.de> - 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 <ce@lcts.de> - 2.1.0-30
- specify .so and release versions via global vars
- update URL to reflect new upstream