[rfpkg-minimal] Update to 0.2.0 with support for non-MD5 hashes.

Ben Rosser tc01 at rpmfusion.org
Sun Aug 7 19:59:14 CEST 2016


commit 588bbe96484ebad7754c561823ad37b5cec614bc
Author: Ben Rosser <rosser.bjr at gmail.com>
Date:   Sun Aug 7 13:54:22 2016 -0400

    Update to 0.2.0 with support for non-MD5 hashes.
    
    Add SHA512 sources file for rfpkg-minimal on Rawhide.
    
    Switch to MD5 hash for now so the package will build.

 .gitignore         |  1 +
 rfpkg-minimal.spec | 10 +++++++---
 sources            |  2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 576a10a..f615365 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rfpkg-minimal-0.1.1.tar.gz
+/rfpkg-minimal-0.2.0.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 5ea1c3d..034e727 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,5 +1,5 @@
 Name:           rfpkg-minimal
-Version:        0.1.1
+Version:        0.2.0
 Release:        1%{?dist}
 Summary:        Fork of fedpkg-minimal for RPM Fusion
 
@@ -8,8 +8,8 @@ Summary:        Fork of fedpkg-minimal for RPM Fusion
 # See https://fedorahosted.org/fedpkg-minimal/ticket/2
 License:        GPLv2
 
-URL:            https://github.com/TC01/rfpkg-minimal
-Source0:        https://github.com/TC01/rfpkg-minimal/archive/0.1.1.tar.gz#/rfpkg-minimal-0.1.1.tar.gz
+URL:            https://github.com/rpmfusion-infra/rfpkg-minimal
+Source0:        https://github.com/rpmfusion-infra/rfpkg-minimal/archive/%{version}.tar.gz#/rfpkg-minimal-%{version}.tar.gz
 
 BuildArch:      noarch
 
@@ -37,6 +37,10 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
 %license LICENSE
 
 %changelog
+* Sun Aug  7 2016 Ben Rosser <rosser.bjr at 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
+
 * Sat Jul  9 2016 Ben Rosser <rosser.bjr at gmail.com> 0.1.1-1
 - Rename rfpkg to rfpkg-minimal, remove conflict with fedpkg
 - Add comment with link to upstream bug about licensing
diff --git a/sources b/sources
index 2336774..528ad85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6911fa4c4ee776975dfbcb3095c42ff  rfpkg-minimal-0.1.1.tar.gz
+78fa0d98fb6675fae650191c896713b6  rfpkg-minimal-0.2.0.tar.gz


More information about the rpmfusion-commits mailing list