diff --git a/.cvsignore b/.cvsignore index 426774c..77ffc8d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -poco-1.3.5-all.tar.bz2 -poco-1.3.5-doc.tar.gz +poco-1.3.6-all-doc.tar.gz +poco-1.3.6p1-all.tar.bz2 diff --git a/import.log b/import.log index 92d49d4..083ec34 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ poco-1_3_5-8_fc12:HEAD:poco-1.3.5-8.fc12.src.rpm:1259328377 +poco-1_3_6p1-1_fc12:HEAD:poco-1.3.6p1-1.fc12.src.rpm:1261581073 diff --git a/poco-1.3.5-syslibs.patch b/poco-1.3.5-syslibs.patch deleted file mode 100644 index d88f4a3..0000000 --- a/poco-1.3.5-syslibs.patch +++ /dev/null @@ -1,203 +0,0 @@ -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