From 184cdaef25645ba94d8968494d82b36f5e4ed48d Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Mon, 25 Oct 2010 13:46:00 +0200 Subject: [PATCH] fix url and source0 Signed-off-by: Nikola Pajkovsky --- gpm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gpm.spec b/gpm.spec index f2e1261..f6091b3 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,11 +1,11 @@ Summary: A mouse server for the Linux console Name: gpm Version: 1.20.6 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ Group: System Environment/Daemons -URL: http://unix.schottelius.org/gpm/ -Source: http://unix.schottelius.org/gpm/archives/%{name}-%{version}.tar.lzma +URL: http://www.nico.schottelius.org/software/gpm/ +Source: http://www.nico.schottelius.org/software/gpm/archives/%{name}-%{version}.tar.lzma Source1: gpm.init Source2: inputattach.c Source3: gpm.service @@ -173,6 +173,9 @@ fi %{_libdir}/libgpm.a %changelog +* Mon Oct 25 2010 Nikola Pajkovsky 1.20.6-13 +- fix url and source0(yaneti@declera.com) + * Tue Oct 19 2010 Nikola Pajkovsky 1.20.6-13 - 644318 - Incomplete systemd service file for gpm(yaneti@declera.com)