[fedpkg-minimal] Release 1.1.0-1

pbabinca pbabinca at fedoraproject.org
Mon Mar 23 14:17:35 UTC 2015


commit c5f14ed9fa62ab58b276d7786b067d3c1dc66ce7
Author: Pavol Babincak <pbabinca at redhat.com>
Date:   Mon Mar 23 14:51:48 2015 +0100

    Release 1.1.0-1
    
    - Verify sources
    - Add Till and Jesse to Authors and Till to Copyright header
    - Remove redundant whitespace at the end of file
    - Simplify parsing sources file
    - Abort on errors
    - Added copyright and authors
    - Use curl instead of wget

 .gitignore          |  1 +
 fedpkg-minimal.spec | 17 +++++++++++++----
 sources             |  1 +
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 485b810..893b7d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fedpkg-minimal-1.0.0.tar.gz
+/fedpkg-minimal-1.1.0.tar.gz
diff --git a/fedpkg-minimal.spec b/fedpkg-minimal.spec
index e2b5608..65c4855 100644
--- a/fedpkg-minimal.spec
+++ b/fedpkg-minimal.spec
@@ -1,6 +1,6 @@
 Name:           fedpkg-minimal
-Version:        1.0.0
-Release:        3%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Script to allow fedpkg fetch to work
 
 Group:          Applications/System
@@ -11,7 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
-Requires:       wget
+Requires:       curl
 
 Conflicts:      fedpkg
 
@@ -30,10 +30,19 @@ install -pm 755 bin/fedpkg %{buildroot}%{_bindir}/fedpkg
 
 
 %files
-%doc README.md LICENSE
+%doc README.md LICENSE AUTHORS.md
 %{_bindir}/fedpkg
 
 %changelog
+* Mon Mar 23 2015 Pavol Babincak <pbabinca at redhat.com> - 1.1.0-1
+- Verify sources
+- Add Till and Jesse to Authors and Till to Copyright header
+- Remove redundant whitespace at the end of file
+- Simplify parsing sources file
+- Abort on errors
+- Added copyright and authors
+- Use curl instead of wget
+
 * Wed Mar 04 2015 Pavol Babincak <pbabinca at redhat.com> - 1.0.0-3
 - Use %%setup instead of %%autosetup in %%prep
 - Define BuildRoot
diff --git a/sources b/sources
index 2bff979..93ca4c0 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 82f1faea9d7ff427cfa95f9b40a43684  fedpkg-minimal-1.0.0.tar.gz
+2851636c875ff2eec951194cbe663eb9  fedpkg-minimal-1.1.0.tar.gz


More information about the scm-commits mailing list