Hello community,

here is the log from the commit of package libHX for openSUSE:Factory checked 
in at 2012-02-14 13:06:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libHX (Old)
 and      /work/SRC/openSUSE:Factory/.libHX.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libHX", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libHX/libHX.changes      2011-12-21 
10:00:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libHX.new/libHX.changes 2012-02-14 
13:06:47.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 11 00:12:21 UTC 2012 - jeng...@medozas.de
+
+- Update autotools BuildRequires (add libtool) for Factory/12.2,
+  remove unnecessary regeneration stage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libHX.spec ++++++
--- /var/tmp/diff_new_pack.VQo5VP/_old  2012-02-14 13:06:49.000000000 +0100
+++ /var/tmp/diff_new_pack.VQo5VP/_new  2012-02-14 13:06:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libHX
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           libHX
 %define lname   libHX28
 Summary:        Useful collection of routines for C and C++ programming
-Version:        3.12.1
-Release:        0
 License:        LGPL-2.1 or LGPL-3.0
 Group:          Development/Libraries/C and C++
+Version:        3.12.1
+Release:        0
 Source:         http://downloads.sf.net/libhx/libHX-%version.tar.xz
 Source3:        http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake gcc-c++ pkgconfig xz
-URL:            http://libhx.sf.net/
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+Url:            http://libhx.sf.net/
 
 %description
 libHX is a C library (with some C++ bindings available) that provides
@@ -95,10 +96,14 @@
        Jan Engelhardt <jengelh [at] medozas de>
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf "%{S:0}" --use=xz;
+%setup -DTq
+%endif
 
 %build
-./autogen.sh
 %configure --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 



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

Reply via email to