rpms/bit/devel bit.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 bit.spec, 1.8, 1.9 sources, 1.4, 1.5

Rick L. Vinyard, Jr. (rvinyard) fedora-extras-commits at redhat.com
Tue Mar 4 05:23:14 UTC 2008


Author: rvinyard

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

Modified Files:
	.cvsignore bit.spec sources 
Added Files:
	bit.patch 
Log Message:


bit.patch:

--- NEW FILE bit.patch ---
diff -r -U 5 bit-0.4.1.orig/bit/buffer.h bit-0.4.1/bit/buffer.h
--- bit-0.4.1.orig/bit/buffer.h	2007-03-12 12:25:10.000000000 -0600
+++ bit-0.4.1/bit/buffer.h	2008-03-03 22:15:12.000000000 -0700
@@ -19,10 +19,11 @@
 #ifndef BITBUFFER_H
 #define BITBUFFER_H
 
 #include <bit/enums.h>
 #include <bit/data.h>
+#include <cstring>
 
 /**
  * @defgroup buffers "Data Buffers"
  * Buffers provide an interface for storage of data that is not necessarily octet aligned.
  */
diff -r -U 5 bit-0.4.1.orig/bit/data.cpp bit-0.4.1/bit/data.cpp
--- bit-0.4.1.orig/bit/data.cpp	2007-03-13 19:27:43.000000000 -0600
+++ bit-0.4.1/bit/data.cpp	2008-03-03 22:17:57.000000000 -0700
@@ -15,10 +15,11 @@
  *   License along with this library; if not, write to the                 *
  *   Free Software Foundation, Inc.,                                       *
  *   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA              *
  ***************************************************************************/
 #include "data.h"
+#include <cstring>
 
 namespace bit {
 
   Data::Data( const void* d, size_t s, DataMode mode ) throw ( std::bad_alloc )
   {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bit/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	14 Mar 2007 02:18:14 -0000	1.4
+++ .cvsignore	4 Mar 2008 05:22:40 -0000	1.5
@@ -1 +1,2 @@
 bit-0.4.1.tar.bz2
+bit.patch


Index: bit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bit/devel/bit.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bit.spec	19 Feb 2008 22:46:15 -0000	1.8
+++ bit.spec	4 Mar 2008 05:22:40 -0000	1.9
@@ -2,13 +2,14 @@
 Summary:          bit is a C++ library to simplify bit stream parsing
 Name:             bit
 Version:          0.4.1
-Release:          2%{?dist}
-License:          LGPL
+Release:          3%{?dist}
+License:          LGPLv2
 URL:              http://libbit.sourceforge.net
 Group:            System Environment/Libraries
 Source:           http://download.sourceforge.net/libbit/bit-0.4.1.tar.bz2
+Patch0:           bit.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:    libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 cppunit-devel
+BuildRequires:    libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 boost-devel cppunit-devel
 
 %description
 The purpose of the bit library is to simplify the parsing of data streams into
@@ -18,7 +19,7 @@
 Summary:          Headers for developing programs that will use bit
 Group:            Development/Libraries
 Requires:         bit = %{version}-%{release}
-Requires:         libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 pkgconfig
+Requires:         libxml++-devel >= 2.10.0 libsigc++20-devel >= 2.0.0 boost-devel pkgconfig
 
 %description    devel
 This package contains the libraries and header files needed for
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure --enable-static=no
@@ -60,6 +62,10 @@
 
 
 %changelog
+* Mon Mar 03 2008 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.4.1-3
+- Added boost-devel to requires
+- Added bit.patch
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.1-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bit/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	14 Mar 2007 02:18:14 -0000	1.4
+++ sources	4 Mar 2008 05:22:40 -0000	1.5
@@ -1 +1,2 @@
 665cac6b663234127ce439bcb704ce01  bit-0.4.1.tar.bz2
+3524163ab82bb4bc71bf938e60f9720f  bit.patch




More information about the fedora-extras-commits mailing list