rpms/kudzu/devel .cvsignore, 1.166, 1.167 kudzu.spec, 1.193, 1.194 sources, 1.185, 1.186

Bill Nottingham notting at fedoraproject.org
Mon Mar 23 16:58:00 UTC 2009


Author: notting

Update of /cvs/extras/rpms/kudzu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18880

Modified Files:
	.cvsignore kudzu.spec sources 
Log Message:
1.2.86-1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kudzu/devel/.cvsignore,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- .cvsignore	9 Apr 2008 19:10:01 -0000	1.166
+++ .cvsignore	23 Mar 2009 16:57:29 -0000	1.167
@@ -1 +1 @@
-kudzu-1.2.85.tar.gz
+kudzu-1.2.86.tar.bz2


Index: kudzu.spec
===================================================================
RCS file: /cvs/extras/rpms/kudzu/devel/kudzu.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- kudzu.spec	25 Feb 2009 12:13:46 -0000	1.193
+++ kudzu.spec	23 Mar 2009 16:57:29 -0000	1.194
@@ -1,16 +1,16 @@
 Name: kudzu
-Version: 1.2.85
-Release: 3
+Version: 1.2.86
+Release: 1
 License: GPLv2
 Summary: The Red Hat Linux hardware probing tool.
 Group: Applications/System
-Source: kudzu-%{PACKAGE_VERSION}.tar.gz
-Obsoletes: rhs-hwdiag setconsole
-Prereq: /sbin/chkconfig
+URL: http://fedorahosted.org/releases/k/u/kudzu/
+Source: http://fedorahosted.org/releases/k/u/kudzu/kudzu-%{version}.tar.bz2
+Requires(post): /sbin/chkconfig
 Conflicts: netconfig < 0.8.18, kernel < 2.6.13, initscripts < 8.40-1
 Requires: hwdata >= 0.169-1
-BuildPrereq: pciutils-devel >= 2.2.3-4, python-devel python gettext zlib-devel popt-devel
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRequires: pciutils-devel >= 2.2.3-4, python-devel python gettext zlib-devel popt-devel
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
 Kudzu is a hardware probing tool run at system boot time to determine
@@ -27,7 +27,7 @@
 
 %prep
 
-%setup
+%setup -q
 
 %build
 make RPM_OPT_FLAGS="%{optflags} -I." all
@@ -44,20 +44,20 @@
 
 %files
 %defattr(-,root,root)
-%doc README
+%doc COPYING README
 %{_libdir}/python*/site-packages/*
 
-%Files devel
+%files devel
 %defattr(-,root,root)
+%doc COPYING README
 %{_libdir}/libkudzu.a
 %{_includedir}/kudzu
 
 %changelog
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.85-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2.85-2
-- Rebuild for Python 2.6
+* Mon Mar 23 2009 Bill Nottingham <notting at redhat.com> 1.2.86-1
+- assorted spec cleanups from merge review
+- remove loglevel stuff (#445561)
+- fix a crash on certain module conditions (#466501)
 
 * Wed Apr  9 2008 Bill Nottingham <notting at redhat.com> 1.2.85-1
 - fix ppc (#441721)
@@ -503,7 +503,7 @@
 
 * Fri Sep 17 2004 Bill Nottingham <notting at redhat.com> - 1.1.90-1
 - migrate OSS mixer save/restore lines on upgrade from OSS modules
-- write 'options snd-card-%d index=%d' for ALSA
+- write 'options snd-card-%%d index=%%d' for ALSA
 - clean up sound card removal code
 
 * Thu Sep  9 2004 Bill Nottingham <notting at redhat.com> - 1.1.89-1
@@ -1209,7 +1209,7 @@
 * Wed Jan 31 2001 Bill Nottingham <notting at redhat.com>
 - fix detection of disabled video boards
 
-* Fri Jan 26 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Fri Jan 26 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - fix bug in USB detection
 
 * Thu Jan 25 2001 Bill Nottingham <notting at redhat.com>
@@ -1282,23 +1282,23 @@
 - don't 'configure' agpgart on alpha
 - don't configure usb controllers if there are no modules
 
-* Wed Oct 04 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Wed Oct 04 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - segfault fix
 
-* Tue Oct 03 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Tue Oct 03 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - some fixes to avoid segfaulting with serial devices
   in kudzu if no PnP-description is available
 - minor fix to the makefile  
 
-* Fri Sep 29 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Fri Sep 29 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - rewritten USB support
 - new python module (formerly kudzu2), giving access to
   more information 
 
-* Wed Sep 13 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Wed Sep 13 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - include more info in the kudzu2 python module
 
-* Fri Sep 08 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Fri Sep 08 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - new kudzu2 python module which gives access to all
   of the information available on the device in the C
   library. Hopefully will be the main module soonish.
@@ -1384,7 +1384,7 @@
 * Tue Jul 11 2000 Florian La Roche <Florian.LaRoche at redhat.de>
 - add another ncr/sym controller to pcitable
 
-* Mon Jul  3 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Mon Jul  3 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - USB mouse detection
 
 * Mon Jul  3 2000 Bill Nottingham <notting at redhat.com>


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kudzu/devel/sources,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- sources	9 Apr 2008 19:10:01 -0000	1.185
+++ sources	23 Mar 2009 16:57:29 -0000	1.186
@@ -1 +1 @@
-36aa06935254934151f3f9881d584dc1  kudzu-1.2.85.tar.gz
+2c11613606ab7ff9282573d01db70591  kudzu-1.2.86.tar.bz2




More information about the fedora-extras-commits mailing list