commit 9d67c8a9cdb4e281d04016db177f3f8398a4278f
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Sat Aug 20 20:59:26 2016 -0400
Update to 0.2.1, fixing a bug with older sources files using MD5.
.gitignore | 1 +
rfpkg-minimal.spec | 7 ++++++-
sources | 1 +
3 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index f615365..c250713 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/rfpkg-minimal-0.1.1.tar.gz
/rfpkg-minimal-0.2.0.tar.gz
+/rfpkg-minimal-0.2.1.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 034e727..6753291 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,5 +1,5 @@
Name: rfpkg-minimal
-Version: 0.2.0
+Version: 0.2.1
Release: 1%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
@@ -37,6 +37,11 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Sat Aug 20 2016 Ben Rosser <rosser.bjr(a)gmail.com> 0.2.1-1
+- Update to 0.2.1.
+- If downloading MD5-summed file fails, we fall back to using the old style URLs.
+- This should fix builds of packages with older sources files.
+
* Sun Aug 7 2016 Ben Rosser <rosser.bjr(a)gmail.com> 0.2.0-1
- Update to 0.2.0, with support for non-MD5 hashes
- Change upstream URL to point at rpmfusion-infra repo
diff --git a/sources b/sources
index 528ad85..0df006e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
78fa0d98fb6675fae650191c896713b6 rfpkg-minimal-0.2.0.tar.gz
+769db8243b62f3024c5e31fbadeac47c rfpkg-minimal-0.2.1.tar.gz
Show replies by date