Hello community,

here is the log from the commit of package hxtools for openSUSE:Factory checked 
in at 2012-05-14 16:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hxtools (Old)
 and      /work/SRC/openSUSE:Factory/.hxtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hxtools", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/hxtools/hxtools.changes  2012-03-20 
11:27:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hxtools.new/hxtools.changes     2012-05-14 
16:14:34.000000000 +0200
@@ -1,0 +2,9 @@
+Mon May 14 08:32:41 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 20120514
+* add statparse.pl (parse numbers from /proc/X/stat)
+* printcaps: support new capabilities as of Linux 3.2
+* sysinfo: avoid counting disks multiple times
+* googtts: automatically split long text into multiple HTTP reqs
+
+-------------------------------------------------------------------

Old:
----
  7a4b085-capabilities.diff
  hxtools-20120107.tar.xz
  hxtools-20120107.tar.xz.asc

New:
----
  hxtools-20120514.tar.xz
  hxtools-20120514.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hxtools.spec ++++++
--- /var/tmp/diff_new_pack.mvbNpC/_old  2012-05-14 16:14:35.000000000 +0200
+++ /var/tmp/diff_new_pack.mvbNpC/_new  2012-05-14 16:14:35.000000000 +0200
@@ -15,32 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           hxtools
-Version:        20120107
+Version:        20120514
 Release:        0
-Url:            http://jengelh.medozas.de/projects/hxtools/
+Url:            http://inai.de/projects/hxtools/
 Summary:        Collection of day-to-day tools (binaries)
 License:        GPL-2.0+
 Group:          System/Base
 
 Source:         %name-%version.tar.xz
 Source2:        %name-%version.tar.xz.asc
-Patch1:         7a4b085-capabilities.diff
 BuildRequires:  fdupes
 BuildRequires:  libcap-devel >= 2
 # xorg-x11 for "bdftopcf"
-%if 0%{?suse_version}
-BuildRequires:  xorg-x11
-%endif
-%if 0%{?rhel_version} || 0%{?fedora_version}
+%if 0%{?suse_version} >= 1220 || 0%{?rhel_version} || 0%{?fedora_version}
 BuildRequires:  bdftopcf
+%else
+BuildRequires:  xorg-x11
 %endif
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1130
 BuildRequires:  pkgconfig(libHX) >= 3.12
+BuildRequires:  pkgconfig(libpci) >= 3
+BuildRequires:  pkgconfig(mount) >= 2.20
+BuildRequires:  pkgconfig(xcb) >= 1
 %else
 BuildRequires:  libHX-devel >= 3.12
+BuildRequires:  libmount-devel >= 2.20
+BuildRequires:  libxcb-devel >= 1
+BuildRequires:  pciutils-devel >= 3
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -60,6 +65,7 @@
 * fd0ssh(1) — pipe for password-over-stdin support to ssh
 * newns(8) — clone current filesystem namespace and start a process
 * ofl(1) — open file lister (replaces fuser and lsof -m)
+* sysinfo(1) — system configuration summary
 * tailhex(1) — hex dumper with tail-following support
 * utmp_register(1) — make entries in the utmp/wtmp database
 * vfontas(1) — VGA font file assembler
@@ -76,9 +82,12 @@
 %else
 Requires:       %name-man
 %endif
-Requires:       perl(Data::Dumper), perl(File::Find)
+Requires:       perl(Data::Dumper)
+Requires:       perl(File::Find)
 Requires:       perl(File::Find::Rule)
-Requires:       perl(Getopt::Long), perl(IPC::Open2), perl(Text::CSV_XS)
+Requires:       perl(Getopt::Long)
+Requires:       perl(IPC::Open2)
+Requires:       perl(Text::CSV_XS)
 
 %description scripts
 Architecture-independent programs from hxtools.
@@ -133,8 +142,9 @@
 %package profile
 Summary:        The hxtools shell environment
 Group:          System/Base
-Requires:       %name = %version, %name-scripts = %version
+Requires:       %name = %version
 Requires:       %name-data = %version
+Requires:       %name-scripts = %version
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
 %endif
@@ -151,7 +161,6 @@
 tar -xf "%{S:0}" --use=xz;
 %setup -DTq
 %endif
-%patch -P 1 -p1
 
 %build
 %configure \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to