rpms/mimetic/FC-4 mimetic-0.9.0-noconfigh.patch, NONE, 1.1 sources, 1.2, 1.3 mimetic.spec, 1.1, 1.2 .cvsignore, 1.2, 1.3 mimetic-0.8.9-noconfigh.patch, 1.1, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Mar 12 16:48:35 UTC 2006


Author: ensc

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

Modified Files:
	sources mimetic.spec .cvsignore 
Added Files:
	mimetic-0.9.0-noconfigh.patch 
Removed Files:
	mimetic-0.8.9-noconfigh.patch 
Log Message:
- updated to 0.9.0
- rediffed/updated the .noconfigh patch


mimetic-0.9.0-noconfigh.patch:

--- NEW FILE mimetic-0.9.0-noconfigh.patch ---
--- mimetic-0.9.0/mimetic/os/file.h.noconfigh	2005-02-23 11:26:15.000000000 +0100
+++ mimetic-0.9.0/mimetic/os/file.h	2006-03-12 17:24:10.000000000 +0100
@@ -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.0/mimetic/rfc822/messageid.h.noconfigh	2005-03-25 12:20:31.000000000 +0100
+++ mimetic-0.9.0/mimetic/rfc822/messageid.h	2006-03-12 17:25:18.000000000 +0100
@@ -18,10 +18,10 @@
 #include <stdint.h>
 #include <string>
 #include <mimetic/config.h>
-#if HAVE_STDINT_H
+#if 1
 #include <stdint.h>
 #endif
-#ifdef HAVE_INTTYPES_H
+#if 1
 #include <inttypes.h>
 #endif
 #include <mimetic/utils.h>
--- mimetic-0.9.0/mimetic/message.h.noconfigh	2005-03-07 16:35:08.000000000 +0100
+++ mimetic-0.9.0/mimetic/message.h	2006-03-12 17:24:10.000000000 +0100
@@ -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-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Dec 2005 22:09:50 -0000	1.2
+++ sources	12 Mar 2006 16:48:35 -0000	1.3
@@ -1 +1 @@
-fa3cb93e37684c71ac5afad02870302b  mimetic-0.8.9.tar.gz
+1c81a12a7acf28367ea6a10218924f8c  mimetic-0.9.0.tar.gz


Index: mimetic.spec
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-4/mimetic.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mimetic.spec	25 Dec 2005 22:09:50 -0000	1.1
+++ mimetic.spec	12 Mar 2006 16:48:35 -0000	1.2
@@ -3,15 +3,15 @@
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Name:		mimetic
-Version:	0.8.9
-Release:	%release_func 3
+Version:	0.9.0
+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.8.9-noconfigh.patch
+Patch0:		mimetic-0.9.0-noconfigh.patch
 Patch1:		mimetic-0.8.9-gcc41.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root-%(%__id_u -n)
 
@@ -90,6 +90,10 @@
 
 
 %changelog
+* Sun Mar 12 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.9.0-1
+- updated to 0.9.0
+- rediffed/updated the .noconfigh patch
+
 * Sun Dec 25 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.8.9-3
 - fixed compilation with gcc41
 - first Fedora Extras release (review #171624)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Dec 2005 22:09:50 -0000	1.2
+++ .cvsignore	12 Mar 2006 16:48:35 -0000	1.3
@@ -1 +1 @@
-mimetic-0.8.9.tar.gz
+mimetic-*.tar.gz


--- mimetic-0.8.9-noconfigh.patch DELETED ---




More information about the fedora-extras-commits mailing list