Hello community, here is the log from the commit of package hxtools for openSUSE:Factory checked in at Thu Jul 28 08:46:05 CEST 2011. -------- --- hxtools/hxtools.changes 2011-02-14 17:12:26.000000000 +0100 +++ /mounts/work_src_done/STABLE/hxtools/hxtools.changes 2011-07-21 16:59:15.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Jul 21 14:52:09 UTC 2011 - jengelh@medozas.de + +- Update to hxtools-20110721 +* all: include libHX_CFLAGS to avoid build abort due to missing -I +* ofl: define _GNU_SOURCE to avoid build abort + +------------------------------------------------------------------- +Sat May 21 09:48:32 UTC 2011 - jengelh@medozas.de + +- Update to hxtools-20110509 +* phased out and/or removed obsolete scripts +- Update dependencies on Perl modules + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- hxtools-20110214.tar.xz hxtools-20110214.tar.xz.asc New: ---- hxtools-20110721.tar.xz hxtools-20110721.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hxtools.spec ++++++ --- /var/tmp/diff_new_pack.3zrKLu/_old 2011-07-28 08:45:36.000000000 +0200 +++ /var/tmp/diff_new_pack.3zrKLu/_new 2011-07-28 08:45:36.000000000 +0200 @@ -18,7 +18,7 @@ Name: hxtools -Version: 20110214 +Version: 20110721 Release: 1 Group: System/Base Url: http://jengelh.medozas.de/projects/hxtools/ @@ -31,6 +31,9 @@ BuildRequires: freetype2 libHX-devel >= 3.4 libcap-devel BuildRequires: pkg-config xorg-x11 xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: perl(Data::Dumper), perl(File::Find) +Requires: perl(File::Find::Rule) +Requires: perl(Getopt::Long), perl(IPC::Open2), perl(Text::CSV_XS) Recommends: %name-scripts = %version, %name-man = %version %define build_profile 1 @@ -47,7 +50,7 @@ * vfontas(1) — VGA font file assembler %package scripts -License: GPL,PD + Group: System/Base Summary: Collection of day-to-day tools (scripts) BuildArch: noarch @@ -79,7 +82,7 @@ * wktimer(1) — work timer %package man -License: GPL,PD + Group: Documentation/Man Summary: Manual pages for the hxtools suite BuildArch: noarch @@ -89,7 +92,7 @@ from hxtools. %package data -License: GPL,PD + Group: System/Base Summary: Collection of day-to-day tools (data) BuildArch: noarch @@ -102,7 +105,7 @@ * additional syntax highlighting definitions for mcedit %package profile -License: GPL,PD + Group: System/Base Summary: The hxtools shell environment Requires: %name = %version, %name-scripts = %version @@ -128,8 +131,6 @@ %install o="$PWD"; b="%buildroot"; -rm -Rf "$b"; -mkdir "$b"; make install DESTDIR="$b"; install -dm0755 "$b/%_datadir/mc/syntax"; @@ -144,15 +145,14 @@ perl -pe 's{^\./+}{/}' >"$o/scripts.lst"; %if 0%{?build_profile} +mkdir -p "$b/%_sysconfdir/bashrc.d"; +ln -s "%_datadir/%name/hxtools_bashrc.bash" "$b/%_sysconfdir/bashrc.d/"; mkdir -p "$b/%_sysconfdir/profile.d"; ln -s "%_datadir/%name/hxtools_profile.bash" "$b/%_sysconfdir/profile.d/z_hxtools_profile.sh"; %else rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*; %endif -%clean -rm -Rf "%buildroot"; - %files -f binary.lst %defattr(-,root,root) %dir %_libexecdir/%name @@ -180,6 +180,8 @@ %files profile %defattr(-,root,root) %config %_sysconfdir/hxloginpref.conf +%dir %_sysconfdir/bashrc.d +%config %_sysconfdir/bashrc.d/* %config %_sysconfdir/profile.d/* %endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de