OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Sep-2008 18:23:33
Branch: HEAD Handle: 2008092617233300
Modified files:
openpkg-src/csync csync.patch csync.spec
Log:
upgrading package: csync 0.41.93 -> 0.41.95
Summary:
Revision Changes Path
1.3 +14 -14 openpkg-src/csync/csync.patch
1.3 +2 -2 openpkg-src/csync/csync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/csync/csync.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 csync.patch
--- openpkg-src/csync/csync.patch 22 Sep 2008 06:55:51 -0000 1.2
+++ openpkg-src/csync/csync.patch 26 Sep 2008 16:23:33 -0000 1.3
@@ -1,6 +1,6 @@
Index: client/CMakeLists.txt
---- client/CMakeLists.txt.orig 2008-06-25 14:51:27 +0200
-+++ client/CMakeLists.txt 2008-09-22 08:51:40 +0200
+--- client/CMakeLists.txt.orig 2008-09-10 11:35:13 +0200
++++ client/CMakeLists.txt 2008-09-25 17:58:44 +0200
@@ -19,6 +19,7 @@
set(CLIENT_LINK_LIBRARIES
${CLIENT_EXECUTABLE}
@@ -10,8 +10,8 @@
set(client_SRCS
Index: cmake/Modules/DefineCompilerFlags.cmake
---- cmake/Modules/DefineCompilerFlags.cmake.orig 2008-06-25 14:51:27
+0200
-+++ cmake/Modules/DefineCompilerFlags.cmake 2008-09-22 08:51:40 +0200
+--- cmake/Modules/DefineCompilerFlags.cmake.orig 2008-09-10 11:35:13
+0200
++++ cmake/Modules/DefineCompilerFlags.cmake 2008-09-25 17:59:03 +0200
@@ -31,15 +31,9 @@
)
endif (CMAKE_SIZEOF_VOID_P MATCHES "8")
@@ -20,7 +20,7 @@
+ string(REGEX REPLACE "[\r\n]" " " "${_lfs_CFLAGS}" "${${_lfs_CFLAGS}}")
add_definitions(${_lfs_CFLAGS})
-- add_definitions(-Wall -W -Wmissing-prototypes
-Wdeclaration-after-statement -Wreturn-type -Wunused)
+- add_definitions(-Wall -Wextra -Wmissing-prototypes
-Wdeclaration-after-statement -Wunused)
-
- check_c_compiler_flag("-fstack-protector" WITH_STACK_PROTECTOR)
- if (WITH_STACK_PROTECTOR)
@@ -30,8 +30,8 @@
check_c_compiler_flag("-D_FORTIFY_SOURCE=2" WITH_FORTIFY_SOURCE)
if (WITH_FORTIFY_SOURCE)
Index: cmake/Modules/FindDlfcn.cmake
---- cmake/Modules/FindDlfcn.cmake.orig 2008-06-25 14:51:27 +0200
-+++ cmake/Modules/FindDlfcn.cmake 2008-09-22 08:51:40 +0200
+--- cmake/Modules/FindDlfcn.cmake.orig 2008-09-10 11:35:13 +0200
++++ cmake/Modules/FindDlfcn.cmake 2008-09-25 17:58:44 +0200
@@ -53,9 +53,9 @@
)
endif (DL_FOUND)
@@ -45,8 +45,8 @@
if (DLFCN_FOUND)
if (NOT Dlfcn_FIND_QUIETLY)
Index: cmake/Modules/FindRT.cmake
---- cmake/Modules/FindRT.cmake.orig 2008-06-25 14:51:27 +0200
-+++ cmake/Modules/FindRT.cmake 2008-09-22 08:51:40 +0200
+--- cmake/Modules/FindRT.cmake.orig 2008-09-10 11:35:13 +0200
++++ cmake/Modules/FindRT.cmake 2008-09-25 17:58:44 +0200
@@ -53,9 +53,9 @@
)
endif (RT_FOUND)
@@ -60,9 +60,9 @@
if (RT_FOUND)
if (NOT RT_FIND_QUIETLY)
Index: src/csync_propagate.c
---- src/csync_propagate.c.orig 2008-06-25 14:51:27 +0200
-+++ src/csync_propagate.c 2008-09-22 08:52:33 +0200
-@@ -102,10 +102,12 @@
+--- src/csync_propagate.c.orig 2008-09-10 11:35:12 +0200
++++ src/csync_propagate.c 2008-09-25 17:58:44 +0200
+@@ -103,10 +103,12 @@
/* Open the source file */
ctx->replica = srep;
flags = O_RDONLY|O_NOFOLLOW;
@@ -76,8 +76,8 @@
if (sfp == NULL) {
if (errno == ENOMEM) {
Index: src/std/c_file.c
---- src/std/c_file.c.orig 2008-06-25 14:51:27 +0200
-+++ src/std/c_file.c 2008-09-22 08:51:40 +0200
+--- src/std/c_file.c.orig 2008-09-10 11:35:12 +0200
++++ src/std/c_file.c 2008-09-25 17:58:44 +0200
@@ -93,14 +93,22 @@
/* done */
break;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/csync/csync.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 csync.spec
--- openpkg-src/csync/csync.spec 22 Sep 2008 06:55:51 -0000 1.2
+++ openpkg-src/csync/csync.spec 26 Sep 2008 16:23:33 -0000 1.3
@@ -31,8 +31,8 @@
Class: EVAL
Group: Filesystem
License: GPL
-Version: 0.41.93
-Release: 20080922
+Version: 0.41.95
+Release: 20080926
# list of sources
Source0: http://www.csync.org/files/csync-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]