rpms/libvpd/F-8 .cvsignore, 1.2, 1.3 libvpd.spec, 1.1, 1.2 sources, 1.2, 1.3

Eric Munson (emunson) fedora-extras-commits at redhat.com
Mon Mar 3 19:05:19 UTC 2008


Author: emunson

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

Modified Files:
	.cvsignore libvpd.spec sources 
Log Message:

Updating Fedora 8 build with libvpd 2.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvpd/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Jan 2008 16:13:05 -0000	1.2
+++ .cvsignore	3 Mar 2008 19:04:42 -0000	1.3
@@ -1 +1 @@
-libvpd-1.5.0.tar.gz
+libvpd-2.0.0.tar.gz


Index: libvpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvpd/F-8/libvpd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvpd.spec	25 Jan 2008 16:13:05 -0000	1.1
+++ libvpd.spec	3 Mar 2008 19:04:42 -0000	1.2
@@ -1,9 +1,9 @@
 %define name libvpd
-%define version 1.5.0
+%define version 2.0.0
 
 Name:		%{name}
 Version:	%{version}
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	VPD Database access library for lsvpd
 
 Group:		System Environment/Libraries
@@ -12,7 +12,7 @@
 Source:		http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	db4-devel zlib-devel libstdc++-devel
+BuildRequires:	sqlite-devel zlib-devel libstdc++-devel
 
 %description
 The libvpd package contains the classes that are used to access a vpd database
@@ -21,7 +21,7 @@
 %package devel
 Summary:	Header files for libvpd
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release} db4-devel pkgconfig
+Requires:	%{name} = %{version}-%{release} sqlite-devel pkgconfig
 %description devel
 Contains header files for building with libvpd.
 
@@ -47,19 +47,28 @@
 %defattr(-,root,root,-)
 %doc COPYING NEWS README TODO AUTHORS
 %exclude %{_libdir}/*.la
-%{_libdir}/libvpd_cxx-1.5.so.*
-%{_libdir}/libvpd-1.5.so.*
+%{_libdir}/libvpd_cxx-2.0.so.*
+%{_libdir}/libvpd-2.0.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %exclude %{_libdir}/*.la
-%{_includedir}/libvpd-1
+%{_includedir}/libvpd-2
 %{_libdir}/libvpd_cxx.so
 %{_libdir}/libvpd.so
-%{_libdir}/pkgconfig/libvpd-1.pc
-%{_libdir}/pkgconfig/libvpd_cxx-1.pc
+%{_libdir}/pkgconfig/libvpd-2.pc
+%{_libdir}/pkgconfig/libvpd_cxx-2.pc
 
 %changelog
+* Tue Feb 26 2008 Eric Munson <ebmunson at us.ibm.com> 2.0.0-2
+- Updating release number for new build in FC
+
+* Mon Feb 25 2008 Eric Munson <ebmunson at us.ibm.com> 2.0.0-1
+- Updated library to use sqlite instead of berkeley db.
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5.0-2
+- Autorebuild for GCC 4.3
+
 * Mon Jan 7 2008 Eric Munson <ebmunson at us.ibm.com> -1.5.0-1
 - Moved pkgconfig to devel Requires
 - Updated %%defattrs to -,root,root,-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvpd/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Jan 2008 16:13:05 -0000	1.2
+++ sources	3 Mar 2008 19:04:42 -0000	1.3
@@ -1 +1 @@
-00e1cfb4f9197112c9779522d18bef9e  libvpd-1.5.0.tar.gz
+cbc029d69be5b133f8238d2a0d1b746c  libvpd-2.0.0.tar.gz




More information about the fedora-extras-commits mailing list