rpms/gpm/F-12 gpm-1.20.6-capability.patch, 1.1, 1.2 gpm.spec, 1.77, 1.78

Nikola Pajkovsky npajkovs at fedoraproject.org
Wed Sep 30 09:07:29 UTC 2009


Author: npajkovs

Update of /cvs/extras/rpms/gpm/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25130

Modified Files:
	gpm-1.20.6-capability.patch gpm.spec 
Log Message:
add BuildRequires: libcap-ng-devel
> - fix patch .capability

gpm-1.20.6-capability.patch:
 configure.ac      |    3 +++
 src/Makefile.in   |    3 ++-
 src/daemon/main.c |    9 +++++++++
 3 files changed, 14 insertions(+), 1 deletion(-)

Index: gpm-1.20.6-capability.patch
===================================================================
RCS file: /cvs/extras/rpms/gpm/F-12/gpm-1.20.6-capability.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gpm-1.20.6-capability.patch	20 Aug 2009 08:39:53 -0000	1.1
+++ gpm-1.20.6-capability.patch	30 Sep 2009 09:07:28 -0000	1.2
@@ -42,7 +42,7 @@ diff -urp gpm-1.20.6.orig/src/Makefile.i
  gpm:	$(GOBJ)
 -	$(CC) @LDFLAGS@ $(LDFLAGS) -o $@ $(GOBJ) @LIBS@ $(LIBS) -lm
 +	$(CC) @LDFLAGS@ $(LDFLAGS) -o $@ $(GOBJ) @LIBS@ $(LIBS) \
-+		-lm $(CAPNG_LDADD)
++		-lm @CAPNG_LDADD@
  
  # construct dependings of sourcefiles and link sourcefiles
  $(DEPFILE) dep: prog/gpm-root.c


Index: gpm.spec
===================================================================
RCS file: /cvs/extras/rpms/gpm/F-12/gpm.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- gpm.spec	20 Aug 2009 08:39:53 -0000	1.77
+++ gpm.spec	30 Sep 2009 09:07:28 -0000	1.78
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console
 Name: gpm
 Version: 1.20.6
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://unix.schottelius.org/gpm/
@@ -21,7 +21,7 @@ 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 automake libtool
+BuildRequires: sed gawk texinfo bison ncurses-devel autoconf automake libtool libcap-ng-devel
 
 %description
 Gpm provides mouse support to text-based Linux applications like the
@@ -160,6 +160,10 @@ fi
 %{_libdir}/libgpm.a
 
 %changelog
+* Wed Sep 30 2009 Nikola Pajkovsky <npajkovs at redhat.com> 1.20.6-7
+- add BuildRequires: libcap-ng-devel
+- fix patch .capability
+
 * Thu Aug 20 2009 Zdenek Prikryl <zprikryl at redhat.com> 1.20.6-6
 - Don't complain if installing with --excludedocs (#515927)
 - Drop unnecessary capabilities in gpm (#517659)




More information about the fedora-extras-commits mailing list