rpms/perl-Unix-Statgrab/devel .cvsignore, 1.2, 1.3 perl-Unix-Statgrab.spec, 1.5, 1.6 sources, 1.2, 1.3 Unix-Statgrab-0.03-compile_libstatgrab-0.12.patch, 1.1, NONE needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Sep 26 22:06:44 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Unix-Statgrab/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9655

Modified Files:
	.cvsignore perl-Unix-Statgrab.spec sources 
Removed Files:
	Unix-Statgrab-0.03-compile_libstatgrab-0.12.patch 
	needs.rebuild 
Log Message:
Update to 0.04.
Drop compile fix patch.
Fix find option order.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Unix-Statgrab/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Aug 2005 11:40:42 -0000	1.2
+++ .cvsignore	26 Sep 2006 22:06:43 -0000	1.3
@@ -1 +1 @@
-Unix-Statgrab-0.03.tar.gz
+Unix-Statgrab-0.04.tar.gz


Index: perl-Unix-Statgrab.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Unix-Statgrab/devel/perl-Unix-Statgrab.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Unix-Statgrab.spec	24 Aug 2005 14:57:09 -0000	1.5
+++ perl-Unix-Statgrab.spec	26 Sep 2006 22:06:43 -0000	1.6
@@ -1,8 +1,8 @@
 Name:			perl-Unix-Statgrab
 Summary:		Perl extension for collecting information about the machine
 
-Version:		0.03
-Release:		7%{?dist}
+Version:		0.04
+Release:		1%{?dist}
 
 Group:			Development/Libraries
 License:		LGPL
@@ -11,8 +11,6 @@
 Source1:		http://www.fsf.org/licensing/licenses/lgpl.txt
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:			Unix-Statgrab-0.03-compile_libstatgrab-0.12.patch
-
 BuildRequires:	libstatgrab-devel >= 0.12
 BuildRequires:	perl(Test::Pod), perl(Test::Pod::Coverage)
 
@@ -27,8 +25,6 @@
 %prep
 %setup -q -n Unix-Statgrab-%{version}
 
-%patch0 -p1
-
 %{__cp} %{SOURCE1} LICENSE.TXT
 
 %build
@@ -40,7 +36,7 @@
 %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
@@ -57,6 +53,11 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Sep 26 2006 Steven Pritchard <steve at kspei.com> 0.04-1
+- Update to 0.04.
+- Drop compile fix patch.
+- Fix find option order.
+
 * Wed Aug 24 2005 Oliver Falk <oliver at linux-kernel.at>		- 0.03-7
 - Try if Ralf's %files section works
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Unix-Statgrab/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Aug 2005 11:40:42 -0000	1.2
+++ sources	26 Sep 2006 22:06:43 -0000	1.3
@@ -1 +1 @@
-089380f21fa7e3d4b7a1bc55d658fd9c  Unix-Statgrab-0.03.tar.gz
+94787010e27183ce5cf354c58c465d0d  Unix-Statgrab-0.04.tar.gz


--- Unix-Statgrab-0.03-compile_libstatgrab-0.12.patch DELETED ---


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list