diff options
author | jbj <devnull@localhost> | 2001-09-15 13:49:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-15 13:49:11 +0000 |
commit | da9b21485cd9400883de08b2754bd103f25144da (patch) | |
tree | 0b547ef38f19e147958a6fc4a9fc283727b81d97 /Perl-RPM | |
parent | 2b23209fceb4377bd4c4b5230c580122ffa81b41 (diff) | |
download | rpm-da9b21485cd9400883de08b2754bd103f25144da.tar.gz rpm-da9b21485cd9400883de08b2754bd103f25144da.tar.bz2 rpm-da9b21485cd9400883de08b2754bd103f25144da.zip |
Sync with rpm-4_0 branch.
CVS patchset: 5048
CVS date: 2001/09/15 13:49:11
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/Makefile.PL | 2 | ||||
-rw-r--r-- | Perl-RPM/RPM.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Perl-RPM/Makefile.PL b/Perl-RPM/Makefile.PL index 8d4dc10cb..18523f730 100644 --- a/Perl-RPM/Makefile.PL +++ b/Perl-RPM/Makefile.PL @@ -1,6 +1,6 @@ #!/bin/perl -# $Id: Makefile.PL,v 1.24 2001/06/20 05:15:46 rjray Exp $ +# $Id: Makefile.PL,v 1.25 2001/09/15 13:49:11 jbj Exp $ use Config; use ExtUtils::MakeMaker; diff --git a/Perl-RPM/RPM.h b/Perl-RPM/RPM.h index ea6c554c0..c6d586920 100644 --- a/Perl-RPM/RPM.h +++ b/Perl-RPM/RPM.h @@ -1,5 +1,5 @@ /* - * $Id: RPM.h,v 1.15 2001/06/20 05:15:46 rjray Exp $ + * $Id: RPM.h,v 1.16 2001/09/15 13:49:11 jbj Exp $ * * Various C-specific decls/includes/etc. for the RPM linkage */ |