From e534b910714e45c432606310c9d94cfc7f88ae77 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Apr 12 2011 17:25:19 +0000 Subject: devel subpackage needs to ask for the newly added epoch --- diff --git a/js.spec b/js.spec index 2f17084..9bbf858 100644 --- a/js.spec +++ b/js.spec @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.8.5 -Release: 3%{?hgdate:.hg%{hgdate}}%{?dist} +Release: 4%{?hgdate:.hg%{hgdate}}%{?dist} # The sources are triple licensed, but when we link against readline which is # GPL, the result can only be GPL. %if 0%{?_without_readline:1} @@ -31,7 +31,7 @@ with only mild differences from the published standard. %package devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Requires: pkgconfig Provides: libjs-devel = %{version}-%{release} @@ -132,6 +132,9 @@ cd js %{_includedir}/js.msg %changelog +* Tue Apr 12 2011 Christopher Aillon - 1.8.5-4 +- devel subpackage needs to ask for the newly added epoch + * Tue Apr 12 2011 Pavel Alexeev - 1.8.5-3 - Add Epoch: 1 to allow update of 1.70-13 version.