diff --git a/README.md b/README.md index e078e09..d085d34 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,4 @@ # libowfat libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions). -The API has been slightly extended (for example, I provide a uint32_read function, and I extended the socket API to support IPv6) where I found it necessary or beneficial in a specific project. -Many of the functions I implement here have since been placed in the public domain, so there are other sources to get this code (except for my extensions obviously). -The implementations here may not be as portable as the original versions; I tend to focus on the Single Unix Specification and not on some obsolete legacy systems found in the basements of some vintage hardware clubs. -I also provide man pages for many functions, mostly extracted from Dan's web documentation or documentation found in earlier versions of his software. -For some reason, he abandoned man pages in favor of HTML recently. -On July 4 2002, Dan also placed his DNS routines and supporting low level functions in the public domain, so I copy them here instead of reimplementing them. diff --git a/libowfat.spec b/libowfat.spec index c9991d8..e2088f0 100644 --- a/libowfat.spec +++ b/libowfat.spec @@ -1,5 +1,5 @@ Name: libowfat -Version: 0.32 +Version: 0.33 Release: 1mamba Summary: Reimplement libdjb under GPL Group: Development/Libraries @@ -15,12 +15,6 @@ BuildRequires: dietlibc-devel >= %{version} %description libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions). -The API has been slightly extended (for example, I provide a uint32_read function, and I extended the socket API to support IPv6) where I found it necessary or beneficial in a specific project. -Many of the functions I implement here have since been placed in the public domain, so there are other sources to get this code (except for my extensions obviously). -The implementations here may not be as portable as the original versions; I tend to focus on the Single Unix Specification and not on some obsolete legacy systems found in the basements of some vintage hardware clubs. -I also provide man pages for many functions, mostly extracted from Dan's web documentation or documentation found in earlier versions of his software. -For some reason, he abandoned man pages in favor of HTML recently. -On July 4 2002, Dan also placed his DNS routines and supporting low level functions in the public domain, so I copy them here instead of reimplementing them. %package devel Summary: Development files for %{name} @@ -28,19 +22,13 @@ Group: Development/Libraries %description devel libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions). -The API has been slightly extended (for example, I provide a uint32_read function, and I extended the socket API to support IPv6) where I found it necessary or beneficial in a specific project. -Many of the functions I implement here have since been placed in the public domain, so there are other sources to get this code (except for my extensions obviously). -The implementations here may not be as portable as the original versions; I tend to focus on the Single Unix Specification and not on some obsolete legacy systems found in the basements of some vintage hardware clubs. -I also provide man pages for many functions, mostly extracted from Dan's web documentation or documentation found in earlier versions of his software. -For some reason, he abandoned man pages in favor of HTML recently. -On July 4 2002, Dan also placed his DNS routines and supporting low level functions in the public domain, so I copy them here instead of reimplementing them. This package contains static libraries and header files need for development. %prep %setup -q %build -%make -f GNUmakefile \ +%make -j1 -f GNUmakefile \ prefix=%{_libdir}/dietlibc \ LIBDIR=%{_libdir}/dietlibc/lib-%{_build_arch} \ DIET="%{_bindir}/diet -Os" @@ -69,6 +57,9 @@ mv %{buildroot}%{_mandir}/man3/buffer.3 \ %doc CHANGES COPYING README %changelog +* Wed Feb 15 2023 Automatic Build System 0.33-1mamba +- automatic version update by autodist + * Mon Dec 27 2021 Silvan Calarco 0.32-1mamba - update to 0.32