rpms/libHX/F-9 libHX.spec,1.3,1.4 sources,1.3,1.4

Till Maas (till) fedora-extras-commits at redhat.com
Wed Jun 11 20:57:16 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/libHX/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13774

Modified Files:
	libHX.spec sources 
Log Message:
* Wed Jun 11 2008 Till Maas <opensource till name> - 1.18-1
- Update to latest version



Index: libHX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/F-9/libHX.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libHX.spec	20 Feb 2008 05:17:49 -0000	1.3
+++ libHX.spec	11 Jun 2008 20:56:24 -0000	1.4
@@ -1,7 +1,7 @@
 Name:           libHX
-Version:        1.10.2
-Release:        2%{?dist}
-Summary:        General-purpose library
+Version:        1.18
+Release:        1%{?dist}
+Summary:        General-purpose library for typical low-level operations
 
 Group:          System Environment/Libraries
 License:        LGPLv2 or LGPLv3
@@ -14,13 +14,13 @@
 
 %description
 A library for:
-- A+R/B trees to use for lists or maps (associative arrays)
-- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
+- rbtree with key-value pair extension
+- deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
 - platform independent opendir-style directory access
 - platform independent dlopen-style shared library access
 - auto-storage strings with direct access
 - command line option (argv) parser
-- shell-style config file parser
+- shconfig-style config file parser
 - platform independent random number generator with transparent
   /dev/urandom support
 - various string, memory and zvec ops
@@ -39,16 +39,17 @@
 
 %prep
 %setup -q
-cp -a t examples
 
 
 %build
 %configure --disable-static
 make %{?_smp_mflags}
-rm examples/Makefile*
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir $RPM_BUILD_ROOT
+
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -70,13 +71,23 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/* examples
+%doc doc/* README.txt
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libHX.pc
 
 
 %changelog
+* Wed Jun 11 2008 Till Maas <opensource till name> - 1.18-1
+- Update to latest version
+
+* Tue May 27 2008 Till Maas <opensource till name> - 1.17-1
+- Update to latest version
+
+* Mon May 05 2008 Till Maas <opensource till name> - 1.15-1
+- Update to latest version
+- Update description
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.10.2-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Dec 2007 11:57:36 -0000	1.3
+++ sources	11 Jun 2008 20:56:24 -0000	1.4
@@ -1 +1 @@
-913d01d511c8378d7e563cfd3aa439ba  libHX-1.10.2.tar.bz2
+9625203a52d12734f15364a48f461599  libHX-1.18.tar.bz2




More information about the fedora-extras-commits mailing list