diff --git a/hamlib.spec b/hamlib.spec index ed25eed..f18c5f5 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -9,7 +9,7 @@ Name: hamlib Version: 3.0 -Release: 2%{?pre:.%{pre}}%{?dist} +Release: 3%{?pre:.%{pre}}%{?dist} Summary: Run-time library to control radio transceivers and receivers License: GPLv2+ and LGPLv2+ @@ -43,7 +43,7 @@ command line interface or in a text-oriented interactive interface. %package devel Summary: Development library to control radio transceivers and receivers Requires: hamlib%{?_isa} = %{version}-%{release} -Requires: hamlib-tcl%{?_isa} = %{version}-%{release} +Requires: tcl-hamlib%{?_isa} = %{version}-%{release} %description devel Hamlib radio control library C development headers and libraries @@ -223,6 +223,9 @@ fi %changelog +* Thu Sep 24 2015 Richard Shaw - 3.0-3 +- Fix devel package dependency on tcl-hamlib. + * Tue Sep 22 2015 Jitka Plesnikova - 3.0-2 - Rebuild against new swig (BZ#1192849)