rpms/perl-X11-Protocol/FC-3 perl-X11-Protocol.spec,1.2,1.3

Duncan Ferguson (duncs) fedora-extras-commits at redhat.com
Sat Apr 1 10:58:01 UTC 2006


Author: duncs

Update of /cvs/extras/rpms/perl-X11-Protocol/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22533

Modified Files:
	perl-X11-Protocol.spec 
Log Message:
Fix potential bug in specfile


Index: perl-X11-Protocol.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-X11-Protocol/FC-3/perl-X11-Protocol.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-X11-Protocol.spec	31 Mar 2006 18:01:07 -0000	1.2
+++ perl-X11-Protocol.spec	1 Apr 2006 10:58:01 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-X11-Protocol
 Version:        0.55
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        X11-Protocol - Raw interface to X Window System servers
 
 Group:          Development/Libraries
@@ -29,7 +29,7 @@
 
 # Testing requires X - use "rpmbuild --with X"
 %{!?_with_X:\
-%{__perl} -pi -e 'print "print \"Remaining tests require X\n\"; exit 0;"
+%{__perl} -pi -e 'print "print \"Remaining tests require X\n\"; exit 0;" \
 			if /Insert your test code below/;' test.pl \
 }
 
@@ -69,6 +69,9 @@
 
 
 %changelog
+* Sat Apr 01 2006 Duncan Ferguson <duncan_j_ferguson at yahoo.co.uk> 0.55-2
+- Specfile bugfile
+
 * Fri Mar 31 2006 Duncan Ferguson <duncan_j_ferguson at yahoo.co.uk> 0.55-1
 - Update to new version of X11::Protocol
 




More information about the fedora-extras-commits mailing list