rpms/gpm/devel gpm-1.20.6-libtool.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 gpm.spec, 1.71, 1.72 sources, 1.7, 1.8 gpm-1.20.5-ac_package_version.patch, 1.1, NONE

Zdenek Prikryl zprikryl at fedoraproject.org
Wed Feb 11 10:21:50 UTC 2009


Author: zprikryl

Update of /cvs/extras/rpms/gpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28933

Modified Files:
	.cvsignore gpm.spec sources 
Added Files:
	gpm-1.20.6-libtool.patch 
Removed Files:
	gpm-1.20.5-ac_package_version.patch 
Log Message:
Spec review (#225856)
Updated to 1.20.6


gpm-1.20.6-libtool.patch:

--- NEW FILE gpm-1.20.6-libtool.patch ---
diff -up gpm-1.20.6/configure.ac.libtool gpm-1.20.6/configure.ac
--- gpm-1.20.6/configure.ac.libtool	2009-02-11 08:12:00.000000000 +0100
+++ gpm-1.20.6/configure.ac	2009-02-11 08:12:08.000000000 +0100
@@ -42,7 +42,7 @@ release="`cat $srcdir/.gitversion`"
 #
 
 AC_PROG_CC
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_YACC
 AC_PROG_LN_S


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gpm/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	17 Jul 2008 09:18:40 -0000	1.6
+++ .cvsignore	11 Feb 2009 10:21:19 -0000	1.7
@@ -1 +1 @@
-gpm-1.20.5.tar.gz
+gpm-1.20.6.tar.gz


Index: gpm.spec
===================================================================
RCS file: /cvs/extras/rpms/gpm/devel/gpm.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- gpm.spec	5 Feb 2009 13:34:57 -0000	1.71
+++ gpm.spec	11 Feb 2009 10:21:19 -0000	1.72
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console
 Name: gpm
-Version: 1.20.5
-Release: 3%{?dist}
+Version: 1.20.6
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://unix.schottelius.org/gpm/
@@ -13,14 +13,14 @@
 Patch3: gpm-1.20.3-gcc4.3.patch
 Patch4: gpm-1.20.5-close-fds.patch
 Patch5: gpm-1.20.1-weak-wgetch.patch
-Patch6: gpm-1.20.5-ac_package_version.patch 
+Patch6: gpm-1.20.6-libtool.patch
 Requires(post): /sbin/chkconfig /sbin/install-info /sbin/ldconfig 
 Requires(preun): /sbin/chkconfig /sbin/install-info
 Requires(postun): /sbin/ldconfig 
 # this defines the library version that this package builds.
 %define LIBVER 2.1.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
-BuildRequires: sed gawk texinfo bison ncurses-devel autoconf
+BuildRequires: sed gawk texinfo bison ncurses-devel autoconf automake libtool
 
 %description
 Gpm provides mouse support to text-based Linux applications like the
@@ -56,15 +56,14 @@
 %patch3 -p1 -b .gcc4.3
 %patch4 -p1 -b .close-fds
 %patch5 -p1 -b .weak-wgetch
-%patch6 -p1 -b .ac_package_version
+%patch6 -p1 -b .libtool
 
 iconv -f iso-8859-1 -t utf-8 -o TODO.utf8 TODO
 touch -c -r TODO TODO.utf8
 mv -f TODO.utf8 TODO
 
 rm -f configure
-rm -f src/prog/open_console.o
-autoconf
+autoreconf
 
 %build
 %configure
@@ -145,8 +144,9 @@
 %{_libdir}/libgpm.a
 
 %changelog
-* Tue Feb 03 2009 Zdenek Prikryl <zprikryl at redhat.com> - 1.20.5-3
+* Tue Feb 03 2009 Zdenek Prikryl <zprikryl at redhat.com> - 1.20.6-1
 - Spec review (#225856)
+- Updated to 1.20.6
 
 * Wed Dec 02 2008 Zdenek Prikryl <zprikryl at redhat.com> - 1.20.5-2
 - Fixed debug mode (#473422)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gpm/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	17 Jul 2008 09:18:40 -0000	1.7
+++ sources	11 Feb 2009 10:21:19 -0000	1.8
@@ -1 +1 @@
-3915bdd6bf947ef867752a30b4be2387  gpm-1.20.5.tar.gz
+b75e794bfb9fe8114d0b083932673b8f  gpm-1.20.6.tar.gz


--- gpm-1.20.5-ac_package_version.patch DELETED ---




More information about the scm-commits mailing list