rpms/mimetic/FC-5 mimetic-0.9.1-noconfigh.patch, NONE, 1.1 sources, 1.3, 1.4 mimetic.spec, 1.4, 1.5 mimetic-0.9.0-noconfigh.patch, 1.2, NONE mimetic-0.8.9-gcc41.patch, 1.1, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Jul 9 18:59:33 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/mimetic/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6799

Modified Files:
	sources mimetic.spec 
Added Files:
	mimetic-0.9.1-noconfigh.patch 
Removed Files:
	mimetic-0.9.0-noconfigh.patch mimetic-0.8.9-gcc41.patch 
Log Message:
- updated to 0.9.1
- rediffed -noconfigh patch and cover new #ifdef's
- removed -gcc41 patch


mimetic-0.9.1-noconfigh.patch:

--- NEW FILE mimetic-0.9.1-noconfigh.patch ---
--- mimetic-0.9.1/mimetic/os/file.h.noconfigh	2005-02-23 11:26:15.000000000 +0100
+++ mimetic-0.9.1/mimetic/os/file.h	2006-04-16 11:37:40.000000000 +0200
@@ -23,14 +23,14 @@
 #include <iterator>
 #include <mimetic/libconfig.h>
 #include <mimetic/os/stdfile.h>
-#ifdef HAVE_MMAP
+#if 1
 #include <mimetic/os/mmfile.h>
 #endif
 
 namespace mimetic
 {
 
-#if HAVE_MMAP == 1
+#if 1 == 1
 typedef MMFile File;
 #else
 typedef StdFile File;
--- mimetic-0.9.1/mimetic/os/directory.h.noconfigh	2006-04-11 11:35:05.000000000 +0200
+++ mimetic-0.9.1/mimetic/os/directory.h	2006-04-16 11:40:26.000000000 +0200
@@ -3,7 +3,7 @@
 #include <string>
 #include <iterator>
 #include <mimetic/config.h>
-#ifdef HAVE_DIRENT_H
+#if 1
 #include <dirent.h>
 #endif
 #include <unistd.h>
@@ -82,7 +82,7 @@
             m_eoi == right.m_eoi &&
             m_dirp->m_path == right.m_dirp->m_path &&
             m_dirent && right.m_dirent &&
-            #ifdef _DIRENT_HAVE_D_TYPE
+            #if 1
             m_dirent->d_type == right.m_dirent->d_type &&
             #endif
             std::string(m_dirent->d_name) == right.m_dirent->d_name;
@@ -96,7 +96,7 @@
         {
             m_de.name = dent->d_name;
             m_de.type = DirEntry::Unknown;
-            #ifdef _DIRENT_HAVE_D_TYPE
+            #if 1
             switch(dent->d_type)
             {
             case DT_DIR:
--- mimetic-0.9.1/mimetic/rfc822/messageid.h.noconfigh	2006-04-11 12:04:58.000000000 +0200
+++ mimetic-0.9.1/mimetic/rfc822/messageid.h	2006-04-16 11:38:39.000000000 +0200
@@ -15,12 +15,12 @@
  ***************************************************************************/
 #ifndef _MIMETIC_MESSAGEID_H_
 #define _MIMETIC_MESSAGEID_H_
-#ifdef HAVE_STDINT_H
+#if 1
 #include <stdint.h>
 #endif
 #include <string>
 #include <mimetic/config.h>
-#ifdef HAVE_INTTYPES_H
+#if 1
 #include <inttypes.h>
 #endif
 #include <mimetic/utils.h>
--- mimetic-0.9.1/mimetic/message.h.noconfigh	2005-03-07 16:35:08.000000000 +0100
+++ mimetic-0.9.1/mimetic/message.h	2006-04-16 11:37:40.000000000 +0200
@@ -21,7 +21,7 @@
 #include <mimetic/mimeentity.h>
 #include <mimetic/utils.h>
 #include <mimetic/codec/codec.h>
-#ifdef HAVE_UNISTD_H
+#if 1
 #include <unistd.h>
 #endif
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	12 Mar 2006 16:48:28 -0000	1.3
+++ sources	9 Jul 2006 18:59:33 -0000	1.4
@@ -1 +1 @@
-1c81a12a7acf28367ea6a10218924f8c  mimetic-0.9.0.tar.gz
+4a36d2a7873927758f39b195751ea064  mimetic-0.9.1.tar.gz


Index: mimetic.spec
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-5/mimetic.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mimetic.spec	12 Mar 2006 17:03:13 -0000	1.4
+++ mimetic.spec	9 Jul 2006 18:59:33 -0000	1.5
@@ -3,16 +3,15 @@
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Name:		mimetic
-Version:	0.9.0
-Release:	%release_func 2
+Version:	0.9.1
+Release:	%release_func 1
 Summary:	A full featured MIME library written in C++
 
 Group:		System Environment/Libraries
 License:	GPL
 URL:		http://codesink.org/mimetic_mime_library.html
 Source0:	http://codesink.org/download/%name-%version.tar.gz
-Patch0:		mimetic-0.9.0-noconfigh.patch
-Patch1:		mimetic-0.8.9-gcc41.patch
+Patch0:		mimetic-0.9.1-noconfigh.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root-%(%__id_u -n)
 
 BuildRequires:	doxygen
@@ -44,7 +43,6 @@
 %prep
 %setup -q
 %patch0 -p1 -b .noconfigh
-%patch1 -p1 -b .gcc41
 
 
 %build
@@ -58,7 +56,6 @@
 %__make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%_libdir/*.la
-
 echo "\
 // cleared by the Fedora Extras package; content causes conflicts
 // with autoconf/automake 'config.h' files else" > $RPM_BUILD_ROOT%_includedir/%name/config.h
@@ -90,6 +87,11 @@
 
 
 %changelog
+* Sun Apr 16 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.9.1-1
+- updated to 0.9.1
+- rediffed -noconfigh patch and cover new #ifdef's
+- removed -gcc41 patch
+
 * Sun Mar 12 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.9.0-2
 - fixed a missing case in the noconfigh patch
 


--- mimetic-0.9.0-noconfigh.patch DELETED ---


--- mimetic-0.8.9-gcc41.patch DELETED ---




More information about the fedora-extras-commits mailing list