rpms/libsmi/devel libsmi-0.4.8-wget111.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libsmi.spec, 1.4, 1.5 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Apr 23 18:47:39 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/libsmi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21668/devel

Modified Files:
	.cvsignore libsmi.spec sources 
Added Files:
	libsmi-0.4.8-wget111.patch 
Log Message:

Fix bz 441944, update rawhide to 0.4.8


libsmi-0.4.8-wget111.patch:

--- NEW FILE libsmi-0.4.8-wget111.patch ---
diff -up libsmi-0.4.8/tools/smicache.in.BAD libsmi-0.4.8/tools/smicache.in
--- libsmi-0.4.8/tools/smicache.in.BAD	2008-04-23 14:38:09.000000000 -0400
+++ libsmi-0.4.8/tools/smicache.in	2008-04-23 14:38:13.000000000 -0400
@@ -44,7 +44,7 @@ do_usage () {
 
 
 do_fetch () {
-    $WGET -q -O "$dir/$1" "$prefix/$1"
+    $WGET -q -e "timestamping = off" -O "$dir/$1" "$prefix/$1"
 }
 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libsmi/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Oct 2006 02:28:56 -0000	1.2
+++ .cvsignore	23 Apr 2008 18:47:04 -0000	1.3
@@ -1 +1 @@
-libsmi-0.4.5.tar.gz
+libsmi-0.4.8.tar.gz


Index: libsmi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsmi/devel/libsmi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsmi.spec	12 Feb 2008 16:30:49 -0000	1.4
+++ libsmi.spec	23 Apr 2008 18:47:04 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           libsmi
-Version:        0.4.5
-Release:        4%{?dist}
+Version:        0.4.8
+Release:        1%{?dist}
 Summary:        A library to access SMI MIB information
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@
 URL:            http://www.ibr.cs.tu-bs.de/projects/libsmi/index.html
 Source0:        ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/%{name}-%{version}.tar.gz
 Source1:        smi.conf
+Patch0:		libsmi-0.4.8-wget111.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -38,10 +39,9 @@
 This package contains development files needed to develop
 libsmi-based applications.
 
-
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 %configure \
@@ -65,16 +65,13 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-
 %check
 # fails a couple of tests (2 in {0.4.4, 0.4.5})
 make check ||:
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -101,6 +98,10 @@
 
 
 %changelog
+* Wed Apr 23 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.8-1
+- update to 0.4.8
+- patch fix for bz 441944
+
 * Tue Feb 12 2008 Adam Jackson <ajax at redhat.com> 0.4.5-4
 - Add %%defattr. (#430298)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libsmi/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Oct 2006 02:28:56 -0000	1.2
+++ sources	23 Apr 2008 18:47:04 -0000	1.3
@@ -1 +1 @@
-c904b124bcaad692e04fdf2f0cff38bb  libsmi-0.4.5.tar.gz
+760b6b1070738158708649ed2c63425e  libsmi-0.4.8.tar.gz




More information about the fedora-extras-commits mailing list