Hello community,

here is the log from the commit of package libHX for openSUSE:11.4
checked in at Wed Aug 24 23:39:27 CEST 2011.



--------
--- old-versions/11.4/all/libHX/libHX.changes   2011-01-17 01:31:51.000000000 
+0100
+++ 11.4/libHX/libHX.changes    2011-08-10 12:38:22.000000000 +0200
@@ -1,0 +2,40 @@
+Wed Aug 10 10:26:37 UTC 2011 - [email protected]
+
+- Remove pkgincludedir.diff and instead just use --includedir
+  to %configure
+
+-------------------------------------------------------------------
+Mon Jul 25 12:11:22 UTC 2011 - [email protected]
+
+- Update to new upstream release 3.11
+* string: add a HXQUOTE_BASE64 to HX_strquote
+* debug: new LD_PRELOAD-able library that does additional checks
+  to the runtime
+- Provide libHX-devel-32bit
+
+-------------------------------------------------------------------
+Mon Jun  6 10:19:21 UTC 2011 - [email protected]
+
+- Put the libHX directory into a versioned directory to detect
+  unwanted omission of libHX_CFLAGS in dependent projects
+
+-------------------------------------------------------------------
+Wed Apr  6 17:34:49 UTC 2011 - [email protected]
+
+- Update to new upstream release 3.10.1
+* defs: BUILD_BUG_ON_EXPR had erroneously returned 1
+- Add BuildRequires: pkg-config as per rpmlint suggestion
+
+-------------------------------------------------------------------
+Tue Apr  5 18:46:20 UTC 2011 - [email protected]
+
+- Update to new upstream release 3.10
+* format: do not split arguments in %(lower) and %(upper)
+* defs: add array type checking in ARRAY_SIZE
+* opt: use non-zero sentinel marker
+* defs: add BUILD_BUG_ON_EXPR
+* format: provide a %(substr) function
+* io: add HX_readlink (zero-terminating mc-output readlink)
+* io: add HX_realpath (supports relative-path output)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/libHX
Destination is old-versions/11.4/UPDATES/all/libHX
calling whatdependson for 11.4-i586


Old:
----
  libHX-3.9.1.tar.xz
  libHX-3.9.1.tar.xz.asc

New:
----
  libHX-3.11.tar.xz
  libHX-3.11.tar.xz.asc

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

Other differences:
------------------
++++++ libHX.spec ++++++
--- /var/tmp/diff_new_pack.Du38zX/_old  2011-08-24 23:33:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Du38zX/_new  2011-08-24 23:33:23.000000000 +0200
@@ -19,17 +19,17 @@
 
 
 Name:           libHX
-%define lname   libHX25
-BuildRequires:  gcc-c++ xz
+%define lname   libHX27
 Summary:        Useful collection of routines for C and C++ programming
-Version:        3.9.1
-Release:        1
+Version:        3.11
+Release:        4.<RELEASE2>
 License:        LGPL v2+
 Group:          System/Libraries
 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:  gcc-c++ pkg-config xz
 %define debug_package_requires %lname = %version-%release
 Url:            http://libhx.sf.net/
 
@@ -76,7 +76,6 @@
 --------
     Jan Engelhardt <jengelh [at] medozas de>
 
-
 %package devel
 License:        LGPL v2+
 Summary:        Useful collection of routines for C and C++ programming
@@ -105,10 +104,8 @@
 %setup -q
 
 %build
-if [ ! -e configure ]; then
-       ./autogen.sh
-fi
-%configure
+./autogen.sh
+%configure --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
@@ -116,7 +113,7 @@
 mkdir -p "%buildroot/%_docdir";
 install -pm0644 doc/* "%buildroot/%_defaultdocdir/%name"
 rm -f %buildroot/%_defaultdocdir/%name/Makefile*
-rm -f %buildroot/%_libdir/%name.la
+find "%buildroot" -type f -name "*.la" -delete;
 
 %check
 make check
@@ -131,8 +128,6 @@
 
 %files devel
 %defattr(-,root,root)
-%_bindir/*
-%_mandir/*/*
 %docdir %_docdir/%name
 %_docdir/%name
 %_includedir/%{name}*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.Du38zX/_old  2011-08-24 23:33:23.000000000 +0200
+++ /var/tmp/diff_new_pack.Du38zX/_new  2011-08-24 23:33:23.000000000 +0200
@@ -1 +1,4 @@
-libHX25
+libHX27
+libHX-devel
+       requires -libHX-<targettype>
+       requires "libHX27-<targettype> = <version>"


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to