rpms/libHX/F-8 .cvsignore, 1.2, 1.3 libHX.spec, 1.1, 1.2 sources, 1.2, 1.3

Till Maas till at fedoraproject.org
Fri Sep 5 12:16:18 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/libHX/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26245

Modified Files:
	.cvsignore libHX.spec sources 
Log Message:
* Fri Sep 05 2008 Till Maas <opensource at till.name> - 1.23-1
- Update to latest version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Sep 2007 16:35:21 -0000	1.2
+++ .cvsignore	5 Sep 2008 12:15:48 -0000	1.3
@@ -1 +1 @@
-libHX-1.10.1.tar.bz2
+libHX-1.23.tar.bz2


Index: libHX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/F-8/libHX.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libHX.spec	27 Sep 2007 16:35:21 -0000	1.1
+++ libHX.spec	5 Sep 2008 12:15:48 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           libHX
-Version:        1.10.1
-Release:        2%{?dist}
-Summary:        General-purpose library
+Version:        1.23
+Release:        1%{?dist}
+Summary:        General-purpose library for typical low-level operations
 
 Group:          System Environment/Libraries
 License:        LGPLv2 or LGPLv3
-URL:            http://jengelh.hopto.org/f/libHX/
-Source0:        http://jengelh.hopto.org/f/libHX/libHX-%{version}.tar.bz2
+URL:            http://jengelh.hopto.org/files/libHX/
+Source0:        http://jengelh.hopto.org/files/libHX/libHX-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl gcc-c++
@@ -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,17 +39,17 @@
 
 %prep
 %setup -q
-cp -a t examples
 
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
-rm examples/Makefile*
+make %{?_smp_mflags} V=verbose
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+
+make install DESTDIR=$RPM_BUILD_ROOT V=verbose
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
@@ -70,13 +70,36 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/* examples
+%doc doc/* README.txt
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libHX.pc
 
 
 %changelog
+* Fri Sep 05 2008 Till Maas <opensource at till.name> - 1.23-1
+- Update to latest version
+
+* Wed Jun 11 2008 Till Maas <opensource till name> - 1.18-2
+- Set variable V for make: displays full compiler commandline
+
+* 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
+
+* Wed Dec 26 2007 Till Maas <opensource till name> - 1.10.2-1
+- update to latest version
+- fixed bug: https://sourceforge.net/tracker/?func=detail&atid=430593&aid=1845721&group_id=41452
+
 * Thu Sep 27 2007 Till Maas <opensource till name> - 1.10.1-2
 - add tests as examples to devel documentation
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Sep 2007 16:35:21 -0000	1.2
+++ sources	5 Sep 2008 12:15:48 -0000	1.3
@@ -1 +1 @@
-ae2c7ac182a03e589fd45a7867177a0a  libHX-1.10.1.tar.bz2
+a14dcb5f8c89ec6ba754b4d1e61612b4  libHX-1.23.tar.bz2




More information about the fedora-extras-commits mailing list