From 1960034b899ce812934a5b27b037a749b19d41b4 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 20 Oct 2013 18:20:23 +0200 Subject: [PATCH] - up to 1.3.1; still won't build with js >= 1.8.5 --- pacparser.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pacparser.spec b/pacparser.spec index 452036a..b35c108 100644 --- a/pacparser.spec +++ b/pacparser.spec @@ -5,18 +5,19 @@ Summary: A library to make your web software pac (proxy auto-config) files intelligent Summary(pl.UTF-8): Biblioteka do obsługi plików pac (automatycznej konfiguracji proxy) Name: pacparser -Version: 1.3.0 +Version: 1.3.1 Release: 1 License: LGPL v3+ Group: Libraries Source0: http://pacparser.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 6dcfda10803913df38249fb39990dd87 +# Source0-md5: 97010ef3c18f81f8734e3cc3d6f92619 #Source0Download: http://code.google.com/p/pacparser/downloads/list Patch0: %{name}-make.patch Patch1: %{name}-libdir.patch Patch2: %{name}-python.patch URL: http://code.google.com/p/pacparser/ -BuildRequires: js-devel +BuildRequires: js-devel >= 1.7.0 +BuildRequires: js-devel < 1.8.5 BuildRequires: rpmbuild(macros) >= 1.566 BuildRequires: sed >= 4.0 %if %{with python} -- 2.44.0