Mailinglist Archive: opensuse-commit (858 mails)
| < Previous | Next > |
commit dar
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 09 Nov 2007 22:18:30 +0100
- Message-id: <20071109211830.888B5678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package dar
checked in at Fri Nov 9 22:18:30 CET 2007.
--------
--- dar/dar.changes 2007-11-06 09:43:38.000000000 +0100
+++ /mounts/work_src_done/STABLE/dar/dar.changes 2007-11-09
13:56:45.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 9 13:56:36 CET 2007 - adrian@xxxxxxx
+
+- add missing #include
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dar.spec ++++++
--- /var/tmp/diff_new_pack.v28019/_old 2007-11-09 22:18:09.000000000 +0100
+++ /var/tmp/diff_new_pack.v28019/_new 2007-11-09 22:18:09.000000000 +0100
@@ -16,7 +16,7 @@
Group: System/Filesystems
Summary: Backup and Restore Application
Version: 2.3.6
-Release: 2
+Release: 3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %name-%version.tar.bz2
Patch: %name.diff
@@ -136,6 +136,8 @@
%_libdir/libdar*.so
%_libdir/pkgconfig/libdar*.pc
%changelog
+* Fri Nov 09 2007 - adrian@xxxxxxx
+- add missing #include
* Tue Nov 06 2007 - adrian@xxxxxxx
- fix building
- fix rpmlint errors
++++++ dar.diff ++++++
--- /var/tmp/diff_new_pack.v28019/_old 2007-11-09 22:18:10.000000000 +0100
+++ /var/tmp/diff_new_pack.v28019/_new 2007-11-09 22:18:10.000000000 +0100
@@ -1,5 +1,5 @@
--- configure.ac
-+++ configure.ac 2007/11/06 08:31:14
++++ configure.ac 2007/11/09 12:26:34
@@ -8,7 +8,7 @@
AM_INIT_AUTOMAKE
@@ -10,7 +10,7 @@
# Checks for programs.
--- src/dar_suite/command_line.cpp
-+++ src/dar_suite/command_line.cpp 2007/11/06 08:31:14
++++ src/dar_suite/command_line.cpp 2007/11/09 12:26:34
@@ -828,7 +828,7 @@
throw Erange("get_args",
tools_printf(gettext(MISSING_ARG), char(lu)));
if(filename != "" || sauv_root != NULL)
@@ -21,7 +21,7 @@
else
throw Erange("get_args",
tools_printf(gettext(INVALID_ARG), char(lu)));
--- src/dar_suite/dar_cp.cpp
-+++ src/dar_suite/dar_cp.cpp 2007/11/06 08:31:15
++++ src/dar_suite/dar_cp.cpp 2007/11/09 12:26:34
@@ -50,6 +50,8 @@
#endif
}
@@ -41,7 +41,7 @@
show_usage(dialog, argv[0]);
ret = EXIT_SYNTAX;
--- src/dar_suite/dar_manager.cpp
-+++ src/dar_suite/dar_manager.cpp 2007/11/06 08:31:15
++++ src/dar_suite/dar_manager.cpp 2007/11/09 12:26:34
@@ -29,6 +29,7 @@
#include "getopt_decision.h"
} // end extern "C"
@@ -51,7 +51,7 @@
#include <string>
#include "dar_suite.hpp"
--- src/dar_suite/dar_suite.cpp
-+++ src/dar_suite/dar_suite.cpp 2007/11/06 08:31:15
++++ src/dar_suite/dar_suite.cpp 2007/11/09 12:26:34
@@ -45,6 +45,7 @@
}
@@ -70,7 +70,7 @@
throw Erange("", "Cannot open the translated messages
directory, native language support will not work");
if(setlocale(LC_MESSAGES, "") == NULL || setlocale(LC_CTYPE, "") ==
NULL)
--- src/dar_suite/dar_xform.cpp
-+++ src/dar_suite/dar_xform.cpp 2007/11/06 08:31:15
++++ src/dar_suite/dar_xform.cpp 2007/11/09 12:26:34
@@ -33,6 +33,7 @@
#include "getopt_decision.h"
} // end extern "C"
@@ -98,7 +98,7 @@
else
{
--- src/examples/factoriel.cpp
-+++ src/examples/factoriel.cpp 2007/11/06 08:31:15
++++ src/examples/factoriel.cpp 2007/11/09 12:26:34
@@ -48,6 +48,7 @@
#endif
} // end extern "C"
@@ -108,7 +108,7 @@
#include <iostream>
--- src/examples/prime.cpp
-+++ src/examples/prime.cpp 2007/11/06 08:31:15
++++ src/examples/prime.cpp 2007/11/09 12:26:34
@@ -25,6 +25,7 @@
#include "../my_config.h"
@@ -118,7 +118,7 @@
#include "infinint.hpp"
#include "deci.hpp"
--- src/libdar/database_header.cpp
-+++ src/libdar/database_header.cpp 2007/11/06 08:31:15
++++ src/libdar/database_header.cpp 2007/11/09 12:26:34
@@ -47,6 +47,7 @@
#endif
} // end extern "C"
@@ -128,7 +128,7 @@
#include "compressor.hpp"
#include "tools.hpp"
--- src/libdar/erreurs.cpp
-+++ src/libdar/erreurs.cpp 2007/11/06 08:31:15
++++ src/libdar/erreurs.cpp 2007/11/09 12:26:34
@@ -25,6 +25,7 @@
#include "../my_config.h"
@@ -138,7 +138,7 @@
#include "infinint.hpp"
#include "deci.hpp"
--- src/libdar/header_version.cpp
-+++ src/libdar/header_version.cpp 2007/11/06 08:31:15
++++ src/libdar/header_version.cpp 2007/11/09 12:26:34
@@ -25,6 +25,7 @@
#include "../my_config.h"
@@ -148,8 +148,16 @@
#include "integers.hpp"
--- src/libdar/libdar.cpp
-+++ src/libdar/libdar.cpp 2007/11/06 08:31:15
-@@ -525,7 +525,7 @@
++++ src/libdar/libdar.cpp 2007/11/09 12:27:07
+@@ -55,6 +55,7 @@
+ #endif
+
+ #include <list>
++#include <string.h>
+
+ using namespace std;
+
+@@ -525,7 +526,7 @@
thread_safe_initialized = true;
thread_cancellation::init();
#endif
@@ -159,7 +167,7 @@
throw Erange("", "Cannot open the translated messages
directory, native language support will not work");
#ifdef __DYNAMIC__
--- src/libdar/mask.cpp
-+++ src/libdar/mask.cpp 2007/11/06 08:31:15
++++ src/libdar/mask.cpp 2007/11/09 12:26:34
@@ -31,6 +31,7 @@
#endif
} // end extern "C"
@@ -169,7 +177,7 @@
#include "tools.hpp"
#include "erreurs.hpp"
--- src/libdar/mask_list.cpp
-+++ src/libdar/mask_list.cpp 2007/11/06 08:31:15
++++ src/libdar/mask_list.cpp 2007/11/09 12:26:34
@@ -23,6 +23,7 @@
/*********************************************************************/
@@ -179,7 +187,7 @@
extern "C"
{
--- src/libdar/special_alloc.cpp
-+++ src/libdar/special_alloc.cpp 2007/11/06 08:31:15
++++ src/libdar/special_alloc.cpp 2007/11/09 12:26:34
@@ -28,6 +28,7 @@
#include "user_interaction.hpp"
#include "tools.hpp"
@@ -189,7 +197,7 @@
#include <iostream>
#include <errno.h>
--- src/libdar/statistics.cpp
-+++ src/libdar/statistics.cpp 2007/11/06 08:31:15
++++ src/libdar/statistics.cpp 2007/11/09 12:26:34
@@ -33,6 +33,7 @@
}
@@ -199,7 +207,7 @@
#include "statistics.hpp"
--- src/libdar/storage.cpp
-+++ src/libdar/storage.cpp 2007/11/06 08:31:15
++++ src/libdar/storage.cpp 2007/11/09 12:26:34
@@ -23,6 +23,7 @@
/*********************************************************************/
@@ -209,7 +217,7 @@
#include "infinint.hpp"
#include "generic_file.hpp"
--- src/libdar/storage.hpp
-+++ src/libdar/storage.hpp 2007/11/06 08:31:15
++++ src/libdar/storage.hpp 2007/11/09 12:26:34
@@ -215,6 +215,7 @@
{
E_BEGIN;
@@ -227,7 +235,7 @@
}
--- src/libdar/string_file.cpp
-+++ src/libdar/string_file.cpp 2007/11/06 08:31:15
++++ src/libdar/string_file.cpp 2007/11/09 12:26:34
@@ -26,6 +26,7 @@
#include "../my_config.h"
@@ -237,7 +245,7 @@
using namespace std;
--- src/libdar/thread_cancellation.cpp
-+++ src/libdar/thread_cancellation.cpp 2007/11/06 08:31:15
++++ src/libdar/thread_cancellation.cpp 2007/11/09 12:26:34
@@ -23,6 +23,7 @@
/*********************************************************************/
@@ -247,7 +255,7 @@
extern "C"
{
--- src/libdar/tools.cpp
-+++ src/libdar/tools.cpp 2007/11/06 08:31:15
++++ src/libdar/tools.cpp 2007/11/09 12:26:34
@@ -41,6 +41,8 @@
# endif
#endif
@@ -258,7 +266,7 @@
#include <sys/types.h>
#endif
--- src/libdar/tronconneuse.cpp
-+++ src/libdar/tronconneuse.cpp 2007/11/06 08:31:15
++++ src/libdar/tronconneuse.cpp 2007/11/09 12:26:34
@@ -24,6 +24,7 @@
#include "../my_config.h"
@@ -268,7 +276,7 @@
#include "tools.hpp"
--- src/libdar/user_group_bases.cpp
-+++ src/libdar/user_group_bases.cpp 2007/11/06 08:31:15
++++ src/libdar/user_group_bases.cpp 2007/11/09 12:26:34
@@ -45,6 +45,7 @@
#endif
}
@@ -278,7 +286,7 @@
#include "user_group_bases.hpp"
#include "tools.hpp"
--- src/testing/test_blowfish.cpp
-+++ src/testing/test_blowfish.cpp 2007/11/06 08:31:15
++++ src/testing/test_blowfish.cpp 2007/11/09 12:26:34
@@ -40,6 +40,7 @@
#endif
}
@@ -288,7 +296,7 @@
#include "libdar.hpp"
--- src/testing/test_libdar.cpp
-+++ src/testing/test_libdar.cpp 2007/11/06 08:31:53
++++ src/testing/test_libdar.cpp 2007/11/09 12:26:34
@@ -89,7 +89,7 @@
void warning(const string &x, void *context)
@@ -317,7 +325,7 @@
void f2()
--- src/testing/test_tronc.cpp
-+++ src/testing/test_tronc.cpp 2007/11/06 08:31:15
++++ src/testing/test_tronc.cpp 2007/11/09 12:26:34
@@ -44,6 +44,7 @@
} // end extern "C"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |