diff --git a/.gitignore b/.gitignore index 3ba6145..6bac58a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /v0.7.2.tar.gz /v0.7.3.tar.gz /whipper-bbd28c6.tar.gz +/v0.9.0.tar.gz diff --git a/sources b/sources index 3d703c0..76b7475 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whipper-bbd28c6.tar.gz) = 9fd19e8dff2526570a72bafbb8b532a9f91a84360614b174cd515965662ff2429f9700a6b7eeac8c2f50d3a0aae28a4df3a6be6066301e5c07048f58662f6e13 +SHA512 (v0.9.0.tar.gz) = 49e66ad2c6e8450199a53a28bb71725704daac86ce2cbf68080d4dee1c2357cf8367ddb4735a07f2ffe612d84f016661e5b6f94efa9d5a7d6b8cf56ee32b0ae7 diff --git a/whipper-bbd28c6.tar.gz b/whipper-bbd28c6.tar.gz deleted file mode 100644 index 81b1e03..0000000 Binary files a/whipper-bbd28c6.tar.gz and /dev/null differ diff --git a/whipper.spec b/whipper.spec index db860b6..956864b 100644 --- a/whipper.spec +++ b/whipper.spec @@ -1,18 +1,16 @@ %global srcname whipper %global sum Python CD-DA ripper preferring accuracy over speed %global desc CD ripper preferring accuracy over speed -%global commit bbd28c668f65b0dd32c0e66187eb77b388f0e603 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{srcname} Version: 0.9.0 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: %{sum} URL: https://github.com/whipper-team/whipper License: GPLv3+ -Source0: https://github.com/whipper-team/%{srcname}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +Source0: https://github.com/whipper-team/%{srcname}/archive/v%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -41,7 +39,7 @@ ExcludeArch: s390x %{desc} %prep -%autosetup -n %{srcname}-%{commit} +%autosetup %build export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} @@ -69,6 +67,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/com.github.wh %doc README.md TODO CHANGELOG.md HACKING %changelog +* Wed Dec 04 2019 Matthew Ruszczyk - 0.9.0-1 +- Update to release of 0.9.0 + * Mon Dec 02 2019 Matthew Ruszczyk - 0.9.0-0.1 - Prerelease of 0.9.0, intended to comply with impending Py2 retirement