rpms/mimetic/FC-4 mimetic.spec, 1.2, 1.3 mimetic-0.9.0-noconfigh.patch, 1.1, 1.2

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Mar 12 17:03:21 UTC 2006


Author: ensc

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

Modified Files:
	mimetic.spec mimetic-0.9.0-noconfigh.patch 
Log Message:
- fixed a missing case in the noconfigh patch



Index: mimetic.spec
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-4/mimetic.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mimetic.spec	12 Mar 2006 16:48:35 -0000	1.2
+++ mimetic.spec	12 Mar 2006 17:03:21 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:		mimetic
 Version:	0.9.0
-Release:	%release_func 1
+Release:	%release_func 2
 Summary:	A full featured MIME library written in C++
 
 Group:		System Environment/Libraries
@@ -90,6 +90,9 @@
 
 
 %changelog
+* 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
+
 * 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

mimetic-0.9.0-noconfigh.patch:

Index: mimetic-0.9.0-noconfigh.patch
===================================================================
RCS file: /cvs/extras/rpms/mimetic/FC-4/mimetic-0.9.0-noconfigh.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mimetic-0.9.0-noconfigh.patch	12 Mar 2006 16:48:35 -0000	1.1
+++ mimetic-0.9.0-noconfigh.patch	12 Mar 2006 17:03:21 -0000	1.2
@@ -1,5 +1,5 @@
 --- 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
++++ mimetic-0.9.0/mimetic/os/file.h	2006-03-12 17:56:02.000000000 +0100
 @@ -23,14 +23,14 @@
  #include <iterator>
  #include <mimetic/libconfig.h>
@@ -17,8 +17,19 @@
  typedef MMFile File;
  #else
  typedef StdFile File;
+--- mimetic-0.9.0/mimetic/os/directory.h.noconfigh	2005-03-25 12:05:44.000000000 +0100
++++ mimetic-0.9.0/mimetic/os/directory.h	2006-03-12 17:56:23.000000000 +0100
+@@ -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>
 --- 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
++++ mimetic-0.9.0/mimetic/rfc822/messageid.h	2006-03-12 17:56:02.000000000 +0100
 @@ -18,10 +18,10 @@
  #include <stdint.h>
  #include <string>
@@ -33,7 +44,7 @@
  #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
++++ mimetic-0.9.0/mimetic/message.h	2006-03-12 17:56:02.000000000 +0100
 @@ -21,7 +21,7 @@
  #include <mimetic/mimeentity.h>
  #include <mimetic/utils.h>




More information about the fedora-extras-commits mailing list