Mailinglist Archive: opensuse-commit (1130 mails)
| < Previous | Next > |
commit hxtools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 31 Aug 2011 10:41:34 +0200
- Message-id: <20110831084134.EFE03202A5@hilbert.suse.de>
Hello community,
here is the log from the commit of package hxtools for openSUSE:Factory
checked in at Wed Aug 31 10:41:34 CEST 2011.
--------
--- hxtools/hxtools.changes 2011-07-21 16:59:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/hxtools/hxtools.changes 2011-08-29
13:32:26.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 11:31:52 UTC 2011 - aj@xxxxxxx
+
+- clone needs _GNU_SOURCE defined to be visible (patch
+ hxtools-fix-clone.patch)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
hxtools-fix-clone.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hxtools.spec ++++++
--- /var/tmp/diff_new_pack.t1zMgb/_old 2011-08-31 10:41:18.000000000 +0200
+++ /var/tmp/diff_new_pack.t1zMgb/_new 2011-08-31 10:41:18.000000000 +0200
@@ -19,13 +19,14 @@
Name: hxtools
Version: 20110721
-Release: 1
+Release: 3
Group: System/Base
Url: http://jengelh.medozas.de/projects/hxtools/
Summary: Collection of day-to-day tools (binaries)
Source: %name-%version.tar.xz
Source2: %name-%version.tar.xz.asc
+Patch1: hxtools-fix-clone.patch
License: GPL,PD
# freetype2, xorg-x11 for "bdftopcf"
BuildRequires: freetype2 libHX-devel >= 3.4 libcap-devel
@@ -51,6 +52,7 @@
%package scripts
+
Group: System/Base
Summary: Collection of day-to-day tools (scripts)
BuildArch: noarch
@@ -83,6 +85,7 @@
%package man
+
Group: Documentation/Man
Summary: Manual pages for the hxtools suite
BuildArch: noarch
@@ -93,6 +96,7 @@
%package data
+
Group: System/Base
Summary: Collection of day-to-day tools (data)
BuildArch: noarch
@@ -106,6 +110,7 @@
%package profile
+
Group: System/Base
Summary: The hxtools shell environment
Requires: %name = %version, %name-scripts = %version
@@ -119,6 +124,7 @@
%prep
%setup -q
+%patch1 -p1
%build
%configure \
++++++ hxtools-fix-clone.patch ++++++
Index: hxtools-20110721/sadmin/newns.c
===================================================================
--- hxtools-20110721.orig/sadmin/newns.c
+++ hxtools-20110721/sadmin/newns.c
@@ -2,6 +2,7 @@
* newns - start a new mount namespace
* released in the Public Domain
*/
+#define _GNU_SOURCE 1
#include <sys/types.h>
#include <sys/wait.h>
#include <sched.h>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |