rpms/namazu/F-8 filter-requires-namazu.sh, 1.3, 1.4 namazu.spec, 1.11, 1.12

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Thu Apr 3 13:29:49 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/namazu/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24453

Modified Files:
	filter-requires-namazu.sh namazu.spec 
Log Message:
* Thu Apr  3 2008 Akira TAGOH <tagoh at redhat.com> - 2.0.18-3
- Revert filter-requires-namazu.sh to use find-requires instead of perl.req. (#439178)


Index: filter-requires-namazu.sh
===================================================================
RCS file: /cvs/pkgs/rpms/namazu/F-8/filter-requires-namazu.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- filter-requires-namazu.sh	24 Mar 2008 13:19:56 -0000	1.3
+++ filter-requires-namazu.sh	3 Apr 2008 13:29:08 -0000	1.4
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-/usr/lib/rpm/perl.req $* | egrep -v 'perl\((nmzidx.pl|conf.pl|document.pl|time.pl|util.pl|var.pl)\)'
+/usr/lib/rpm/find-requires $* | egrep -v 'perl\((nmzidx.pl|conf.pl|document.pl|time.pl|util.pl|var.pl)\)'


Index: namazu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/namazu/F-8/namazu.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- namazu.spec	28 Mar 2008 11:35:23 -0000	1.11
+++ namazu.spec	3 Apr 2008 13:29:08 -0000	1.12
@@ -6,7 +6,7 @@
 
 Name:		namazu
 Version:	2.0.18
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 URL:		http://www.namazu.org/
 BuildRequires:	perl >= 5.6.0, perl-NKF >= 1.70, perl-Text-Kakasi >= 1.00
@@ -147,6 +147,9 @@
 
 
 %changelog
+* Thu Apr  3 2008 Akira TAGOH <tagoh at redhat.com> - 2.0.18-3
+- Revert filter-requires-namazu.sh to use find-requires instead of perl.req. (#439178)
+
 * Fri Mar 28 2008 Akira TAGOH <tagoh at redhat.com> - 2.0.18-2
 - Revert the change of using %%__perl_requires to %%_find_requires. (#439178)
 




More information about the fedora-extras-commits mailing list