Hello community, here is the log from the commit of package libHX for openSUSE:Factory checked in at 2012-08-04 09:20:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libHX (Old) and /work/SRC/openSUSE:Factory/.libHX.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libHX", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libHX/libHX.changes 2012-02-14 13:06:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libHX.new/libHX.changes 2012-08-04 09:21:01.000000000 +0200 @@ -1,0 +2,11 @@ +Sat Jul 28 11:16:25 UTC 2012 - [email protected] + +- Update to new upstream release 3.13 +* io: remove HX_REALPATH_SYMLINK +* option: new HXOPT_RQ_ORDER flag, allows unconditional POSIX-style + parsing (parsing terminates at first non-option encountered) +* option: add HXTYPE_SIZE_T +* time: add functions and macros for arithmetic and handling of + timespec with support for negative time values + +------------------------------------------------------------------- Old: ---- libHX-3.12.1.tar.xz libHX-3.12.1.tar.xz.asc New: ---- libHX-3.13.tar.xz libHX-3.13.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libHX.spec ++++++ --- /var/tmp/diff_new_pack.jz6Eef/_old 2012-08-04 09:21:05.000000000 +0200 +++ /var/tmp/diff_new_pack.jz6Eef/_new 2012-08-04 09:21:05.000000000 +0200 @@ -15,12 +15,13 @@ # 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 License: LGPL-2.1 or LGPL-3.0 Group: Development/Libraries/C and C++ -Version: 3.12.1 +Version: 3.13 Release: 0 Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc @@ -108,11 +109,11 @@ make %{?_smp_mflags} %install -make install DESTDIR=%buildroot docdir=%_defaultdocdir/%name -mkdir -p "%buildroot/%_docdir"; -install -pm0644 doc/* "%buildroot/%_defaultdocdir/%name" -rm -f %buildroot/%_defaultdocdir/%name/Makefile* -find "%buildroot" -type f -name "*.la" -delete; +b="%buildroot"; +make install DESTDIR="$b" docdir="%_defaultdocdir/%name"; +install -pm0644 doc/* "$b/%_defaultdocdir/%name"; +rm -f "$b/%_defaultdocdir/%name"/Makefile*; +find "$b/%_libdir" -type f -name "*.la" -delete; %check make check @@ -123,14 +124,14 @@ %files -n %lname %defattr(-,root,root) -/%_libdir/%{name}*.so.* +%_libdir/%{name}*.so.* %files devel %defattr(-,root,root) -%docdir %_docdir/%name +%doc %_docdir/%name %_docdir/%name %_includedir/%{name}* -/%_libdir/%{name}*.so +%_libdir/%{name}*.so %_libdir/pkgconfig/*.pc %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
