rpms/perl-DBD-XBase/devel DBD-XBase-0.241-indexdump.PL.patch, NONE, 1.1 perl-DBD-XBase.spec, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri Dec 16 11:40:42 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-XBase/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7360

Modified Files:
	perl-DBD-XBase.spec 
Added Files:
	DBD-XBase-0.241-indexdump.PL.patch 
Log Message:
Patch to remove the duplicate shebang line in bin/indexdump (#175895)

DBD-XBase-0.241-indexdump.PL.patch:

--- NEW FILE DBD-XBase-0.241-indexdump.PL.patch ---
diff -ruN DBD-XBase-0.241-orig/bin/indexdump.PL DBD-XBase-0.241/bin/indexdump.PL
--- DBD-XBase-0.241-orig/bin/indexdump.PL	2001-01-22 19:46:19.000000000 +0000
+++ DBD-XBase-0.241/bin/indexdump.PL	2005-12-16 11:15:55.000000000 +0000
@@ -14,8 +14,6 @@
 
 print OUT <<'EOBODY';
 
-#!/usr/bin/perl -w 
-
 use strict;
 use XBase::Index;
 use Getopt::Long;


Index: perl-DBD-XBase.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-XBase/devel/perl-DBD-XBase.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-DBD-XBase.spec	16 Dec 2005 11:25:18 -0000	1.1
+++ perl-DBD-XBase.spec	16 Dec 2005 11:40:40 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           perl-DBD-XBase
 Version:        0.241
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl module for reading and writing the dbf files
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/DBD-XBase/
 Source0:        http://www.cpan.org/authors/id/J/JA/JANPAZ/DBD-XBase-%{version}.tar.gz
+Patch0:         DBD-XBase-0.241-indexdump.PL.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -24,6 +25,7 @@
 
 %prep
 %setup -q -n DBD-XBase-%{version}
+%patch0 -p1
 chmod a-x eg/*table
 
 %build
@@ -59,5 +61,8 @@
 
 
 %changelog
+* Fri Dec 16 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.241-2
+- Patch to remove the duplicate shebang line in bin/indexdump (#175895).
+
 * Sat Nov 05 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.241-1
 - First build.




More information about the fedora-extras-commits mailing list