rpms/gpm/F-7 gpm.spec,1.54,1.55

Tomas Janousek (tjanouse) fedora-extras-commits at redhat.com
Tue Jul 24 14:12:51 UTC 2007


Author: tjanouse

Update of /cvs/pkgs/rpms/gpm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1077

Modified Files:
	gpm.spec 
Log Message:
* Tue Jul 24 2007 Tomas Janousek <tjanouse at redhat.com> - 1.20.1-86
- don't install t-mouse.el, emacs-common contains a newer version,
  fixes #249362

* Fri Jun 29 2007 Tomas Janousek <tjanouse at redhat.com> - 1.20.1-85
- applied patch for #246219, fixing segfault with vsyslog on x86_64



Index: gpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpm/F-7/gpm.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- gpm.spec	23 May 2007 13:19:54 -0000	1.54
+++ gpm.spec	24 Jul 2007 14:12:19 -0000	1.55
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console.
 Name: gpm
 Version: 1.20.1
-Release: 84%{?dist}
+Release: 86%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@
 Patch23: gpm-1.20.1-aligned-sleep.patch
 Patch24: gpm-1.20.1-deadsocket.patch
 Patch25: gpm-1.20.1-default-handler.patch
+Patch26: gpm-1.20.1-va_list.patch
 
 Prereq: /sbin/chkconfig /sbin/ldconfig /sbin/install-info
 Requires: bash >= 2.0
@@ -70,6 +71,7 @@
 %patch23 -p1 -b .aligned-sleep
 %patch24 -p1 -b .deadsocket
 %patch25 -p1 -b .default-handler
+%patch26 -p1 -b .va_list
 
 %build
 rm -f configure
@@ -99,7 +101,8 @@
 rm -f $RPM_BUILD_ROOT%{_bindir}/{mev,gpm-root}
 %endif
 
-cp contrib/emacs/t-mouse.el* %{buildroot}%{_datadir}/emacs/site-lisp
+# The emacs-common package contains a newer version of this.
+#cp contrib/emacs/t-mouse.el* %{buildroot}%{_datadir}/emacs/site-lisp
 
 {
   pushd %{buildroot}
@@ -177,7 +180,7 @@
 /usr/sbin/gpm
 /usr/sbin/inputattach
 %endif
-%{_datadir}/emacs/site-lisp/t-mouse.el*
+#%{_datadir}/emacs/site-lisp/t-mouse.el*
 %{_infodir}/gpm.info*
 %{_libdir}/libgpm.so.*
 
@@ -188,6 +191,13 @@
 %{_libdir}/libgpm.so
 
 %changelog
+* Tue Jul 24 2007 Tomas Janousek <tjanouse at redhat.com> - 1.20.1-86
+- don't install t-mouse.el, emacs-common contains a newer version,
+  fixes #249362
+
+* Fri Jun 29 2007 Tomas Janousek <tjanouse at redhat.com> - 1.20.1-85
+- applied patch for #246219, fixing segfault with vsyslog on x86_64
+
 * Wed May 23 2007 Tomas Janousek <tjanouse at redhat.com> - 1.20.1-84
 - applied patch for #240389, fixing default handlers
 




More information about the scm-commits mailing list