Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2012-03-12 20:17:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd-gtk.changes 2012-03-09 21:28:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-gtk.changes 2012-03-13 00:46:06.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 12 08:50:36 UTC 2012 - [email protected] + +- Add fix-c++-compat.patch: fix C++ compatibility error in header. + +------------------------------------------------------------------- systemd.changes: same change New: ---- fix-c++-compat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.bz0L84/_old 2012-03-13 00:46:12.000000000 +0100 +++ /var/tmp/diff_new_pack.bz0L84/_new 2012-03-13 00:46:12.000000000 +0100 @@ -88,6 +88,7 @@ # an exception will be silently removed with the next version update. Patch21: no-tmpfs-fsck.patch Patch40: systemd-journald-fix-endianess-bug.patch +Patch41: fix-c++-compat.patch %description Systemd is a system and service manager, compatible with SysV and LSB @@ -148,6 +149,7 @@ %patch38 -p1 %patch39 -p1 %patch40 -p1 +%patch41 -p1 %build autoreconf -fiv ++++++ fix-c++-compat.patch ++++++ >From e09a9a35a1fdb4e849e63bdaf47d936c272b5e82 Mon Sep 17 00:00:00 2001 From: Lennart Poettering <[email protected]> Date: Mon, 5 Mar 2012 15:16:10 +0100 Subject: [PATCH] sd-login: c++ compatibility --- src/systemd/sd-login.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h index 2f3c90c..6e99cfc 100644 --- a/src/systemd/sd-login.h +++ b/src/systemd/sd-login.h @@ -94,7 +94,7 @@ int sd_session_get_service(const char *session, char **service); int sd_session_get_type(const char *session, char **type); /* Determine the class of this session, i.e. one of "user", "greeter" or "lock-screen". */ -int sd_session_get_class(const char *session, char **class); +int sd_session_get_class(const char *session, char **clazz); /* Determine the X11 display of this session. */ int sd_session_get_display(const char *session, char **display); -- 1.7.7 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
