[rubygem-morph-cli] Disallow gzip TE

Lubomir Rintel lkundrak at fedoraproject.org
Sat Jul 12 10:18:32 UTC 2014


commit 812b990b3aa2df1fcf1d2e1289e5220914309c90
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Sat Jul 12 12:18:45 2014 +0200

    Disallow gzip TE

 rubygem-morph-cli.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-morph-cli.spec b/rubygem-morph-cli.spec
index 3faf0ce..87123f4 100644
--- a/rubygem-morph-cli.spec
+++ b/rubygem-morph-cli.spec
@@ -3,13 +3,14 @@
 
 Name:           rubygem-%{gem_name}
 Version:        0.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Runs Morph scrapers from the command line
 
 Group:          Development/Tools
 License:        MIT
 URL:            https://github.com/openaustralia/morph-cli
 Source0:        https://github.com/openaustralia/%{gem_name}/archive/%{commit}/%{gem_name}-%{commit}.tar.gz
+Patch0:         0001-Disallow-gzip.patch
 BuildArch:      noarch
 
 BuildRequires:  rubygems-devel
@@ -29,6 +30,7 @@ already installed with the Morph scraper environments.
 
 %prep
 %setup -qn %{gem_name}-%{commit}
+%patch0 -p1
 
 # Someone had a clever idea to use "git ls-files" to obtain the list of
 # sources. Oh well, let's just pretend we're an actual Git checkout.
@@ -63,6 +65,9 @@ cp -a ./%{_bindir}/* %{buildroot}%{_bindir}
 
 
 %changelog
+* Sat Jul 12 2014 Lubomir Rintel <lkundrak at v3.sk> - 0.2.1-2
+- Disallow gzip TE
+
 * Sun Jun  8 2014 Lubomir Rintel <lkundrak at v3.sk> - 0.2.1-1
 - New upstream release
 


More information about the scm-commits mailing list