From 1ffae9e9ac89010f738c7b4ae344b0ecfd27963f Mon Sep 17 00:00:00 2001 From: udushlivy Date: Nov 27 2009 14:18:39 +0000 Subject: cvs-import, F-12, 1.3.5-8 --- diff --git a/.cvsignore b/.cvsignore index e69de29..426774c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,2 @@ +poco-1.3.5-all.tar.bz2 +poco-1.3.5-doc.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..e79b96c --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +poco-1_3_5-8_fc12:F-12:poco-1.3.5-8.fc12.src.rpm:1259331425 diff --git a/poco-1.3.5-syslibs.patch b/poco-1.3.5-syslibs.patch new file mode 100644 index 0000000..d88f4a3 --- /dev/null +++ b/poco-1.3.5-syslibs.patch @@ -0,0 +1,203 @@ +diff -up poco-1.3.5-all/Data/SQLite/Makefile.orig poco-1.3.5-all/Data/SQLite/Makefile +--- poco-1.3.5-all/Data/SQLite/Makefile.orig 2009-05-12 22:22:14.000000000 +0400 ++++ poco-1.3.5-all/Data/SQLite/Makefile 2009-11-10 17:09:22.957867329 +0300 +@@ -8,13 +8,14 @@ + + include $(POCO_BASE)/build/rules/global + ++SYSLIBS += -lsqlite3 ++ + SYSFLAGS += -DSQLITE_THREADSAFE=1 -DSQLITE_DISABLE_LFS \ + -DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_COMPLETE \ + -DSQLITE_OMIT_TCL_VARIABLE -DSQLITE_OMIT_DEPRECATED + + objects = Binder Extractor SessionImpl Connector \ +- SQLiteException SQLiteStatementImpl Utility \ +- sqlite3 ++ SQLiteException SQLiteStatementImpl Utility + + target = PocoSQLite + target_version = $(LIBVERSION) +diff -up poco-1.3.5-all/Foundation/include/Poco/DeflatingStream.h.orig poco-1.3.5-all/Foundation/include/Poco/DeflatingStream.h +--- poco-1.3.5-all/Foundation/include/Poco/DeflatingStream.h.orig 2009-05-12 22:22:09.000000000 +0400 ++++ poco-1.3.5-all/Foundation/include/Poco/DeflatingStream.h 2009-11-10 12:38:48.314866556 +0300 +@@ -44,7 +44,7 @@ + #include "Poco/BufferedStreamBuf.h" + #include + #include +-#include "Poco/zlib.h" ++#include + + + namespace Poco { +diff -up poco-1.3.5-all/Foundation/include/Poco/InflatingStream.h.orig poco-1.3.5-all/Foundation/include/Poco/InflatingStream.h +--- poco-1.3.5-all/Foundation/include/Poco/InflatingStream.h.orig 2009-05-12 22:22:09.000000000 +0400 ++++ poco-1.3.5-all/Foundation/include/Poco/InflatingStream.h 2009-11-10 12:46:42.097867271 +0300 +@@ -44,7 +44,7 @@ + #include "Poco/BufferedStreamBuf.h" + #include + #include +-#include "Poco/zlib.h" ++#include + + + namespace Poco { +diff -up poco-1.3.5-all/Foundation/Makefile.orig poco-1.3.5-all/Foundation/Makefile +--- poco-1.3.5-all/Foundation/Makefile.orig 2009-05-12 22:22:09.000000000 +0400 ++++ poco-1.3.5-all/Foundation/Makefile 2009-11-10 17:14:06.332866868 +0300 +@@ -8,6 +8,8 @@ + + include $(POCO_BASE)/build/rules/global + ++SYSLIBS += -lz -lpcre ++ + objects = ArchiveStrategy ASCIIEncoding AsyncChannel Base64Decoder Base64Encoder \ + BinaryReader BinaryWriter Bugcheck ByteOrder Channel Checksum Configurable ConsoleChannel \ + CountingStream DateTime LocalDateTime DateTimeFormat DateTimeFormatter DateTimeParser \ +@@ -31,12 +33,7 @@ objects = ArchiveStrategy ASCIIEncoding + FileStreamFactory URIStreamFactory URIStreamOpener UTF16Encoding Windows1252Encoding \ + UTF8Encoding UnicodeConverter UUID UUIDGenerator Void Format \ + Pipe PipeImpl PipeStream DynamicAny DynamicAnyHolder SharedMemory \ +- FileStream Unicode UTF8String AtomicCounter \ +- adler32 compress crc32 deflate gzio infback inffast inflate inftrees \ +- trees zutil \ +- pcre_chartables pcre_compile pcre_globals pcre_maketables pcre_study \ +- pcre_tables pcre_try_flipped pcre_ucd pcre_valid_utf8 \ +- pcre_exec pcre_ord2utf8 pcre_newline pcre_fullinfo pcre_xclass ++ FileStream Unicode UTF8String AtomicCounter + + ifeq ($(POCO_CONFIG),MinGW) + objects += EventLogChannel WindowsConsoleChannel +diff -up poco-1.3.5-all/Foundation/src/Checksum.cpp.orig poco-1.3.5-all/Foundation/src/Checksum.cpp +--- poco-1.3.5-all/Foundation/src/Checksum.cpp.orig 2009-05-12 22:22:09.000000000 +0400 ++++ poco-1.3.5-all/Foundation/src/Checksum.cpp 2009-11-10 12:43:27.317866563 +0300 +@@ -35,7 +35,7 @@ + + + #include "Poco/Checksum.h" +-#include "Poco/zlib.h" ++#include + + + namespace Poco { +diff -up poco-1.3.5-all/Foundation/src/Unicode.cpp.orig poco-1.3.5-all/Foundation/src/Unicode.cpp +--- poco-1.3.5-all/Foundation/src/Unicode.cpp.orig 2009-05-12 22:22:09.000000000 +0400 ++++ poco-1.3.5-all/Foundation/src/Unicode.cpp 2009-11-11 15:02:28.189540436 +0300 +@@ -37,56 +37,47 @@ + #include "Poco/Unicode.h" + + +-extern "C" +-{ +-#include "pcre_config.h" +-#include "pcre_internal.h" +-} ++#include ++#include + + + namespace Poco { + + +-void Unicode::properties(int ch, CharacterProperties& props) +-{ +- const ucd_record* ucd = GET_UCD(ch); +- props.category = static_cast(_pcre_ucp_gentype[ucd->chartype]); +- props.type = static_cast(ucd->chartype); +- props.script = static_cast