From fd97f4977d608af901500ac15fbab681192503fb Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Fri, 4 May 2007 08:32:25 +0000 Subject: [PATCH] - gpm-devel now requires version-release correctly, fixes #238785 --- gpm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gpm.spec b/gpm.spec index b40d750..da9ef24 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,7 +1,7 @@ Summary: A mouse server for the Linux console. Name: gpm Version: 1.20.1 -Release: 82%{?dist} +Release: 83%{?dist} License: GPL Group: System Environment/Daemons Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ mouse button. %package devel -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Summary: A mouse server for the Linux console. Group: System Environment/Daemons @@ -186,6 +186,9 @@ fi %{_libdir}/libgpm.so %changelog +* Thu May 03 2007 Tomas Janousek - 1.20.1-83 +- gpm-devel now requires version-release correctly, fixes #238785 + * Mon Apr 02 2007 Tomas Janousek - 1.20.1-82 - updated inputattach.c to 1.24 from cvs, fixes #231635