lkundrak pushed to rubygem-morph-cli (f21). "Disallow gzip TE"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 13:21:02 UTC 2015


>From 812b990b3aa2df1fcf1d2e1289e5220914309c90 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak at v3.sk>
Date: Sat, 12 Jul 2014 12:18:45 +0200
Subject: Disallow gzip TE


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rubygem-morph-cli.git/commit/?h=f21&id=812b990b3aa2df1fcf1d2e1289e5220914309c90


More information about the scm-commits mailing list